mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: drm: kirin960: Remove one mode-line that seems to be causing trouble
Alessio Balsini reported issues with his GeeekPi 7" monitor after we added the wider mode support. While this mode may work ok on HiKey, I suspect its just a bit too far off for HiKey960. So lets remove it for now. Signed-off-by: John Stultz <john.stultz@linaro.org> Bug: 146450171 Change-Id: I54221c44f2ee6af16d3772831a24c2872a6f738c
This commit is contained in:
parent
d586305741
commit
a002be6ff0
|
|
@ -98,7 +98,6 @@ dsi_encoder_phy_mode_valid(struct drm_encoder *encoder,
|
|||
(mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 78800) ||
|
||||
(mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 75000) ||
|
||||
(mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 81833) ||
|
||||
(mode->hdisplay == 1024 && mode->vdisplay == 600 && mode->clock == 50250) ||
|
||||
(mode->hdisplay == 800 && mode->vdisplay == 600 && mode->clock == 48907) ||
|
||||
(mode->hdisplay == 800 && mode->vdisplay == 600 && mode->clock == 40000) ||
|
||||
(mode->hdisplay == 800 && mode->vdisplay == 480 && mode->clock == 32000)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user