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.c248 struct drm_gem_object *dummy_obj; in xe_dma_buf_init_obj() local
253 dummy_obj = drm_gpuvm_resv_object_alloc(&xe->drm); in xe_dma_buf_init_obj()
254 if (!dummy_obj) in xe_dma_buf_init_obj()
257 dummy_obj->resv = resv; in xe_dma_buf_init_obj()
259 ret = drm_exec_lock_obj(&exec, dummy_obj); in xe_dma_buf_init_obj()
274 drm_gem_object_put(dummy_obj); in xe_dma_buf_init_obj()