Skip to content

Commit

Permalink
drivers/gpu/drm/panel : Add the device for the Waveshare DSI-TOUCH se…
Browse files Browse the repository at this point in the history
…ries panels.

the driver are provided for the Waveshare DSI-TOUCH series panels,
modelled after the other Ilitek controller drivers,
but not limited to Ilitek series controllers.
The aim is to offer a more consistent operation and
experience for the Waveshare DSI-TOUCH series panels.

Signed-off-by: Waveshare_Team <[email protected]>
  • Loading branch information
Waveshare_Team committed Dec 28, 2024
1 parent 343cbfb commit 3ad093f
Show file tree
Hide file tree
Showing 3 changed files with 1,364 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/gpu/drm/panel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,16 @@ config DRM_PANEL_WAVESHARE_TOUCHSCREEN
DSI Touchscreens. To compile this driver as a module,
choose M here.

config DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2
tristate "Waveshare touchscreen panels V2"
depends on DRM_MIPI_DSI
depends on I2C
depends on BACKLIGHT_CLASS_DEVICE
help
Say Y here if you want to enable support for the Waveshare
DSI Touchscreens. To compile this driver as a module,
choose M here.

config DRM_PANEL_WIDECHIPS_WS2401
tristate "Widechips WS2401 DPI panel driver"
depends on SPI && GPIOLIB
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/panel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ obj-$(CONFIG_DRM_PANEL_VISIONOX_RM69299) += panel-visionox-rm69299.o
obj-$(CONFIG_DRM_PANEL_VISIONOX_VTDR6130) += panel-visionox-vtdr6130.o
obj-$(CONFIG_DRM_PANEL_VISIONOX_R66451) += panel-visionox-r66451.o
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN) += panel-waveshare-dsi.o
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2) += panel-waveshare-dsi-v2.o
obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
obj-$(CONFIG_DRM_PANEL_XINPENG_XPP055C272) += panel-xinpeng-xpp055c272.o
Loading

0 comments on commit 3ad093f

Please sign in to comment.