git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c700c67
)
drm/ttm: inline drm_bo_setup_vm()
author
David Herrmann
<dh.herrmann@gmail.com>
Thu, 25 Jul 2013 12:08:51 +0000
(14:08 +0200)
committer
Dave Airlie
<airlied@gmail.com>
Wed, 7 Aug 2013 08:08:05 +0000
(18:08 +1000)
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>
No differences found