commit | 67d0ec4e885cd2af861a14bb9bd59fd23e9644ae | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 10 12:43:53 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 12 11:16:29 2014 +0200 |
tree | 46284ebef8d0d7626984e564b0b79ddefddb9f8a | |
parent | 18882995713d2ebdd24d6b07f1853a866a7e1b66 [diff] |
drm: Move piles of functions from drmP.h to drm_internal.h 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>