mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
drm/edid: Detailed standard timing blocks have six timings, not five.
Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
23425caeeb
commit
93dc6c2b0d
1 changed files with 1 additions and 2 deletions
|
@ -847,8 +847,7 @@ static int add_detailed_info(struct drm_connector *connector,
|
|||
case EDID_DETAIL_MONITOR_CPDATA:
|
||||
break;
|
||||
case EDID_DETAIL_STD_MODES:
|
||||
/* Five modes per detailed section */
|
||||
for (j = 0; j < 5; i++) {
|
||||
for (j = 0; j < 6; i++) {
|
||||
struct std_timing *std;
|
||||
struct drm_display_mode *newmode;
|
||||
|
||||
|
|
Loading…
Reference in a new issue