From: Ville Syrjälä Date: Tue, 28 Apr 2020 17:19:31 +0000 (+0300) Subject: drm: Make mode->flags u32 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a494eab2cf981eaa6a5f814dd65b35b652e123a;p=linux.git drm: Make mode->flags u32 The mode flags are direclty exposed in the uapi as u32. Use the same size type to store them internally. Reviewed-by: Sam Ravnborg Reviewed-by: Emil Velikov Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20200428171940.19552-8-ville.syrjala@linux.intel.com --- diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h index 0e74e37611827..5266d890c4b07 100644 --- a/include/drm/drm_modes.h +++ b/include/drm/drm_modes.h @@ -323,7 +323,7 @@ struct drm_display_mode { * - DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: frame split into left and * right parts. */ - unsigned int flags; + u32 flags; /** * @width_mm: