The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] drm: fix edid interlaced bit position
@ 2009-06-22 19:58 Jerome Glisse
  2009-06-23 10:36 ` Michel Dänzer
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Glisse @ 2009-06-22 19:58 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel, Jerome Glisse

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
---
 include/drm/drm_edid.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index c263e4d..83ea6c9 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -51,7 +51,7 @@ struct std_timing {
 #define DRM_EDID_PT_VSYNC_POSITIVE (1 << 5)
 #define DRM_EDID_PT_SEPARATE_SYNC  (3 << 3)
 #define DRM_EDID_PT_STEREO         (1 << 2)
-#define DRM_EDID_PT_INTERLACED     (1 << 1)
+#define DRM_EDID_PT_INTERLACED     (1 << 7)
 
 /* If detailed data is pixel timing */
 struct detailed_pixel_timing {
-- 
1.6.2.2


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

end of thread, other threads:[~2009-06-23 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 19:58 [PATCH] drm: fix edid interlaced bit position Jerome Glisse
2009-06-23 10:36 ` Michel Dänzer
2009-06-23 22:16   ` Michael Pyne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox