drm/verisilicon: Add verisilicon dc controller driver 92/294592/1
authorKeith Zhao <keith.zhao@starfivetech.com>
Tue, 13 Jun 2023 04:54:30 +0000 (13:54 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 21 Jun 2023 07:27:23 +0000 (16:27 +0900)
commit1ccc6fb38eac1a09cc8cc479cd86bc2f3dd45f9c
tree6d89b87697c2ece84e3bfd8dc6e0155a5e1e1720
parent63a8d9e5753e13abcf2f3e2bf367c733dbbb88f4
drm/verisilicon: Add verisilicon dc controller driver

Add DC8200 display controller driver for StarFive 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: I6efc987c092249e1eff2cd5a12cd32c4ed83056c
drivers/gpu/drm/verisilicon/Makefile
drivers/gpu/drm/verisilicon/vs_dc.c [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_dc.h [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_dc_hw.c [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_dc_hw.h [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_drv.c