mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm: tiny: Add support for Mayqueen Pixpaper e-ink panel
Introduce a DRM driver for the Mayqueen Pixpaper e-ink display panel, which is controlled via SPI. The driver supports a 122x250 resolution display with XRGB8888 format. Also, add a MAINTAINERS entry for the Pixpaper driver. Signed-off-by: LiangCheng Wang <zaq14760@gmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://lore.kernel.org/r/20250902-drm-v5-3-d77c678c4ae3@gmail.com
This commit is contained in:
committed by
Thomas Zimmermann
parent
d309c5fdf4
commit
c9e70639f5
@@ -82,6 +82,21 @@ config DRM_PANEL_MIPI_DBI
|
||||
https://github.com/notro/panel-mipi-dbi/wiki.
|
||||
To compile this driver as a module, choose M here.
|
||||
|
||||
config DRM_PIXPAPER
|
||||
tristate "DRM support for PIXPAPER display panels"
|
||||
depends on DRM && SPI
|
||||
select DRM_CLIENT_SELECTION
|
||||
select DRM_GEM_DMA_HELPER
|
||||
select DRM_KMS_HELPER
|
||||
help
|
||||
DRM driver for the Mayqueen Pixpaper e-ink display panel.
|
||||
|
||||
This driver supports small e-paper displays connected over SPI,
|
||||
with a resolution of 122x250 and XRGB8888 framebuffer format.
|
||||
It is intended for low-power embedded applications.
|
||||
|
||||
If M is selected, the module will be built as pixpaper.ko.
|
||||
|
||||
config TINYDRM_HX8357D
|
||||
tristate "DRM support for HX8357D display panels"
|
||||
depends on DRM && SPI
|
||||
|
||||
Reference in New Issue
Block a user