]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fixed duplicatd memory allocation bug.
authorInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 10:36:39 +0000 (19:36 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 11:31:20 +0000 (20:31 +0900)
commit84bda5fcc488d911ad80423f161407b4c30f7588
tree9676cbda8875ec020189cb07c98ba7df738f0eb2
parent6cef6b61d4dd363642f79f00da2e11898c30db86
drm/exynos: fixed duplicatd memory allocation bug.

the gem was already allocated at gem allocation time but is allocated
at page fault handler so this patch fixes the problem that gem was
allocated one more time.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.c