drm: document drm_auth.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Jun 2016 08:54:22 +0000 (10:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Jun 2016 20:10:55 +0000 (22:10 +0200)
commit3b96a0b1407e08ebebe7a5c586752f7c16754cbd
tree6e353aa88a9fbd2b7cfe7a36957c4cb110befb89
parent0aae5920a84469e2bb6795f53157ea9072faef5a
drm: document drm_auth.c

Also extract drm_auth.h for nicer grouping.

v2: Nuke the other comments since they don't really explain a lot, and
within the drm core we generally only document functions exported to
drivers: The main audience for these docs are driver writers.

v3: Limit the exposure of drm_master internals by only including
drm_auth.h where it is neede (Chris).

v4: Spelling polish (Emil).

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Documentation/gpu/drm-uapi.rst
drivers/gpu/drm/drm_auth.c
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_ioctl.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
include/drm/drmP.h
include/drm/drm_auth.h [new file with mode: 0644]
include/drm/drm_legacy.h