[v5 3/5] drm/panel: support for BOE and INX video mode panel

2021-09-13 Thread yangcong
y increase them for the driver. b) One of these two panels doesn't support DSI HS mode so this patch adds a flag for a panel to disable that. [1] https://lore.kernel.org/r/yspasee6wd8dd...@ravnborg.org/ Signed-off-by: yangcong Reviewed-by: Douglas Anderson --- .../gpu/drm/panel/panel-boe

[v4 1/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail

2021-08-29 Thread yangcong
driver for this. Signed-off-by: yangcong Reviewed-by: Douglas Anderson --- drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c index

[v4 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail

2021-08-29 Thread yangcong
it message. yangcong (4): drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail dt-bindings: drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail drm/panel: support for BOE and INX video mode panel dt-bindngs: display: panel: Add BOE and INX panel bindings .../display/panel/boe,tv101wu

[v4 4/4] dt-bindngs: display: panel: Add BOE and INX panel bindings

2021-08-29 Thread yangcong
Add documentation for boe tv110c9m-ll3, inx hj110iz-01a panel. Signed-off-by: yangcong Reviewed-by: Douglas Anderson --- .../devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/boe

[v4 3/4] drm/panel: support for BOE and INX video mode panel

2021-08-29 Thread yangcong
y increase them for the driver. b) One of these two panels doesn't support DSI HS mode so this patch adds a flag for a panel to disable that. [1] https://lore.kernel.org/r/yspasee6wd8dd...@ravnborg.org/ Signed-off-by: yangcong --- .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 915 ++

Re: [v2 0/2] Add driver for BOE tv110c9m-ll3 panel

2021-08-23 Thread yangcong
Hi Sam, This driver support boe tv1110c9m-ll3 and inx hj110iz-01a panel.The IC chip is used NT36523, which is a new IC. 1: panel-boe-tv101wum-nl6.c driver cannot meet the timing requirements of the current two panel. 2: The screen cannot be work in HS mode, panel-boe-tv101wum-nl6.c will swit

[v2 1/2] drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel

2021-08-23 Thread yangcong
Add driver for BOE tv110c9m-ll3 panel is a 10.95" 1200x2000 panel. Signed-off-by: yangcong --- drivers/gpu/drm/panel/Kconfig | 10 + drivers/gpu/drm/panel/Makefile |1 + drivers/gpu/drm/panel/panel-boe-tv110c9m.c | 1303 3 files changed,

[v1 1/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail

2021-08-20 Thread yangcong
driver for this. Signed-off-by: yangcong --- drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c index db9d0b86d542..9a644433629e 100644

[PATCH] test upstream

2021-08-19 Thread yangcong
test upstream panel Signed-off-by: yangcong --- drivers/gpu/drm/panel/panel-truly-nt35597.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-truly-nt35597.c b/drivers/gpu/drm/panel/panel-truly-nt35597.c index b24b92d93ea5..e3cd37025c12 100644