Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.h12 struct drm_gem_object *xe_gem_prime_import(struct drm_device *dev,
H A Dxe_dma_buf.c260 struct drm_gem_object *xe_gem_prime_import(struct drm_device *dev, in xe_gem_prime_import() function
H A Dxe_device.c259 .gem_prime_import = xe_gem_prime_import,
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c143 import = xe_gem_prime_import(&xe->drm, dmabuf); in xe_test_dmabuf_import_same_driver()