diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2021-07-08 10:48:20 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-07-08 19:47:00 +0200 |
commit | f8a9a5c2e9058bcfc3a3d5b444d10fd8f20cb29e (patch) | |
tree | 24e74201b536964a10a2e775b803549e5896a417 /Documentation/gpu/i915.rst | |
parent | aaa5957c97592baa62ae5ce8079b18f94b1241f8 (diff) | |
download | lwn-f8a9a5c2e9058bcfc3a3d5b444d10fd8f20cb29e.tar.gz lwn-f8a9a5c2e9058bcfc3a3d5b444d10fd8f20cb29e.zip |
drm/i915: Add gem/i915_gem_context.h to the docs
In order to prevent kernel doc warnings, also fill out docs for any
missing fields and fix those that forgot the "@".
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210708154835.528166-16-jason@jlekstrand.net
Diffstat (limited to 'Documentation/gpu/i915.rst')
-rw-r--r-- | Documentation/gpu/i915.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index e6fd9608e9c6..204ebdaadb45 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -422,6 +422,8 @@ Batchbuffer Parsing User Batchbuffer Execution -------------------------- +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_context_types.h + .. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c :doc: User command execution |