aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_irq.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-02-27 12:11:41 -0800
committerEric Anholt <eric@anholt.net>2017-02-28 12:51:48 -0800
commit72f793f14afcec9697fadb8cd4e5d33327b108cd (patch)
tree0a825e525a16cfbbccd4ee22c5b16820e76c9c89 /drivers/gpu/drm/vc4/vc4_irq.c
parentdrm/vc4: Don't wait for vblank when updating the cursor (diff)
downloadlinux-dev-72f793f14afcec9697fadb8cd4e5d33327b108cd.tar.xz
linux-dev-72f793f14afcec9697fadb8cd4e5d33327b108cd.zip
drm/vc4: Convert existing documentation to actual kerneldoc.
I'm going to hook vc4 up to the sphinx build, so clean up its comments to not generate warnings when we do. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170227201144.10970-2-eric@anholt.net
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_irq.c')
-rw-r--r--drivers/gpu/drm/vc4/vc4_irq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_irq.c b/drivers/gpu/drm/vc4/vc4_irq.c
index 094bc6a475c1..cdc6e6760705 100644
--- a/drivers/gpu/drm/vc4/vc4_irq.c
+++ b/drivers/gpu/drm/vc4/vc4_irq.c
@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
-/** DOC: Interrupt management for the V3D engine.
+/**
+ * DOC: Interrupt management for the V3D engine
*
* We have an interrupt status register (V3D_INTCTL) which reports
* interrupts, and where writing 1 bits clears those interrupts.