drm/doc: fix duplicate declaration warning
authorJani Nikula <jani.nikula@intel.com>
Wed, 21 Jun 2023 12:31:55 +0000 (15:31 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 26 Jun 2023 16:43:14 +0000 (19:43 +0300)
commitf6757dfcfde722fdeaee371b66f63d7eb61dd7e4
treeeb28cac7e6662b994ad870124c2159a3d3a27896
parent205508cf325cf0cfe7b4f11cbd8dbda8ed018490
drm/doc: fix duplicate declaration warning

We have duplicate kernel-doc directives for the same struct, leading to:

/home/jani/src/linux/Documentation/gpu/driver-uapi.rst:2279: WARNING: Duplicate C declaration, also defined at rfc/i915_scheduler:3.
Declaration is '.. c:struct:: i915_context_engines_parallel_submit'.

Use the Sphinx C domain namespace for the rfc document to fix this.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230621123156.14907-1-jani.nikula@intel.com
Documentation/gpu/rfc/i915_scheduler.rst