projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43789b9
)
drm/edid: Fix the 1792x1344-75 EST III mode
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 14 Oct 2013 13:44:25 +0000
(16:44 +0300)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 6 Nov 2013 03:27:26 +0000
(13:27 +1000)
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>
drivers/gpu/drm/drm_edid.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_edid.c
b/drivers/gpu/drm/drm_edid.c
index f1764ec5818b5cf66fd7a35f8e6703776238fbca..0ea0ec720cf8e8078ebf5a17f078e85ee7561012 100644
(file)
--- a/
drivers/gpu/drm/drm_edid.c
+++ b/
drivers/gpu/drm/drm_edid.c
@@
-560,7
+560,7
@@
static const struct minimode est3_modes[] = {
{ 1600, 1200, 75, 0 },
{ 1600, 1200, 85, 0 },
{ 1792, 1344, 60, 0 },
- { 1792, 1344,
8
5, 0 },
+ { 1792, 1344,
7
5, 0 },
{ 1856, 1392, 60, 0 },
{ 1856, 1392, 75, 0 },
{ 1920, 1200, 60, 1 },