Home
last modified time | relevance | path

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

/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c398 if (bo->hw_res_handle) in virtio_gpu_bo_move_notify()
400 bo->hw_res_handle); in virtio_gpu_bo_move_notify()
403 if (bo->hw_res_handle) { in virtio_gpu_bo_move_notify()
404 virtio_gpu_object_attach(vgdev, bo, bo->hw_res_handle, in virtio_gpu_bo_move_notify()
Dvirtgpu_ioctl.c293 qobj->hw_res_handle = res_id; in virtio_gpu_resource_create_ioctl()
341 ri->res_handle = qobj->hw_res_handle; in virtio_gpu_resource_info_ioctl()
380 (vgdev, qobj->hw_res_handle, in virtio_gpu_transfer_from_host_ioctl()
425 (vgdev, qobj->hw_res_handle, offset, in virtio_gpu_transfer_to_host_ioctl()
429 (vgdev, qobj->hw_res_handle, in virtio_gpu_transfer_to_host_ioctl()
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_fb.c105 virtio_gpu_cmd_transfer_to_host_2d(vgdev, obj->hw_res_handle, in virtio_gpu_dirty_update()
114 virtio_gpu_cmd_resource_flush(vgdev, obj->hw_res_handle, in virtio_gpu_dirty_update()
155 virtio_gpu_cmd_resource_flush(vgdev, obj->hw_res_handle, in virtio_gpu_surface_dirty()
Dvirtgpu_plane.c85 handle = bo->hw_res_handle; in virtio_gpu_primary_plane_update()
139 handle = bo->hw_res_handle; in virtio_gpu_cursor_plane_update()
Dvirtgpu_drv.h57 uint32_t hw_res_handle; member
130 uint32_t hw_res_handle; member
Dvirtgpu_vq.c911 obj->hw_res_handle = resource_id; in virtio_gpu_object_attach()