drm/vs: Register DRM device
authorKeith Zhao <keith.zhao@starfivetech.com>
Mon, 4 Dec 2023 12:33:12 +0000 (20:33 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2024 00:13:47 +0000 (09:13 +0900)
commit9a35ec0358c9a9ff1d4746f4d9427d3929fe091e
treef3a570af3a71bd7da80283a921f16bd4d61a9684
parentb3daedd20a7f504384fbd03496bbbba0db9320a2
drm/vs: Register DRM device

Implement drm device registration interface

[jh80.chung: taken from https://patchew.org/linux/20231204123315.28456-1-keith.zhao@starfivetech.com/]

Change-Id: Ibdcb48549a6bd658b320290960231ed68dbad4d0
Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
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]
drivers/gpu/drm/verisilicon/vs_modeset.c [new file with mode: 0644]
drivers/gpu/drm/verisilicon/vs_modeset.h [new file with mode: 0644]