diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-09-16 14:14:54 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2015-09-30 16:39:40 +0900 |
commit | 7c93537a47e15e04064158ccdbe28f88ee61170c (patch) | |
tree | 6d1852a4170dda62a3382a9857911b6d50196626 /arch/mips/pmcs-msp71xx | |
parent | 5e0fb1f9eb754eed8432392bfdc100ef295676cd (diff) | |
download | op-kernel-dev-7c93537a47e15e04064158ccdbe28f88ee61170c.zip op-kernel-dev-7c93537a47e15e04064158ccdbe28f88ee61170c.tar.gz |
drm/exynos: fix missed calling of drm_prime_gem_destroy()
When obj->import_attach is existed, code calling drm_prime_gem_destroy()
was removed from commit 67e93c808b48 ("drm/exynos: stop copying sg
table"), and it's a fault.
The drm_prime_gem_destroy() is cleanup function which GEM drivers need
to call when they use drm_gem_prime_import() to import dma-bufs, so
exynos-drm driver using drm_gem_prime_import() needs calling
drm_prime_gem_destroy().
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'arch/mips/pmcs-msp71xx')
0 files changed, 0 insertions, 0 deletions