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
409 See the documentation of :ref:`VKMS <vkms>` for more details. This is an ideal
60 struct vkms_device *vkms = container_of(dev, struct vkms_device, drm); in vkms_release() local62 platform_device_unregister(vkms->platform); in vkms_release()63 drm_atomic_helper_shutdown(&vkms->drm); in vkms_release()64 drm_mode_config_cleanup(&vkms->drm); in vkms_release()65 drm_dev_fini(&vkms->drm); in vkms_release()66 destroy_workqueue(vkms->output.composer_workq); in vkms_release()
2 vkms-y := vkms_drv.o vkms_plane.o vkms_output.o vkms_crtc.o vkms_gem.o vkms_composer.o4 obj-$(CONFIG_DRM_VKMS) += vkms.o
80 obj-$(CONFIG_DRM_VKMS) += vkms/
266 If M is selected the module will be called vkms.
5330 F: drivers/gpu/drm/vkms/5331 F: Documentation/gpu/vkms.rst