Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_prime.c783 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = { variable
881 .ops = &drm_gem_prime_dmabuf_ops, in drm_gem_prime_export()
915 if (dma_buf->ops == &drm_gem_prime_dmabuf_ops) { in drm_gem_prime_import_dev()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch15497 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
15500 @@ -790,6 +812,7 @@ static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {