summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
diff options
context:
space:
mode:
authorDaniel Vetter2016-06-21 10:54:22 +0200
committerDaniel Vetter2016-06-21 22:10:55 +0200
commit3b96a0b1407e08ebebe7a5c586752f7c16754cbd (patch)
tree6e353aa88a9fbd2b7cfe7a36957c4cb110befb89 /drivers/gpu/drm/drm_crtc.c
parentdrm: Clear up master tracking booleans (diff)
downloadkernel-qcow2-linux-3b96a0b1407e08ebebe7a5c586752f7c16754cbd.tar.gz
kernel-qcow2-linux-3b96a0b1407e08ebebe7a5c586752f7c16754cbd.tar.xz
kernel-qcow2-linux-3b96a0b1407e08ebebe7a5c586752f7c16754cbd.zip
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>
Diffstat (limited to 'drivers/gpu/drm/drm_crtc.c')
-rw-r--r--drivers/gpu/drm/drm_crtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
index e9cae0b7d7cd..fd93e9c79d28 100644
--- a/drivers/gpu/drm/drm_crtc.c
+++ b/drivers/gpu/drm/drm_crtc.c
@@ -39,6 +39,7 @@
#include <drm/drm_fourcc.h>
#include <drm/drm_modeset_lock.h>
#include <drm/drm_atomic.h>
+#include <drm/drm_auth.h>
#include "drm_crtc_internal.h"
#include "drm_internal.h"