Searched refs:vkms (Results 1 – 8 of 8) sorted by relevance
4 drm/vkms Virtual Kernel Modesetting7 .. kernel-doc:: drivers/gpu/drm/vkms/vkms_drv.c8 :doc: vkms (Virtual Kernel Modesetting)29 We want to be able to reconfigure vkms instance without having to reload the41 The currently proposed solution is to expose vkms configuration through62 relevant igt testcases work on vkms.67 Currently vkms only computes a CRC for each frame. Once we have additional plane73 - As a v4l device. This is useful for debugging compositors on special vkms80 how vkms is for testing the modeset side. Adding buffer sharing support to vkms
17 vkms
594 See the documentation of :ref:`VKMS <vkms>` for more details. This is an ideal
2 vkms-y := \11 obj-$(CONFIG_DRM_VKMS) += vkms.o
62 struct vkms_device *vkms = container_of(dev, struct vkms_device, drm); in vkms_release() local64 if (vkms->output.composer_workq) in vkms_release()65 destroy_workqueue(vkms->output.composer_workq); in vkms_release()
82 obj-$(CONFIG_DRM_VKMS) += vkms/
302 If M is selected the module will be called vkms.
5723 F: Documentation/gpu/vkms.rst5724 F: drivers/gpu/drm/vkms/