drm/verisilicon: Add verisilicon dc controller driver
authorKeith Zhao <keith.zhao@starfivetech.com>
Tue, 13 Jun 2023 04:54:30 +0000 (13:54 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:16 +0000 (08:25 +0900)
commit8c7b209a13b078cae524c9a395cdb603bd38f1ce
tree813b66bc8e67ce4861e55e72894d344098b974aa
parentfe095038415ad889effb38769a6555f3a6486513
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