diff options
Diffstat (limited to 'drivers/gpu/drm/drm_plane.c')
| -rw-r--r-- | drivers/gpu/drm/drm_plane.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/drm_plane.c b/drivers/gpu/drm/drm_plane.c index 5f650d8fc66b..4cfb56893b7f 100644 --- a/drivers/gpu/drm/drm_plane.c +++ b/drivers/gpu/drm/drm_plane.c @@ -220,6 +220,9 @@ int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane,  			format_modifier_count++;  	} +	if (format_modifier_count) +		config->allow_fb_modifiers = true; +  	plane->modifier_count = format_modifier_count;  	plane->modifiers = kmalloc_array(format_modifier_count,  					 sizeof(format_modifiers[0]), | 
