Skip to content

Commit ebdcc81

Browse files
committed
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
2 parents 01f6750 + 260cf8a commit ebdcc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_edid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ struct detailed_pixel_timing {
6969
u8 hborder;
7070
u8 vborder;
7171
u8 unknown0:1;
72-
u8 vsync_positive:1;
7372
u8 hsync_positive:1;
73+
u8 vsync_positive:1;
7474
u8 separate_sync:2;
7575
u8 stereo:1;
7676
u8 unknown6:1;

0 commit comments

Comments
 (0)