Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c297 const struct dma_buf_attach_ops *attach_ops; member
312 const struct dma_buf_attach_ops *attach_ops; in xe_gem_prime_import() local
339 attach_ops = &xe_dma_buf_attach_ops; in xe_gem_prime_import()
342 attach_ops = test->attach_ops; in xe_gem_prime_import()
345 attach = dma_buf_dynamic_attach(dma_buf, dev->dev, attach_ops, &bo->ttm.base); in xe_gem_prime_import()