Explorar o código

Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6

* 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm: fix EDID parser problem with positive/negative hsync/vsync
Linus Torvalds %!s(int64=16) %!d(string=hai) anos
pai
achega
ebdcc81c71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/drm/drm_edid.h

+ 1 - 1
include/drm/drm_edid.h

@@ -69,8 +69,8 @@ struct detailed_pixel_timing {
 	u8 hborder;
 	u8 vborder;
 	u8 unknown0:1;
-	u8 vsync_positive:1;
 	u8 hsync_positive:1;
+	u8 vsync_positive:1;
 	u8 separate_sync:2;
 	u8 stereo:1;
 	u8 unknown6:1;