linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Expand and improve AMDGPU documentation
@ 2023-10-20 22:05 Rodrigo Siqueira
  2023-10-20 22:05 ` [PATCH 1/8] Documentation/gpu: Add basic page for HUBP Rodrigo Siqueira
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Rodrigo Siqueira @ 2023-10-20 22:05 UTC (permalink / raw)
  To: amd-gfx, linux-doc; +Cc: Rodrigo Siqueira

This patchset improves how the AMDGPU display documentation is
organized, expands the kerne-doc to extract information from the source,
and adds more context about DC workflow. Finally, at the end of this
series, we also introduce a contribution session for those interested in
contributing with the display code.

Thanks
Siqueira

Rodrigo Siqueira (8):
  Documentation/gpu: Add basic page for HUBP
  Documentation/gpu: Add simple doc page for DCHUBBUB
  Documentation/gpu: Add kernel doc entry for DPP
  Documentation/gpu: Add kernel doc entry for MPC
  Documentation/gpu: Add entry for OPP in the kernel doc
  Documentation/gpu: Add entry for the DIO component
  Documentation/gpu: Add an explanation about the DC weekly patches
  Documentation/gpu: Introduce a simple contribution list for display
    code

 .../gpu/amdgpu/display/dcn-blocks.rst         |  78 ++++++
 .../amdgpu/display/display-contributing.rst   |  88 +++++++
 Documentation/gpu/amdgpu/display/index.rst    | 114 +++++++-
 drivers/gpu/drm/amd/display/TODO              | 110 --------
 .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h  |   6 +
 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h   |  26 ++
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h  |  13 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h   | 248 ++++++++++++------
 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h   |  16 ++
 .../amd/display/dc/link/hwss/link_hwss_dio.h  |  10 +
 10 files changed, 520 insertions(+), 189 deletions(-)
 create mode 100644 Documentation/gpu/amdgpu/display/dcn-blocks.rst
 create mode 100644 Documentation/gpu/amdgpu/display/display-contributing.rst
 delete mode 100644 drivers/gpu/drm/amd/display/TODO

-- 
2.42.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-23 11:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20 22:05 [PATCH 0/8] Expand and improve AMDGPU documentation Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 1/8] Documentation/gpu: Add basic page for HUBP Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 2/8] Documentation/gpu: Add simple doc page for DCHUBBUB Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 3/8] Documentation/gpu: Add kernel doc entry for DPP Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 4/8] Documentation/gpu: Add kernel doc entry for MPC Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 5/8] Documentation/gpu: Add entry for OPP in the kernel doc Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 6/8] Documentation/gpu: Add entry for the DIO component Rodrigo Siqueira
2023-10-20 22:05 ` [PATCH 7/8] Documentation/gpu: Add an explanation about the DC weekly patches Rodrigo Siqueira
2023-10-23 11:17   ` Jani Nikula
2023-10-20 22:05 ` [PATCH 8/8] Documentation/gpu: Introduce a simple contribution list for display code Rodrigo Siqueira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).