Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d980b183 authored by Fabien DESSENNE's avatar Fabien DESSENNE Committed by Dave Airlie
Browse files

drm/crtc-helper: use drm_framebuffer flags



The "flags" parameter of the DRM_IOCTL_MODE_ADDFB2 ioctl must be
propagated and used by the driver.
The only possible value of flags is DRM_MODE_FB_INTERLACED.

Signed-off-by: default avatarFabien Dessenne <fabien.dessenne@st.com>
Reviewed-by: default avatarBenjamin GAIGNARD <benjamin.gaignard@st.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent e3f20279
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -818,6 +818,7 @@ void drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
	drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
				    &fb->bits_per_pixel);
	fb->pixel_format = mode_cmd->pixel_format;
	fb->flags = mode_cmd->flags;
}
EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);