idrm/verisilicon: Add drm crtc funcs 90/294590/1
authorKeith Zhao <keith.zhao@starfivetech.com>
Tue, 13 Jun 2023 04:44:19 +0000 (13:44 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 21 Jun 2023 07:27:23 +0000 (16:27 +0900)
commitbb0f103c45ffda9c186e78ea2ce8b71f61e5afcc
tree3f1b7499a614090c37e9c631c75e9c605f4fb96c
parent878c1f1849c8351b606167f345301eaa0cb0c339
idrm/verisilicon: Add drm crtc funcs

Add crtc driver which implements crtc related operation functions.

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: I63d0234a3ac985f7f7c74c0dc3b679add2c12759
drivers/gpu/drm/verisilicon/Makefile
drivers/gpu/drm/verisilicon/vs_crtc.c [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_crtc.h [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_type.h [new file with mode: 0644]