Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: simple-panel: Add delay timings for Starry KR122EA0SRA

Taking our cue from commit a42f6e3f8f03 ("drm/panel: simple: Add delay
timing for Sharp LQ123P1JX31"), let's add timings:

.prepare = t1 + t3
.enable = t7
.unprepare = t11 + 12

Without this, the panel may not be given enough time to come up.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Brian Norris and committed by
Thierry Reding
c46b924b e0932f9d

+5
+5
drivers/gpu/drm/panel/panel-simple.c
··· 1464 1464 .width = 263, 1465 1465 .height = 164, 1466 1466 }, 1467 + .delay = { 1468 + .prepare = 10 + 200, 1469 + .enable = 50, 1470 + .unprepare = 10 + 500, 1471 + }, 1467 1472 }; 1468 1473 1469 1474 static const struct drm_display_mode tpk_f07a_0102_mode = {