diff options
| -rw-r--r-- | drivers/gpu/drm/panel/panel-simple.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index a1cd431e17a6..39e9dffe07d9 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c | |||
| @@ -713,7 +713,12 @@ static const struct display_timing hannstar_hsd070pww1_timing = { | |||
| 713 | .hactive = { 1280, 1280, 1280 }, | 713 | .hactive = { 1280, 1280, 1280 }, |
| 714 | .hfront_porch = { 1, 1, 10 }, | 714 | .hfront_porch = { 1, 1, 10 }, |
| 715 | .hback_porch = { 1, 1, 10 }, | 715 | .hback_porch = { 1, 1, 10 }, |
| 716 | .hsync_len = { 52, 158, 661 }, | 716 | /* |
| 717 | * According to the data sheet, the minimum horizontal blanking interval | ||
| 718 | * is 54 clocks (1 + 52 + 1), but tests with a Nitrogen6X have shown the | ||
| 719 | * minimum working horizontal blanking interval to be 60 clocks. | ||
| 720 | */ | ||
| 721 | .hsync_len = { 58, 158, 661 }, | ||
| 717 | .vactive = { 800, 800, 800 }, | 722 | .vactive = { 800, 800, 800 }, |
| 718 | .vfront_porch = { 1, 1, 10 }, | 723 | .vfront_porch = { 1, 1, 10 }, |
| 719 | .vback_porch = { 1, 1, 10 }, | 724 | .vback_porch = { 1, 1, 10 }, |
