Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_VIRTGPU_GET_CAPS (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/include/drm/
Dvirtgpu_drm.h174 #define DRM_IOCTL_VIRTGPU_GET_CAPS \ macro
/third_party/mesa3d/include/drm-uapi/
Dvirtgpu_drm.h230 #define DRM_IOCTL_VIRTGPU_GET_CAPS \ macro
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_device.c61 return drmIoctl(fd, DRM_IOCTL_VIRTGPU_GET_CAPS, &args); in get_capset()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c1010 ret = drmIoctl(vdws->fd, DRM_IOCTL_VIRTGPU_GET_CAPS, &args); in virgl_drm_get_caps()
1015 ret = drmIoctl(vdws->fd, DRM_IOCTL_VIRTGPU_GET_CAPS, &args); in virgl_drm_get_caps()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c638 return virtgpu_ioctl(gpu, DRM_IOCTL_VIRTGPU_GET_CAPS, &args); in virtgpu_ioctl_get_caps()