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

Commit 89f20338 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: update flag for seamless dynamic framerates



Update the definition of the DRM_MODE_FLAG seamless mode changes so
that its value is unique. This change will ensure that there no
potential issues when using it in conjunction with other flags.

Change-Id: I256854631d8a8a2e441a7c6ae7e89f9ff27228c2
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 443aedf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ extern "C" {
#define  DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH	(6<<14)
#define  DRM_MODE_FLAG_3D_TOP_AND_BOTTOM	(7<<14)
#define  DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF	(8<<14)
#define  DRM_MODE_FLAG_SEAMLESS			(1<<19)

/* Picture aspect ratio options */
#define DRM_MODE_PICTURE_ASPECT_NONE		0
@@ -102,6 +101,7 @@ extern "C" {

#define  DRM_MODE_FLAG_SUPPORTS_RGB		(1<<23)
#define  DRM_MODE_FLAG_SUPPORTS_YUV		(1<<24)
#define  DRM_MODE_FLAG_SEAMLESS			(1<<31)

/* DPMS flags */
/* bit compatible with the xorg definitions. */