Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c20 params->attach_ops->allow_peer2peer; in p2p_enabled()
26 params->attach_ops->move_notify; in is_dynamic()
210 .attach_ops = &xe_dma_buf_attach_ops,
214 .attach_ops = &nop2p_attach_ops},
216 .attach_ops = &nop2p_attach_ops,
226 .attach_ops = &xe_dma_buf_attach_ops,
230 .attach_ops = &nop2p_attach_ops},
232 .attach_ops = &nop2p_attach_ops,
242 .attach_ops = &xe_dma_buf_attach_ops,
246 .attach_ops = &nop2p_attach_ops},
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c251 const struct dma_buf_attach_ops *attach_ops; member
266 const struct dma_buf_attach_ops *attach_ops; in xe_gem_prime_import() local
293 attach_ops = &xe_dma_buf_attach_ops; in xe_gem_prime_import()
296 attach_ops = test->attach_ops; in xe_gem_prime_import()
299 attach = dma_buf_dynamic_attach(dma_buf, dev->dev, attach_ops, &bo->ttm.base); in xe_gem_prime_import()