mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

One of the challenges to contributing to the display code is the complexity of the DC component. This commit adds a documentation page that discusses the programming model used by DCN and an overview of how the display code is organized. Cc: Leo Li <sunpeng.li@amd.com> Cc: Aurabindo Pillai <aurabindo.pillai@amd.com> Cc: Hamza Mahfooz <hamza.mahfooz@amd.com> Cc: Harry Wentland <harry.wentland@amd.com> Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Christian Konig <christian.koenig@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
57 lines
1.1 KiB
ReStructuredText
57 lines
1.1 KiB
ReStructuredText
.. _dcn_blocks:
|
|
|
|
==========
|
|
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.
|
|
|
|
DCHUBBUB
|
|
--------
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h
|
|
:doc: overview
|
|
|
|
HUBP
|
|
----
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
|
|
:doc: overview
|
|
|
|
DPP
|
|
---
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
|
|
:doc: overview
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
|
|
:internal:
|
|
|
|
MPC
|
|
---
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
|
|
:doc: overview
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
|
|
:internal:
|
|
:no-identifiers: mpcc_blnd_cfg mpcc_alpha_blend_mode
|
|
|
|
OPP
|
|
---
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
|
|
:doc: overview
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
|
|
:internal:
|
|
|
|
DIO
|
|
---
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.c
|
|
:doc: overview
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.c
|
|
:internal:
|