diff options
Diffstat (limited to 'include/drm/drm_edid.h')
-rw-r--r-- | include/drm/drm_edid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index d33c3e038606..39e2cc5c7e66 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h | |||
@@ -120,7 +120,7 @@ struct detailed_non_pixel { | |||
120 | struct detailed_data_string str; | 120 | struct detailed_data_string str; |
121 | struct detailed_data_monitor_range range; | 121 | struct detailed_data_monitor_range range; |
122 | struct detailed_data_wpindex color; | 122 | struct detailed_data_wpindex color; |
123 | struct std_timing timings[5]; | 123 | struct std_timing timings[6]; |
124 | struct cvt_timing cvt[4]; | 124 | struct cvt_timing cvt[4]; |
125 | } data; | 125 | } data; |
126 | } __attribute__((packed)); | 126 | } __attribute__((packed)); |