]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf76f37722e8e8d23426362b17bdaeb5ea4027b1c
treec804d8bf30a3a4c4f0ed25a1a228fb47007d573a
parent8443b6ffd8a448671b74f54780935cfa1adfb050
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