drm: Add RP1 DSI driver
authorNick Hollinghurst <nick.hollinghurst@raspberrypi.com>
Tue, 14 Feb 2023 14:58:33 +0000 (14:58 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:48 +0000 (11:34 +0000)
commit988c6bcbac2e690ee01d48aac511bc4f33c8836d
tree2eb6e3a5d05f4a94dfc0ce5dc79d05eab02cc92c
parent4e9d765940df29cca7df767a4d4894d4a2e3004d
drm: Add RP1 DSI driver

Add support for the RP1 DSI hardware.

Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/rp1/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rp1/Makefile [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/Makefile [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/rp1_dsi.c [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/rp1_dsi.h [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/rp1_dsi_dma.c [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-dsi/rp1_dsi_dsi.c [new file with mode: 0644]