Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_dmabuf.c35 struct exynos_drm_dmabuf_attachment *exynos_attach; in exynos_gem_attach_dma_buf() local
37 exynos_attach = kzalloc(sizeof(*exynos_attach), GFP_KERNEL); in exynos_gem_attach_dma_buf()
38 if (!exynos_attach) in exynos_gem_attach_dma_buf()
41 exynos_attach->dir = DMA_NONE; in exynos_gem_attach_dma_buf()
42 attach->priv = exynos_attach; in exynos_gem_attach_dma_buf()
50 struct exynos_drm_dmabuf_attachment *exynos_attach = attach->priv; in exynos_gem_detach_dma_buf() local
53 if (!exynos_attach) in exynos_gem_detach_dma_buf()
56 sgt = &exynos_attach->sgt; in exynos_gem_detach_dma_buf()
58 if (exynos_attach->dir != DMA_NONE) in exynos_gem_detach_dma_buf()
60 exynos_attach->dir); in exynos_gem_detach_dma_buf()
[all …]