diff mbox

drm_edid: There should be 6 Standard Timings

Message ID 20100514110618.GE5695@bicker (mailing list archive)
State New, archived
Headers show

Commit Message

Dan Carpenter May 14, 2010, 11:06 a.m. UTC
None
diff mbox

Patch

diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index d33c3e0..39e2cc5 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -120,7 +120,7 @@  struct detailed_non_pixel {
 		struct detailed_data_string str;
 		struct detailed_data_monitor_range range;
 		struct detailed_data_wpindex color;
-		struct std_timing timings[5];
+		struct std_timing timings[6];
 		struct cvt_timing cvt[4];
 	} data;
 } __attribute__((packed));