]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: fixed duplicated page allocation bug.
authorInki Dae <inki.dae@samsung.com>
Tue, 3 Apr 2012 12:49:15 +0000 (21:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 3 Apr 2012 12:49:15 +0000 (21:49 +0900)
commit61db75d83ca2ac7d46b72fe94b253bbe277bb178
treec0f6ff4b14ac941f4e6cf802caa26dc0869c9236
parentdcf9af822803bcc2cd9e8009648547e6060b59a0
drm/exynos: fixed duplicated page allocation bug.

this patch fixes that buf->pages is allocated two times when it allocates
physically continuous memory region and removes unnecessary codes.

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