[PATCH] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel driver

2021-04-12 Thread xiazhengqiao
Add STARRY 2081101QFH032011-53G 10.1" WUXGA TFT LCD panel Signed-off-by: xiazhengqiao --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-innolux-himax8279d.c | 515 ++ 3 files changed, 525 ins

[PATCH 2/2] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel driver

2021-02-22 Thread Zhengqiao Xia
Add STARRY 2081101QFH032011-53G 10.1" WUXGA TFT LCD panel Signed-off-by: Zhengqiao Xia --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-innolux-himax8279d.c | 520 ++ 3 files changed, 530 in

Re: drm/panel: Add inx Himax8279d MIPI-DSI LCD panel

2021-02-14 Thread Zhengqiao Xia
Hi, I am sorry that I am the first time to upload codes, and I mean to upload codes to kernel branch v4.19, Do we have to upload the code to upstream/master? zhengqiao

Re: [PATCH] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel

2021-02-08 Thread kernel test robot
e' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Zhengqiao-Xia/drm-panel-Add-inx-Himax8279d-MIPI-DSI-LCD-panel/20210209-071837 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 61556703b610a104de324e4f061dc6

Re: [PATCH] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel

2021-02-08 Thread kernel test robot
e' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Zhengqiao-Xia/drm-panel-Add-inx-Himax8279d-MIPI-DSI-LCD-panel/20210209-071837 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 61556703b610a104de324e4f061dc6

[PATCH] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel

2021-02-08 Thread Zhengqiao Xia
Support inx Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI panel. Signed-off-by: Zhengqiao Xia --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-innolux-himax8279d.c | 542 ++ 3 fi