Re: [Intel-gfx] [PATCH ddx 2/2] intel: Adding Marketing names for Skylake, Kabylake and Apollolake/Broxton.

2016-11-28 Thread Rodrigo Vivi
Chris,

any comments?
what is still missing?

Thanks,
Rodrigo.

On Thu, Nov 17, 2016 at 2:46 PM, Rodrigo Vivi  wrote:
> This commit adding all known marketing names for latest gen9 platforms.
>
> v2: On top of simplified generic string names.
>
> Cc: Chris Wilson 
> Signed-off-by: Rodrigo Vivi 
> ---
>  src/intel_module.c | 27 +++
>  1 file changed, 27 insertions(+)
>
> diff --git a/src/intel_module.c b/src/intel_module.c
> index aeec685..f15a4c0 100644
> --- a/src/intel_module.c
> +++ b/src/intel_module.c
> @@ -272,6 +272,33 @@ static const SymTabRec intel_chipsets[] = {
> {0x22b2, "HD Graphics"},
> {0x22b3, "HD Graphics"},
>
> +   /* Skylake */
> +   {0x1902, "HD Graphics 510"},
> +   {0x1906, "HD Graphics 510"},
> +   {0x190B, "HD Graphics 510"},
> +   {0x1912, "HD Graphics 530"},
> +   {0x1916, "HD Graphics 520"},
> +   {0x191B, "HD Graphics 530"},
> +   {0x191D, "HD Graphics P530"},
> +   {0x191E, "HD Graphics 515"},
> +   {0x1921, "HD Graphics 520"},
> +   {0x1926, "Iris Graphics 540"},
> +   {0x1927, "Iris Graphics 550"},
> +   {0x192B, "Iris Graphics 555"},
> +   {0x192D, "Iris Graphics P555"},
> +   {0x1932, "Iris Pro Graphics 580"},
> +   {0x193A, "Iris Pro Graphics P580"},
> +   {0x193B, "Iris Pro Graphics 580"},
> +   {0x193D, "Iris Pro Graphics P580"},
> +
> +   /* Broxton (Apollolake) */
> +   {0x5A84, "HD Graphics 505"},
> +   {0x5A85, "HD Graphics 500"},
> +
> +   /* Kabylake */
> +   {0x5916, "HD Graphics 620"},
> +   {0x591E, "HD Graphics 615"},
> +
> /* When adding new identifiers, also update:
>  * 1. intel_identify()
>  * 2. man/intel.man
> --
> 1.9.1
>
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Rodrigo Vivi
Blog: http://blog.vivi.eng.br
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH ddx 2/2] intel: Adding Marketing names for Skylake, Kabylake and Apollolake/Broxton.

2016-11-17 Thread Rodrigo Vivi
This commit adding all known marketing names for latest gen9 platforms.

v2: On top of simplified generic string names.

Cc: Chris Wilson 
Signed-off-by: Rodrigo Vivi 
---
 src/intel_module.c | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/src/intel_module.c b/src/intel_module.c
index aeec685..f15a4c0 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -272,6 +272,33 @@ static const SymTabRec intel_chipsets[] = {
{0x22b2, "HD Graphics"},
{0x22b3, "HD Graphics"},
 
+   /* Skylake */
+   {0x1902, "HD Graphics 510"},
+   {0x1906, "HD Graphics 510"},
+   {0x190B, "HD Graphics 510"},
+   {0x1912, "HD Graphics 530"},
+   {0x1916, "HD Graphics 520"},
+   {0x191B, "HD Graphics 530"},
+   {0x191D, "HD Graphics P530"},
+   {0x191E, "HD Graphics 515"},
+   {0x1921, "HD Graphics 520"},
+   {0x1926, "Iris Graphics 540"},
+   {0x1927, "Iris Graphics 550"},
+   {0x192B, "Iris Graphics 555"},
+   {0x192D, "Iris Graphics P555"},
+   {0x1932, "Iris Pro Graphics 580"},
+   {0x193A, "Iris Pro Graphics P580"},
+   {0x193B, "Iris Pro Graphics 580"},
+   {0x193D, "Iris Pro Graphics P580"},
+
+   /* Broxton (Apollolake) */
+   {0x5A84, "HD Graphics 505"},
+   {0x5A85, "HD Graphics 500"},
+
+   /* Kabylake */
+   {0x5916, "HD Graphics 620"},
+   {0x591E, "HD Graphics 615"},
+
/* When adding new identifiers, also update:
 * 1. intel_identify()
 * 2. man/intel.man
-- 
1.9.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx