Skip to content
Snippets Groups Projects
Commit ebdcc81c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents 01f67502 260cf8a2
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,8 @@ struct detailed_pixel_timing { ...@@ -69,8 +69,8 @@ struct detailed_pixel_timing {
u8 hborder; u8 hborder;
u8 vborder; u8 vborder;
u8 unknown0:1; u8 unknown0:1;
u8 vsync_positive:1;
u8 hsync_positive:1; u8 hsync_positive:1;
u8 vsync_positive:1;
u8 separate_sync:2; u8 separate_sync:2;
u8 stereo:1; u8 stereo:1;
u8 unknown6:1; u8 unknown6:1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment