Searched refs:hw_res_handle (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/virtio/ |
| D | virtgpu_ttm.c | 392 if (bo->hw_res_handle) in virtio_gpu_bo_move_notify() 394 bo->hw_res_handle); in virtio_gpu_bo_move_notify() 397 if (bo->hw_res_handle) { in virtio_gpu_bo_move_notify() 398 virtio_gpu_object_attach(vgdev, bo, bo->hw_res_handle, in virtio_gpu_bo_move_notify()
|
| D | virtgpu_gem.c | 158 qobj->hw_res_handle); in virtio_gpu_gem_object_open() 179 qobj->hw_res_handle); in virtio_gpu_gem_object_close()
|
| D | virtgpu_object.c | 36 if (bo->hw_res_handle) in virtio_gpu_ttm_bo_destroy() 37 virtio_gpu_cmd_unref_resource(vgdev, bo->hw_res_handle); in virtio_gpu_ttm_bo_destroy()
|
| D | virtgpu_ioctl.c | 307 qobj->hw_res_handle = res_id; in virtio_gpu_resource_create_ioctl() 355 ri->res_handle = qobj->hw_res_handle; in virtio_gpu_resource_info_ioctl() 394 (vgdev, qobj->hw_res_handle, in virtio_gpu_transfer_from_host_ioctl() 439 (vgdev, qobj->hw_res_handle, offset, in virtio_gpu_transfer_to_host_ioctl() 443 (vgdev, qobj->hw_res_handle, in virtio_gpu_transfer_to_host_ioctl()
|
| D | virtgpu_display.c | 84 if (!qobj->hw_res_handle) { in virtio_gpu_crtc_cursor_set() 89 virtio_gpu_cmd_transfer_to_host_2d(vgdev, qobj->hw_res_handle, 0, in virtio_gpu_crtc_cursor_set() 103 output->cursor.resource_id = cpu_to_le32(qobj->hw_res_handle); in virtio_gpu_crtc_cursor_set() 145 handle = bo->hw_res_handle; in virtio_gpu_page_flip()
|
| D | virtgpu_fb.c | 106 virtio_gpu_cmd_transfer_to_host_2d(vgdev, obj->hw_res_handle, in virtio_gpu_dirty_update() 115 virtio_gpu_cmd_resource_flush(vgdev, obj->hw_res_handle, in virtio_gpu_dirty_update() 156 virtio_gpu_cmd_resource_flush(vgdev, obj->hw_res_handle, in virtio_gpu_surface_dirty()
|
| D | virtgpu_plane.c | 74 handle = bo->hw_res_handle; in virtio_gpu_plane_atomic_update()
|
| D | virtgpu_drv.h | 56 uint32_t hw_res_handle; member 128 uint32_t hw_res_handle; member
|
| D | virtgpu_vq.c | 911 obj->hw_res_handle = resource_id; in virtio_gpu_object_attach()
|