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:
LiangCheng Wang
2025-09-02 14:53:20 +08:00
committed by Thomas Zimmermann
parent d309c5fdf4
commit c9e70639f5
4 changed files with 1188 additions and 0 deletions

View File

@@ -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