Commit 3595678f authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

Documentation/gpu: Add simple doc page for DCHUBBUB

Enable the documentation to extract code documentation from dchubbub.h
file.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Harry Wentland <Harry.Wentland@amd.com>
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ee0a54a6
...@@ -5,6 +5,18 @@ DCN Blocks ...@@ -5,6 +5,18 @@ DCN Blocks
In this section, you will find some extra details about some of the DCN blocks In this section, you will find some extra details about some of the DCN blocks
and the code documentation when it is automatically generated. and the code documentation when it is automatically generated.
DCHUBBUB
--------
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
: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 HUBP
---- ----
......
...@@ -26,6 +26,12 @@ ...@@ -26,6 +26,12 @@
#ifndef __DAL_DCHUBBUB_H__ #ifndef __DAL_DCHUBBUB_H__
#define __DAL_DCHUBBUB_H__ #define __DAL_DCHUBBUB_H__
/**
* DOC: overview
*
* There is only one common DCHUBBUB. It contains the common request and return
* blocks for the Data Fabric Interface that are not clock/power gated.
*/
enum dcc_control { enum dcc_control {
dcc_control__256_256_xxx, dcc_control__256_256_xxx,
......
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