drm_virtgpu
Testing of the virtIO-GPU driver DRM ioctls
drm-virtgpu-map
Maps a buffer object and tests read/write access via mmap.
drm-virtgpu-execbuffer
Submits a dummy execbuffer to the GPU.
drm-virtgpu-resource-info
Validates that the GPU resource info ioctl returns expected metadata.
drm-virtgpu-3d-transfer-to-host
Transfers buffer contents from guest memory to the host.
drm-virtgpu-3d-transfer-from-host
Transfers buffer contents from the host to guest memory.
drm-virtgpu-3d-wait
Waits for a GPU operation to complete on a specific resource.
drm-virtgpu-resource-create
Creates a standard 2D GPU resource using RESOURCE_CREATE ioctl.
drm-virtgpu-resource-create-blob
Creates a GPU resource using the blob interface with memory flags.
drm-virtgpu-get-caps
Queries different GPU capsets and prints the response payload.
drm-virtgpu-context-init
Initializes a GPU context with parameters like capset ID and debug name.
drm-virtgpu-getparam
Verifies which VirtIO-GPU features are supported by querying driver parameters.