Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/gpu: Adjust DCN documentation paths

When building the kernel-doc, it has the following complaints:

Documentation/gpu/amdgpu/display/dcn-blocks:23:
drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h:3: WARNING: Duplicate C
declaration, also defined at gpu/amdgpu/display/dcn-blocks:3.

Declaration is '.. c:struct:: surface_flip_registers'.

Documentation/gpu/amdgpu/display/dcn-blocks:35:
drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h:3: WARNING: Duplicate C
declaration, also defined at gpu/amdgpu/display/dcn-blocks:3.
Declaration is '.. c:struct:: surface_flip_registers'.

This error happened due to a copy-and-paste where the same file path was
duplicated multiple times to a different set of blocks. This commit
addresses this issue by using the correct file path.

Cc: Alex Deucher <alexander.deucher@amd.com>
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>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
1200bce4 9947dbf9

+4 -4
+4 -4
Documentation/gpu/amdgpu/display/dcn-blocks.rst
··· 8 8 DCHUBBUB 9 9 -------- 10 10 11 - .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h 11 + .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h 12 12 :doc: overview 13 13 14 - .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h 14 + .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h 15 15 :internal: 16 16 17 17 HUBP ··· 26 26 DPP 27 27 --- 28 28 29 - .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h 29 + .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h 30 30 :doc: overview 31 31 32 - .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h 32 + .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h 33 33 :internal: 34 34 35 35 MPC