From c985c5bbfe087901e95c2144fe31234b1b6ab03f Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 23 Feb 2009 15:36:41 -0800 Subject: [PATCH] --- yaml --- r: 131759 b: refs/heads/master c: fe56cf45f951b3810313584605c1d8a4f20b33a4 h: refs/heads/master i: 131757: 27e340ed1c06fe6d4f0aaf57fed7870f65ac3537 131755: c840e7c3fc34669ec5f400cfb65e5387f8339719 131751: 6a40d328e4b572d5c92a1ba5f9f278dde245377b 131743: 236e986532bb19098f61cb67d6e8d69fc500cd93 v: v3 --- [refs] | 2 +- trunk/include/drm/drm_edid.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 64137a5f187d..0a43fd669c72 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8766ac5933d6ee75e7ce379a1eb5ceb451fcb83 +refs/heads/master: fe56cf45f951b3810313584605c1d8a4f20b33a4 diff --git a/trunk/include/drm/drm_edid.h b/trunk/include/drm/drm_edid.h index c707c15f5164..ff8d27af4786 100644 --- a/trunk/include/drm/drm_edid.h +++ b/trunk/include/drm/drm_edid.h @@ -58,10 +58,10 @@ struct detailed_pixel_timing { u8 hsync_pulse_width_lo; u8 vsync_pulse_width_lo:4; u8 vsync_offset_lo:4; - u8 hsync_pulse_width_hi:2; - u8 hsync_offset_hi:2; u8 vsync_pulse_width_hi:2; u8 vsync_offset_hi:2; + u8 hsync_pulse_width_hi:2; + u8 hsync_offset_hi:2; u8 width_mm_lo; u8 height_mm_lo; u8 height_mm_hi:4;