aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_pci.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-07-11 11:56:32 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:37:53 +1000
commit89c8233f82d9c8af5b20e72e4a185a38a7d3c50b (patch)
treeb693be2e67816f5073807ae93aa40b7f1538773d /drivers/gpu/drm/drm_pci.c
parentdrm: rip out dev->last_checked (diff)
downloadlinux-dev-89c8233f82d9c8af5b20e72e4a185a38a7d3c50b.tar.xz
linux-dev-89c8233f82d9c8af5b20e72e4a185a38a7d3c50b.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/drm_pci.c')
0 files changed, 0 insertions, 0 deletions