Home
last modified time | relevance | path

Searched refs:vkms (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/gpu/
Dvkms.rst4 drm/vkms Virtual Kernel Modesetting
7 .. kernel-doc:: drivers/gpu/drm/vkms/vkms_drv.c
8 :doc: vkms (Virtual Kernel Modesetting)
29 We want to be able to reconfigure vkms instance without having to reload the
41 The currently proposed solution is to expose vkms configuration through
62 relevant igt testcases work on vkms.
67 Currently vkms only computes a CRC for each frame. Once we have additional plane
73 - As a v4l device. This is useful for debugging compositors on special vkms
80 how vkms is for testing the modeset side. Adding buffer sharing support to vkms
Ddrivers.rst17 vkms
Dtodo.rst594 See the documentation of :ref:`VKMS <vkms>` for more details. This is an ideal
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
DMakefile2 vkms-y := \
11 obj-$(CONFIG_DRM_VKMS) += vkms.o
Dvkms_drv.c62 struct vkms_device *vkms = container_of(dev, struct vkms_device, drm); in vkms_release() local
64 if (vkms->output.composer_workq) in vkms_release()
65 destroy_workqueue(vkms->output.composer_workq); in vkms_release()
/kernel/linux/linux-5.10/drivers/gpu/drm/
DMakefile82 obj-$(CONFIG_DRM_VKMS) += vkms/
DKconfig302 If M is selected the module will be called vkms.
/kernel/linux/linux-5.10/
DMAINTAINERS5723 F: Documentation/gpu/vkms.rst
5724 F: drivers/gpu/drm/vkms/