]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 22:02:30 +0000 (00:02 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Aug 2013 00:44:58 +0000 (10:44 +1000)
commitc1d6798d20eed38b842eee01813ca6c48630d563
tree6dfd50815787b7e69edc49828915254353360eab
parent2bc7b0ca8cc3bdcf61a7d4a99ed55c4ad084a4ae
drm: use common drm_gem_dmabuf_release in i915/exynos drivers

Note that this is slightly tricky since both drivers store their
native objects in dma_buf->priv. But both also embed the base
drm_gem_object at the first position, so the implicit cast is ok.

To use the release helper we need to export it, too.

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_prime.c
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
drivers/gpu/drm/i915/i915_gem_dmabuf.c
include/drm/drmP.h