diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2024-07-15 15:10:32 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-07-16 11:44:56 -0400 |
commit | 9947dbf984dd79d644a5468a47a76d9fef9f0884 (patch) | |
tree | 587c4dc65ed252dcffd1a73726805f6db56f9285 | |
parent | 4cf300f604fe894e4bd734f87fa4502faf1b8af3 (diff) | |
download | lwn-9947dbf984dd79d644a5468a47a76d9fef9f0884.tar.gz lwn-9947dbf984dd79d644a5468a47a76d9fef9f0884.zip |
Documentation/gpu: Remove ':export:' option from DCN documentation
This commit reduces, but does not fix, all the occurrences and some of
the documentation warnings related to the 'no structured comments.' This
was caused by the wrong use of the ':export:' option in the DCN
kernel-doc, so this commit drops the usage of those options.
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | Documentation/gpu/amdgpu/display/dcn-blocks.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/gpu/amdgpu/display/dcn-blocks.rst b/Documentation/gpu/amdgpu/display/dcn-blocks.rst index 118aeb9fd2b4..582a5fee7f29 100644 --- a/Documentation/gpu/amdgpu/display/dcn-blocks.rst +++ b/Documentation/gpu/amdgpu/display/dcn-blocks.rst @@ -12,9 +12,6 @@ DCHUBBUB :doc: overview .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h - :export: - -.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h :internal: HUBP @@ -24,9 +21,6 @@ HUBP :doc: overview .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h - :export: - -.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h :internal: DPP @@ -36,9 +30,6 @@ DPP :doc: overview .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h - :export: - -.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h :internal: MPC @@ -48,9 +39,6 @@ MPC :doc: overview .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h - :export: - -.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h :internal: OPP @@ -60,9 +48,6 @@ OPP :doc: overview .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/opp.h - :export: - -.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/opp.h :internal: DIO |