Home
last modified time | relevance | path

Searched refs:VIRTIO_GPU_F_RESOURCE_BLOB (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c150 VIRTIO_GPU_F_RESOURCE_BLOB,
H A Dvirtgpu_kms.c175 if (virtio_has_feature(vgdev->vdev, VIRTIO_GPU_F_RESOURCE_BLOB)) { in virtio_gpu_init()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h61 #define VIRTIO_GPU_F_RESOURCE_BLOB 3 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h61 #define VIRTIO_GPU_F_RESOURCE_BLOB 3 macro
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c233 features |= (1 << VIRTIO_GPU_F_RESOURCE_BLOB); in virtio_gpu_base_get_features()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c212 FEATURE_ENTRY(VIRTIO_GPU_F_RESOURCE_BLOB, \