All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Update AMD APU IP version docs
@ 2023-01-18 17:28 Mario Limonciello
  2023-01-18 17:28 ` [PATCH 1/4] Documentation/gpu: Add MP0 version to apu-asic-info-table Mario Limonciello
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mario Limonciello @ 2023-01-18 17:28 UTC (permalink / raw)
  To: amd-gfx; +Cc: Guilherme G . Piccoli, Mario Limonciello

Guilherme G. Piccoli submitted some patches recently to the mailing list
related to removing IP version detection code.  As part of the discussion
it was mentioned that non-obviously some IP blocks are shared between
multiple APU parts.

The example given was for launched products Rembrandt and Mendocino VCN,
but in looking at the existing table I found that we don't actually
indicate the VCN version for Mendocino.

So I added this to the table, and then noticed we're missing references
to some other recently launched products.

So update the table with all missing launched products as well as products
launching this year that don't have IP version changes.

Mario Limonciello (4):
  Documentation/gpu: Add MP0 version to apu-asic-info-table
  Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP
  Documentation/gpu: Add Mendocino to apu-asic-info-table
  Documentation/gpu: Add Raphael to apu-asic-info-table

 .../gpu/amdgpu/apu-asic-info-table.csv         | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

-- 
2.25.1


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

* [PATCH 1/4] Documentation/gpu: Add MP0 version to apu-asic-info-table
  2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
@ 2023-01-18 17:28 ` Mario Limonciello
  2023-01-18 17:28 ` [PATCH 2/4] Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP Mario Limonciello
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mario Limonciello @ 2023-01-18 17:28 UTC (permalink / raw)
  To: amd-gfx; +Cc: Guilherme G . Piccoli, Mario Limonciello

MP0 version is useful to know to figure out which firmware is intended
for a platform.  Add a column for all supported APUs.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 Documentation/gpu/amdgpu/apu-asic-info-table.csv | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/gpu/amdgpu/apu-asic-info-table.csv b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
index 98c6988e424e6..6e14ae82e97ca 100644
--- a/Documentation/gpu/amdgpu/apu-asic-info-table.csv
+++ b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
@@ -1,8 +1,8 @@
-Product Name, Code Reference, DCN/DCE version, GC version, VCE/UVD/VCN version, SDMA version
-Radeon R* Graphics, CARRIZO/STONEY, DCE 11, 8, VCE 3 / UVD 6, 3
-Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN/PICASSO, DCN 1.0, 9.1.0, VCN 1.0, 4.1.0
-Ryzen 4000 series, RENOIR, DCN 2.1, 9.3, VCN 2.2, 4.1.2
-Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN 1.0, 9.2.2, VCN 1.0.1, 4.1.1
-SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1
-Ryzen 5000 series, GREEN SARDINE, DCN 2.1, 9.3, VCN 2.2, 4.1.1
-Ryzen 6000 Zen, YELLOW CARP, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3
+Product Name, Code Reference, DCN/DCE version, GC version, VCE/UVD/VCN version, SDMA version, MP0 version
+Radeon R* Graphics, CARRIZO/STONEY, DCE 11, 8, VCE 3 / UVD 6, 3, n/a
+Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN/PICASSO, DCN 1.0, 9.1.0, VCN 1.0, 4.1.0, 10.0.0
+Ryzen 4000 series, RENOIR, DCN 2.1, 9.3, VCN 2.2, 4.1.2, 11.0.3
+Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN 1.0, 9.2.2, VCN 1.0.1, 4.1.1, 10.0.1
+SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1, 11.5.0
+Ryzen 5000 series, GREEN SARDINE, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
+Ryzen 6000 Zen, YELLOW CARP, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
-- 
2.25.1


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

* [PATCH 2/4] Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP
  2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
  2023-01-18 17:28 ` [PATCH 1/4] Documentation/gpu: Add MP0 version to apu-asic-info-table Mario Limonciello
@ 2023-01-18 17:28 ` Mario Limonciello
  2023-01-18 17:28 ` [PATCH 3/4] Documentation/gpu: Add Mendocino to apu-asic-info-table Mario Limonciello
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mario Limonciello @ 2023-01-18 17:28 UTC (permalink / raw)
  To: amd-gfx; +Cc: Guilherme G . Piccoli, Mario Limonciello

These products have launched, so add matching codenames.

Also AMD has announced that both of these products have new refresh
variants that launch in 2023 using the new naming scheme, so add
that information.

Link: https://community.amd.com/t5/corporate/announcing-new-model-numbers-for-2023-mobile-processors/ba-p/543985
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 Documentation/gpu/amdgpu/apu-asic-info-table.csv | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/gpu/amdgpu/apu-asic-info-table.csv b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
index 6e14ae82e97ca..4ca544a377e16 100644
--- a/Documentation/gpu/amdgpu/apu-asic-info-table.csv
+++ b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
@@ -4,5 +4,5 @@ Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN/PICAS
 Ryzen 4000 series, RENOIR, DCN 2.1, 9.3, VCN 2.2, 4.1.2, 11.0.3
 Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN 1.0, 9.2.2, VCN 1.0.1, 4.1.1, 10.0.1
 SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1, 11.5.0
-Ryzen 5000 series, GREEN SARDINE, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
-Ryzen 6000 Zen, YELLOW CARP, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
+Ryzen 5000 series / Ryzen 7x30 series, GREEN SARDINE / Cezanne / Barcelo / Barcelo-R, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
+Ryzen 6000 series / Ryzen 7x35 series, YELLOW CARP / Rembrandt / Rembrandt+, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
-- 
2.25.1


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

* [PATCH 3/4] Documentation/gpu: Add Mendocino to apu-asic-info-table
  2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
  2023-01-18 17:28 ` [PATCH 1/4] Documentation/gpu: Add MP0 version to apu-asic-info-table Mario Limonciello
  2023-01-18 17:28 ` [PATCH 2/4] Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP Mario Limonciello
@ 2023-01-18 17:28 ` Mario Limonciello
  2023-01-18 17:28 ` [PATCH 4/4] Documentation/gpu: Add Raphael " Mario Limonciello
  2023-01-18 18:46 ` [PATCH 0/4] Update AMD APU IP version docs Guilherme G. Piccoli
  4 siblings, 0 replies; 7+ messages in thread
From: Mario Limonciello @ 2023-01-18 17:28 UTC (permalink / raw)
  To: amd-gfx; +Cc: Guilherme G . Piccoli, Mario Limonciello

Mendocino launched in 2023 and uses the new naming scheme for APU
processors.

Link: https://community.amd.com/t5/corporate/announcing-new-model-numbers-for-2023-mobile-processors/ba-p/543985
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 Documentation/gpu/amdgpu/apu-asic-info-table.csv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/gpu/amdgpu/apu-asic-info-table.csv b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
index 4ca544a377e16..88f4e3071e696 100644
--- a/Documentation/gpu/amdgpu/apu-asic-info-table.csv
+++ b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
@@ -6,3 +6,4 @@ Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN
 SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1, 11.5.0
 Ryzen 5000 series / Ryzen 7x30 series, GREEN SARDINE / Cezanne / Barcelo / Barcelo-R, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
 Ryzen 6000 series / Ryzen 7x35 series, YELLOW CARP / Rembrandt / Rembrandt+, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
+Ryzen 7x20 series, Mendocino, 3.1.6, 10.3.7, 3.1.1, 5.2.7, 13.0.8
-- 
2.25.1


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

* [PATCH 4/4] Documentation/gpu: Add Raphael to apu-asic-info-table
  2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
                   ` (2 preceding siblings ...)
  2023-01-18 17:28 ` [PATCH 3/4] Documentation/gpu: Add Mendocino to apu-asic-info-table Mario Limonciello
@ 2023-01-18 17:28 ` Mario Limonciello
  2023-01-18 19:07   ` Alex Deucher
  2023-01-18 18:46 ` [PATCH 0/4] Update AMD APU IP version docs Guilherme G. Piccoli
  4 siblings, 1 reply; 7+ messages in thread
From: Mario Limonciello @ 2023-01-18 17:28 UTC (permalink / raw)
  To: amd-gfx; +Cc: Guilherme G . Piccoli, Mario Limonciello

Raphael launched in 2022 but was missed to add to this table.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 Documentation/gpu/amdgpu/apu-asic-info-table.csv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/gpu/amdgpu/apu-asic-info-table.csv b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
index 88f4e3071e696..395a7b7bfaefb 100644
--- a/Documentation/gpu/amdgpu/apu-asic-info-table.csv
+++ b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
@@ -6,4 +6,5 @@ Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN
 SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1, 11.5.0
 Ryzen 5000 series / Ryzen 7x30 series, GREEN SARDINE / Cezanne / Barcelo / Barcelo-R, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
 Ryzen 6000 series / Ryzen 7x35 series, YELLOW CARP / Rembrandt / Rembrandt+, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
+Ryzen 7000 series (AM5), Raphael, 3.1.5, 10.3.6, 3.1.2, 5.2.6, 13.0.5
 Ryzen 7x20 series, Mendocino, 3.1.6, 10.3.7, 3.1.1, 5.2.7, 13.0.8
-- 
2.25.1


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

* Re: [PATCH 0/4] Update AMD APU IP version docs
  2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
                   ` (3 preceding siblings ...)
  2023-01-18 17:28 ` [PATCH 4/4] Documentation/gpu: Add Raphael " Mario Limonciello
@ 2023-01-18 18:46 ` Guilherme G. Piccoli
  4 siblings, 0 replies; 7+ messages in thread
From: Guilherme G. Piccoli @ 2023-01-18 18:46 UTC (permalink / raw)
  To: Mario Limonciello, amd-gfx

On 18/01/2023 14:28, Mario Limonciello wrote:
> Guilherme G. Piccoli submitted some patches recently to the mailing list
> related to removing IP version detection code.  As part of the discussion
> it was mentioned that non-obviously some IP blocks are shared between
> multiple APU parts.
> 
> The example given was for launched products Rembrandt and Mendocino VCN,
> but in looking at the existing table I found that we don't actually
> indicate the VCN version for Mendocino.
> 
> So I added this to the table, and then noticed we're missing references
> to some other recently launched products.
> 
> So update the table with all missing launched products as well as products
> launching this year that don't have IP version changes.
> 
> Mario Limonciello (4):
>   Documentation/gpu: Add MP0 version to apu-asic-info-table
>   Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP
>   Documentation/gpu: Add Mendocino to apu-asic-info-table
>   Documentation/gpu: Add Raphael to apu-asic-info-table
> 
>  .../gpu/amdgpu/apu-asic-info-table.csv         | 18 ++++++++++--------
>  1 file changed, 10 insertions(+), 8 deletions(-)
> 

Thanks a lot for the improvement Mario, much appreciated!
Cheers,


Guilherme

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

* Re: [PATCH 4/4] Documentation/gpu: Add Raphael to apu-asic-info-table
  2023-01-18 17:28 ` [PATCH 4/4] Documentation/gpu: Add Raphael " Mario Limonciello
@ 2023-01-18 19:07   ` Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2023-01-18 19:07 UTC (permalink / raw)
  To: Mario Limonciello; +Cc: Guilherme G . Piccoli, amd-gfx

Series is:
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

On Wed, Jan 18, 2023 at 12:28 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> Raphael launched in 2022 but was missed to add to this table.
>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
>  Documentation/gpu/amdgpu/apu-asic-info-table.csv | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/gpu/amdgpu/apu-asic-info-table.csv b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
> index 88f4e3071e696..395a7b7bfaefb 100644
> --- a/Documentation/gpu/amdgpu/apu-asic-info-table.csv
> +++ b/Documentation/gpu/amdgpu/apu-asic-info-table.csv
> @@ -6,4 +6,5 @@ Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN
>  SteamDeck, VANGOGH, DCN 3.0.1, 10.3.1, VCN 3.1.0, 5.2.1, 11.5.0
>  Ryzen 5000 series / Ryzen 7x30 series, GREEN SARDINE / Cezanne / Barcelo / Barcelo-R, DCN 2.1, 9.3, VCN 2.2, 4.1.1, 12.0.1
>  Ryzen 6000 series / Ryzen 7x35 series, YELLOW CARP / Rembrandt / Rembrandt+, 3.1.2, 10.3.3, VCN 3.1.1, 5.2.3, 13.0.3
> +Ryzen 7000 series (AM5), Raphael, 3.1.5, 10.3.6, 3.1.2, 5.2.6, 13.0.5
>  Ryzen 7x20 series, Mendocino, 3.1.6, 10.3.7, 3.1.1, 5.2.7, 13.0.8
> --
> 2.25.1
>

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

end of thread, other threads:[~2023-01-18 19:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 17:28 [PATCH 0/4] Update AMD APU IP version docs Mario Limonciello
2023-01-18 17:28 ` [PATCH 1/4] Documentation/gpu: Add MP0 version to apu-asic-info-table Mario Limonciello
2023-01-18 17:28 ` [PATCH 2/4] Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARP Mario Limonciello
2023-01-18 17:28 ` [PATCH 3/4] Documentation/gpu: Add Mendocino to apu-asic-info-table Mario Limonciello
2023-01-18 17:28 ` [PATCH 4/4] Documentation/gpu: Add Raphael " Mario Limonciello
2023-01-18 19:07   ` Alex Deucher
2023-01-18 18:46 ` [PATCH 0/4] Update AMD APU IP version docs Guilherme G. Piccoli

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.