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)
commit887ea3db26ec8a43b650ada273e1159492939c10
tree9676cbda8875ec020189cb07c98ba7df738f0eb2
parent273a50fbcd2d2c0652bbda58dd1985f932ce6d75
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