]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8b9167ce75c5bcab3e1eaf44a388e073cca07c0c
treee9b15d7457c8151ebac36c261e3eeb8294ce8f7e
parenta62af80d52c3c3d736c7a3794a352453d34e4cc2
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]