idrm/verisilicon: Add drm crtc funcs
authorKeith Zhao <keith.zhao@starfivetech.com>
Tue, 13 Jun 2023 04:44:19 +0000 (13:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:15 +0000 (08:25 +0900)
commit761ac2a88e764a0ff1df166a251cf68476183ddf
treed7dd6481d8e0e293ace5ff2e95f8e9acdab6778e
parent1fc740fffeb4c40e43ee972631435eaecc346ba3
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]