• Daniel Vetter's avatar
    drm: Extract drm_drv.h · 85e634bc
    Daniel Vetter authored
    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: default avatarChris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
    85e634bc
drm_drv.c 23.2 KB