Home
last modified time | relevance | path

Searched refs:hw_res_handle (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c392 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()
Dvirtgpu_gem.c158 qobj->hw_res_handle); in virtio_gpu_gem_object_open()
179 qobj->hw_res_handle); in virtio_gpu_gem_object_close()
Dvirtgpu_object.c36 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()
Dvirtgpu_ioctl.c307 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()
Dvirtgpu_display.c84 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()
Dvirtgpu_fb.c106 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()
Dvirtgpu_plane.c74 handle = bo->hw_res_handle; in virtio_gpu_plane_atomic_update()
Dvirtgpu_drv.h56 uint32_t hw_res_handle; member
128 uint32_t hw_res_handle; member
Dvirtgpu_vq.c911 obj->hw_res_handle = resource_id; in virtio_gpu_object_attach()