diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-03-22 04:36:04 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-03-24 04:36:06 -0400 |
| commit | 760f71e72eb5c64b12d85d4e6dc79d28a708e09e (patch) | |
| tree | 0117c7754e091441c652e133892f2b686a366cbd /Documentation/gpu | |
| parent | 4834442d70befd57a5a7420944f42899df2cf807 (diff) | |
drm: document driver interface for CRC capturing
This was missed in Tomeu's patch. Also remove the kerneldoc for the
internal function, we don't document that in general.
While at it word-smith the docs slightly for more clarity.
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170322083617.13361-4-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/drm-uapi.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst index 352652810dab..369e8ca12b8e 100644 --- a/Documentation/gpu/drm-uapi.rst +++ b/Documentation/gpu/drm-uapi.rst | |||
| @@ -207,6 +207,9 @@ Display CRC Support | |||
| 207 | .. kernel-doc:: drivers/gpu/drm/drm_debugfs_crc.c | 207 | .. kernel-doc:: drivers/gpu/drm/drm_debugfs_crc.c |
| 208 | :doc: CRC ABI | 208 | :doc: CRC ABI |
| 209 | 209 | ||
| 210 | .. kernel-doc:: drivers/gpu/drm/drm_debugfs_crc.c | ||
| 211 | :export: | ||
| 212 | |||
| 210 | VBlank event handling | 213 | VBlank event handling |
| 211 | ===================== | 214 | ===================== |
| 212 | 215 | ||
