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

Commit 2fcfc75b authored by Ville Syrjälä's avatar Ville Syrjälä Committed by Dave Airlie
Browse files

drm: Change drm_display_mode::type to unsigned



The drm_display_mode type is a bitmask so it should be unsigned.

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 6653cc8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ struct drm_display_mode {
	char name[DRM_DISPLAY_MODE_LEN];

	enum drm_mode_status status;
	int type;
	unsigned int type;

	/* Proposed mode values */
	int clock;		/* in kHz */