Commit 1200bce4 authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

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: default avatarAlex Deucher <alexander.deucher@amd.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9947dbf9
...@@ -8,10 +8,10 @@ and the code documentation when it is automatically generated. ...@@ -8,10 +8,10 @@ and the code documentation when it is automatically generated.
DCHUBBUB DCHUBBUB
-------- --------
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h
:doc: overview :doc: overview
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h
:internal: :internal:
HUBP HUBP
...@@ -26,10 +26,10 @@ HUBP ...@@ -26,10 +26,10 @@ HUBP
DPP DPP
--- ---
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
:doc: overview :doc: overview
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h .. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
:internal: :internal:
MPC MPC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment