OSDN Git Service

drm/panel: support for BOE and INX video mode panel
authoryangcong <yangcong5@huaqin.corp-partner.google.com>
Tue, 14 Sep 2021 03:22:51 +0000 (11:22 +0800)
committerDouglas Anderson <dianders@chromium.org>
Tue, 28 Sep 2021 16:31:33 +0000 (09:31 -0700)
commit93ee1a2c0f08345ab17c51198f725d4c95984f4c
treec804d8bf30a3a4c4f0ed25a1a228fb47007d573a
parent76d364d81b55bc522d01586ff9f87302d9cd4c9a
drm/panel: support for BOE and INX video mode panel

Support for these two panels fits in nicely with the existing
panel-boe-tv101wum-nl6 driver as suggested by Sam [1].
This is an incell IC, TDDI use time division multiplexing.
Init code effect touch sensing.The main things
we needed to handle were:
a) These panels need slightly longer delays in two places. Since these
new delays aren't much longer, let's just unconditionally increase
them for the driver.
b) These panel use video BURST mode

[1] https://lore.kernel.org/r/YSPAseE6WD8dDRuz@ravnborg.org/

Signed-off-by: yangcong <yangcong5@huaqin.corp-partner.google.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
[dianders: fix whitespace issues reported by dim apply-branch]
[dianders: inx,=>innolux,]
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914032252.3770756-4-yangcong5@huaqin.corp-partner.google.com
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c