You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/gpu/drm/msm-hyp/Kconfig

16 lines
415 B

#
# Drm MSM hypervisor configuration
#
# This driver provides support for the User Space DRM Masters
#
config DRM_MSM_HYP
tristate "MSM DRM HYP"
depends on DRM
depends on QTI_GVM
depends on OF
select SYNC_FILE
select SW_SYNC
help
DRM/KMS HYP driver for MSM/snapdragon in Guest VM mode. This driver
registers with DRM framework to create /dev/dri/card0 path and issue
events to User Space listeners.