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:
1888299
)
drm: Move piles of functions from drmP.h to drm_internal.h
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:53 +0000
(12:43 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 09:16:29 +0000
(11:16 +0200)
This way drivers can't grow crazy ideas any more, and it also
helps a bit in reviewing EXPORT_SYMBOLS.
v2: Even more stuff. Unfortunately we can't move drm_vm_open_locked
because exynos does some horrible stuff with it.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found