Searched refs:hw_res_handle (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c68 virtio_gpu_resource_id_put(vgdev, bo->hw_res_handle);
199 ret = virtio_gpu_resource_id_get(vgdev, &bo->hw_res_handle);
245 virtio_gpu_resource_id_put(vgdev, bo->hw_res_handle);
H A Dvirtgpu_plane.c153 virtio_gpu_cmd_resource_flush(vgdev, bo->hw_res_handle, x, y,
162 virtio_gpu_cmd_resource_flush(vgdev, bo->hw_res_handle, x, y,
211 bo->hw_res_handle,
229 bo->hw_res_handle,
307 handle = bo->hw_res_handle;
H A Dvirtgpu_vq.c508 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
540 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
615 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
958 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
976 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
995 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
1038 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
1068 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
1106 virtio_gpu_cmd_resource_attach_backing(vgdev, obj->hw_res_handle,
1170 cmd_p->resource_id = cpu_to_le32(bo->hw_res_handle);
[all...]
H A Dvirtgpu_ioctl.c187 rc->res_handle = qobj->hw_res_handle; /* similiar to a VM address */
215 ri->res_handle = qobj->hw_res_handle;
560 rc_blob->res_handle = bo->hw_res_handle;
H A Dvirtgpu_vram.c210 ret = virtio_gpu_resource_id_get(vgdev, &vram->base.hw_res_handle);
H A Dvirtgpu_drv.h92 uint32_t hw_res_handle; member in struct:virtio_gpu_object

Completed in 193 milliseconds