drm/verisilicon: Add basic drm driver 87/294587/1
authorKeith Zhao <keith.zhao@starfivetech.com>
Tue, 13 Jun 2023 04:33:50 +0000 (13:33 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 21 Jun 2023 07:27:23 +0000 (16:27 +0900)
commit28189e7498a1c92a0fe3c41e1c48bef0a5c7df68
treef928aead10213e83abbac82a5887e3dd3493ac56
parent440c5ab09d05bafb0fef4bbfd4009fe9950b42eb
drm/verisilicon: Add basic drm driver

Add a basic platform driver of the DRM driver for JH7110 SoC.

Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
[cherry-pick : https://patchwork.kernel.org/project/linux-riscv/cover/20230602074043.33872-1-keith.zhao@starfivetech.com/]
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Change-Id: I58d5b12467e87355175f24ed02ff5c675df7e7d8
MAINTAINERS
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/verisilicon/Kconfig [new file with mode: 0644]
drivers/gpu/drm/verisilicon/Makefile [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_drv.c [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_drv.h [new file with mode: 0644]
include/uapi/drm/drm_fourcc.h
include/uapi/drm/vs_drm.h [new file with mode: 0644]