Commit 4c5d0fc5 authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher
Browse files

Documentation/gpu/amdgpu: Add programming model for DCN



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: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent dec36b22
Loading
Loading
Loading
Loading
+731 −0

File added.

Preview size limit exceeded, changes collapsed.

+732 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
.. _dcn_blocks:

==========
DCN Blocks
==========
+2 −0
Original line number Diff line number Diff line
.. _dcn_overview:

=======================
Display Core Next (DCN)
=======================
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ table of content:
   display-manager.rst
   dcn-overview.rst
   dcn-blocks.rst
   programming-model-dcn.rst
   mpo-overview.rst
   dc-debug.rst
   display-contributing.rst
Loading