commit | abf190351b49937335130970a99a0b4275402b5e | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Thu Jul 25 14:08:51 2013 +0200 |
committer | Dave Airlie <airlied@gmail.com> | Wed Aug 07 18:08:05 2013 +1000 |
tree | f13a1703240ddeca2532d6f47c99fc4b37e368ed | |
parent | c700c67bae6698fbc6bd20e2ae5dc62ddd367b3b [diff] |
drm/ttm: inline drm_bo_setup_vm() This helper is used only once and just wraps a call to drm_vma_offset_add(). Remove this unneeded indirection to safe 10 lines of code. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@gmail.com>