drm/exynos: use gem create function generically
authorInki Dae <inki.dae@samsung.com>
Sat, 12 Nov 2011 05:51:23 +0000 (14:51 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 15 Nov 2011 05:58:46 +0000 (14:58 +0900)
commitf088d5a9c5dd22b6559fa3f3939973bc374c977b
tree5824150df0e92bb21a7e171e3bdcc26f7303d2a2
parentb0e0f85631f9d905095d2896a952430f5eb0aba1
drm/exynos: use gem create function generically

this patch addes exynos_drm_gem_init() creating and initialzing a gem.
allocation functions could use this function to create new gem and
it changes size type of exynos_drm_gem_create structure to 64bit
and also corrects comments to exynos_drm_gem_create structure.

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