summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-15 15:48:01 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-19 04:29:47 -0400
commit34a67dd7f33f3476bc9978c3d353703d3821f6c2 (patch)
treeac7380f82623eea13e8d104a500ea346d5af4882 /Documentation/gpu
parent9a6bc03cd63479a40757865e5ff2e510fc2dcdb9 (diff)
drm: Extract&Document drm_irq.h
The drm_irq docs want one function from drmP.h, but that one is a serious mess. Extract it, and while at it improve the docs a bit. There's a bit a header loop issue since core data structures like drm_device and drm_driver aren't in their own headers yet, which means the drm_irq.h include in drmP.h needs to be in just the right spot :( Also noticed that drm_vblank_crtc->last_wait is entirely unused, remove it. v2: git add drm_irq.h ... Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/drm-kms.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index 675221f0a64b..8dfa4b214b96 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -649,5 +649,5 @@ Vertical Blanking and Interrupt Handling Functions Reference
649.. kernel-doc:: drivers/gpu/drm/drm_irq.c 649.. kernel-doc:: drivers/gpu/drm/drm_irq.c
650 :export: 650 :export:
651 651
652.. kernel-doc:: include/drm/drmP.h 652.. kernel-doc:: include/drm/drm_irq.h
653 :functions: drm_crtc_vblank_waitqueue 653 :internal: