aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-10-14 09:44:25 -0400
committerDave Airlie <airlied@redhat.com>2013-11-05 22:27:26 -0500
commitc068b32a3e7f3a31af4b2af52b36b5bbc989fa5a (patch)
tree5d93d62b9ccc901e03fe62da69c4d4d3b1f58fd8
parent43789b9e08778e908071101553dfeec90c199184 (diff)
drm/edid: Fix the 1792x1344-75 EST III mode
The correct refresh rate for this mode is 75, not 85. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/drm_edid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index f1764ec5818b..0ea0ec720cf8 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -560,7 +560,7 @@ static const struct minimode est3_modes[] = {
560 { 1600, 1200, 75, 0 }, 560 { 1600, 1200, 75, 0 },
561 { 1600, 1200, 85, 0 }, 561 { 1600, 1200, 85, 0 },
562 { 1792, 1344, 60, 0 }, 562 { 1792, 1344, 60, 0 },
563 { 1792, 1344, 85, 0 }, 563 { 1792, 1344, 75, 0 },
564 { 1856, 1392, 60, 0 }, 564 { 1856, 1392, 60, 0 },
565 { 1856, 1392, 75, 0 }, 565 { 1856, 1392, 75, 0 },
566 { 1920, 1200, 60, 1 }, 566 { 1920, 1200, 60, 1 },