All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: add missing flags to DRM_MODE_FLAG_ALL
@ 2018-12-19 13:42 emersion
  2018-12-19 14:33 ` Ville Syrjälä
  0 siblings, 1 reply; 5+ messages in thread
From: emersion @ 2018-12-19 13:42 UTC (permalink / raw)
  To: dri-devel; +Cc: Simon Ser

I guess DRM_MODE_FLAG_PIC_AR_MASK has been overlooked.

Signed-off-by: Simon Ser <contact@emersion.fr>
---
 include/uapi/drm/drm_mode.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
index d3e0fe31efc..b8d5226c8e5 100644
--- a/include/uapi/drm/drm_mode.h
+++ b/include/uapi/drm/drm_mode.h
@@ -128,7 +128,8 @@ extern "C" {
 				 DRM_MODE_FLAG_HSKEW |		\
 				 DRM_MODE_FLAG_DBLCLK |		\
 				 DRM_MODE_FLAG_CLKDIV2 |	\
-				 DRM_MODE_FLAG_3D_MASK)
+				 DRM_MODE_FLAG_3D_MASK |	\
+				 DRM_MODE_FLAG_PIC_AR_MASK)
 
 /* DPMS flags */
 /* bit compatible with the xorg definitions. */
-- 
2.20.1


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-19 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-19 13:42 [PATCH] drm: add missing flags to DRM_MODE_FLAG_ALL emersion
2018-12-19 14:33 ` Ville Syrjälä
2018-12-19 15:24   ` Daniel Vetter
2018-12-19 15:42     ` Ville Syrjälä
2018-12-19 15:58       ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.