All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Expand amdgpu documentation
@ 2022-06-13 20:01 Rodrigo Siqueira
  2022-06-13 20:01 ` [PATCH 1/3] Documentation/gpu: Add info table for ASICs Rodrigo Siqueira
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Rodrigo Siqueira @ 2022-06-13 20:01 UTC (permalink / raw)
  To: amd-gfx; +Cc: mwen, maira.canal, isabbasso, andrealmeid, tales.aparecida

This patchset introduces some new AMDGPU documentation. You will find:

1. A CSV table that maps which component version is part of some ASIC
   families. This can be useful to narrow down bugs;
2. Some explanation about AMD Display Pipeline;
3. An explanation of Multiple Plane Overlay, which can be useful for
   userspace applications.

Since we have some diagrams, I recommend applying these patches and
building the documentation to have a better experience.

Thanks
Siqueira

Rodrigo Siqueira (3):
  Documentation/gpu: Add info table for ASICs
  Documentation/gpu: Add an explanation about the DCN pipeline
  Documentation/gpu: Add Multiplane Overlay doc

 .../gpu/amdgpu/apu-asic-info-table.csv        |    8 +
 .../gpu/amdgpu/dgpu-asic-info-table.csv       |   24 +
 .../gpu/amdgpu/display/dcn-overview.rst       |   58 +
 Documentation/gpu/amdgpu/display/index.rst    |    1 +
 .../gpu/amdgpu/display/mpo-cursor.svg         |  435 +++++++
 .../gpu/amdgpu/display/mpo-overview.rst       |  242 ++++
 .../multi-display-hdcp-mpo-less-pipe-ex.svg   |  220 ++++
 .../amdgpu/display/multi-display-hdcp-mpo.svg |  171 +++
 .../amdgpu/display/pipeline_4k_no_split.svg   |  958 +++++++++++++++
 .../gpu/amdgpu/display/pipeline_4k_split.svg  | 1062 +++++++++++++++++
 .../single-display-mpo-multi-video.svg        |  339 ++++++
 .../gpu/amdgpu/display/single-display-mpo.svg |  266 +++++
 Documentation/gpu/amdgpu/driver-misc.rst      |   17 +
 13 files changed, 3801 insertions(+)
 create mode 100644 Documentation/gpu/amdgpu/apu-asic-info-table.csv
 create mode 100644 Documentation/gpu/amdgpu/dgpu-asic-info-table.csv
 create mode 100644 Documentation/gpu/amdgpu/display/mpo-cursor.svg
 create mode 100644 Documentation/gpu/amdgpu/display/mpo-overview.rst
 create mode 100644 Documentation/gpu/amdgpu/display/multi-display-hdcp-mpo-less-pipe-ex.svg
 create mode 100644 Documentation/gpu/amdgpu/display/multi-display-hdcp-mpo.svg
 create mode 100644 Documentation/gpu/amdgpu/display/pipeline_4k_no_split.svg
 create mode 100644 Documentation/gpu/amdgpu/display/pipeline_4k_split.svg
 create mode 100644 Documentation/gpu/amdgpu/display/single-display-mpo-multi-video.svg
 create mode 100644 Documentation/gpu/amdgpu/display/single-display-mpo.svg

-- 
2.25.1


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

end of thread, other threads:[~2022-06-18 13:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-13 20:01 [PATCH 0/3] Expand amdgpu documentation Rodrigo Siqueira
2022-06-13 20:01 ` [PATCH 1/3] Documentation/gpu: Add info table for ASICs Rodrigo Siqueira
2022-06-14 18:15   ` Simon Ser
2022-06-14 18:30     ` Alex Deucher
2022-06-15  7:47       ` Simon Ser
2022-06-15 14:13         ` Alex Deucher
2022-06-16 21:31           ` Rodrigo Siqueira Jordao
2022-06-16 21:36             ` Alex Deucher
2022-06-15 14:34   ` Yann Dirson
2022-06-16 21:35     ` Rodrigo Siqueira Jordao
2022-06-16 21:48       ` Yann Dirson
2022-06-16 21:55         ` Alex Deucher
2022-06-13 20:01 ` [PATCH 2/3] Documentation/gpu: Add an explanation about the DCN pipeline Rodrigo Siqueira
2022-06-15 11:12   ` Pekka Paalanen
2022-06-16 21:59     ` Rodrigo Siqueira Jordao
2022-06-17  7:35       ` Pekka Paalanen
2022-06-17 15:11         ` Harry Wentland
2022-06-13 20:01 ` [PATCH 3/3] Documentation/gpu: Add Multiplane Overlay doc Rodrigo Siqueira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.