summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gem.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-07-11 11:56:32 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-21 19:12:27 +0900
commit729e00f5c0a8ee58a5fb9f8815fcf09aa03671cb (patch)
treec542d9f9eccb3fd5f3f02c8f46aaa1404f0f2608 /drivers/gpu/drm/exynos/exynos_drm_gem.c
parent8fb875dec1ab24b890f46f769823173890053455 (diff)
downloadlinux-3.10-729e00f5c0a8ee58a5fb9f8815fcf09aa03671cb.tar.gz
linux-3.10-729e00f5c0a8ee58a5fb9f8815fcf09aa03671cb.tar.bz2
linux-3.10-729e00f5c0a8ee58a5fb9f8815fcf09aa03671cb.zip
drm/gem: simplify object initialization
drm_gem_object_init() and drm_gem_private_object_init() do exactly the same (except for shmem alloc) so make the first use the latter to reduce code duplication. Also drop the return code from drm_gem_private_object_init(). It seems unlikely that we will extend it any time soon so no reason to keep it around. This simplifies code paths in drivers, too. Last but not least, fix gma500 to call drm_gem_object_release() before freeing objects that were allocated via drm_gem_private_object_init(). That isn't actually necessary for now, but might be in the future. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_gem.c')
0 files changed, 0 insertions, 0 deletions