drm: Extract drm_drv.h
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 14 Nov 2016 11:58:19 +0000 (12:58 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Nov 2016 11:50:30 +0000 (12:50 +0100)
commit85e634bce01af582a0fa549c904154b0e3c56db5
treee9b15d7457c8151ebac36c261e3eeb8294ce8f7e
parent8a5846bf5d4756db1d4e03305217189c1c0e7160
drm: Extract drm_drv.h

I want to move dumb buffer documentation into the right vfuncs, and
for that I first need to be able to pull that into kerneldoc without
having to clean up all of drmP.h. Also, header-splitting is nice.

While at it shuffle all the function declarations for drm_drv.c into
the right spots, and drop the kerneldoc for drm_minor_acquire/release
since it's only used internally.

v2: Keep all existing copyright notices (Chris).

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_internal.h
include/drm/drmP.h
include/drm/drm_drv.h [new file with mode: 0644]