[PATCH] drm/exynos: fix missed calling of drm_prime_gem_destroy()

2015-09-21 Thread Gustavo Padovan
HI Joonyoung, 2015-09-16 Joonyoung Shim : > 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 c

[PATCH] drm/exynos: fix missed calling of drm_prime_gem_destroy()

2015-09-16 Thread Joonyoung Shim
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-b