Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c287 struct drm_gem_object *dummy_obj; in xe_dma_buf_create_obj() local
292 dummy_obj = drm_gpuvm_resv_object_alloc(&xe->drm); in xe_dma_buf_create_obj()
293 if (!dummy_obj) in xe_dma_buf_create_obj()
296 dummy_obj->resv = resv; in xe_dma_buf_create_obj()
298 ret = drm_exec_lock_obj(&exec, dummy_obj); in xe_dma_buf_create_obj()
313 drm_gem_object_put(dummy_obj); in xe_dma_buf_create_obj()