intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference.
@ 2017-01-03 19:27 Rodrigo Vivi
  2017-01-03 19:33 ` Ben Widawsky
  2017-01-03 19:53 ` ✓ Fi.CI.BAT: success for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Rodrigo Vivi @ 2017-01-03 19:27 UTC (permalink / raw)
  To: intel-gfx; +Cc: Ben Widawsky, Rodrigo Vivi

No functional changes. Apparently spec has been changed
the valid table showing 0x192A as Server GT4
while 0x193A is Server GT4e.

Libdrm and Mesa already have this right. So let's fix the ref here.

Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 include/drm/i915_pciids.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 540be9f..aeb36cb 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -270,14 +270,14 @@
 	INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
 	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
 	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
-	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
-	INTEL_VGA_DEVICE(0x192A, info)  /* SRV GT3 */
+	INTEL_VGA_DEVICE(0x192B, info)  /* Halo GT3 */ \
 
 #define INTEL_SKL_GT4_IDS(info) \
 	INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
 	INTEL_VGA_DEVICE(0x193B, info), /* Halo GT4 */ \
 	INTEL_VGA_DEVICE(0x193D, info), /* WKS GT4 */ \
-	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4 */
+	INTEL_VGA_DEVICE(0x192A, info), /* SRV GT4 */ \
+	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4e */
 
 #define INTEL_SKL_IDS(info)	 \
 	INTEL_SKL_GT1_IDS(info), \
-- 
1.9.1

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

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

* Re: [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference.
  2017-01-03 19:27 [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference Rodrigo Vivi
@ 2017-01-03 19:33 ` Ben Widawsky
  2017-01-03 19:53 ` ✓ Fi.CI.BAT: success for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Widawsky @ 2017-01-03 19:33 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: intel-gfx

On 17-01-03 11:27:52, Rodrigo Vivi wrote:
>No functional changes. Apparently spec has been changed
>the valid table showing 0x192A as Server GT4
>while 0x193A is Server GT4e.
>
>Libdrm and Mesa already have this right. So let's fix the ref here.
>
>Cc: Ben Widawsky <benjamin.widawsky@intel.com>
>Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Ben Widawsky <benjamin.widawsky@intel.com>

>---
> include/drm/i915_pciids.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
>index 540be9f..aeb36cb 100644
>--- a/include/drm/i915_pciids.h
>+++ b/include/drm/i915_pciids.h
>@@ -270,14 +270,14 @@
> 	INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> 	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> 	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
>-	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
>-	INTEL_VGA_DEVICE(0x192A, info)  /* SRV GT3 */
>+	INTEL_VGA_DEVICE(0x192B, info)  /* Halo GT3 */ \
>
> #define INTEL_SKL_GT4_IDS(info) \
> 	INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> 	INTEL_VGA_DEVICE(0x193B, info), /* Halo GT4 */ \
> 	INTEL_VGA_DEVICE(0x193D, info), /* WKS GT4 */ \
>-	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4 */
>+	INTEL_VGA_DEVICE(0x192A, info), /* SRV GT4 */ \
>+	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4e */
>
> #define INTEL_SKL_IDS(info)	 \
> 	INTEL_SKL_GT1_IDS(info), \
>-- 
>1.9.1
>

-- 
Ben Widawsky, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✓ Fi.CI.BAT: success for drm/i915: Update SKL SRV GT4 pci ids reference.
  2017-01-03 19:27 [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference Rodrigo Vivi
  2017-01-03 19:33 ` Ben Widawsky
@ 2017-01-03 19:53 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2017-01-03 19:53 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: Update SKL SRV GT4 pci ids reference.
URL   : https://patchwork.freedesktop.org/series/17443/
State : success

== Summary ==

Series 17443v1 drm/i915: Update SKL SRV GT4 pci ids reference.
https://patchwork.freedesktop.org/api/1.0/series/17443/revisions/1/mbox/


fi-bdw-5557u     total:246  pass:232  dwarn:0   dfail:0   fail:0   skip:14 
fi-bsw-n3050     total:246  pass:207  dwarn:0   dfail:0   fail:0   skip:39 
fi-bxt-j4205     total:246  pass:224  dwarn:0   dfail:0   fail:0   skip:22 
fi-bxt-t5700     total:82   pass:69   dwarn:0   dfail:0   fail:0   skip:12 
fi-byt-j1900     total:246  pass:219  dwarn:0   dfail:0   fail:0   skip:27 
fi-byt-n2820     total:246  pass:215  dwarn:0   dfail:0   fail:0   skip:31 
fi-hsw-4770      total:246  pass:227  dwarn:0   dfail:0   fail:0   skip:19 
fi-hsw-4770r     total:246  pass:227  dwarn:0   dfail:0   fail:0   skip:19 
fi-ivb-3520m     total:246  pass:225  dwarn:0   dfail:0   fail:0   skip:21 
fi-ivb-3770      total:246  pass:225  dwarn:0   dfail:0   fail:0   skip:21 
fi-kbl-7500u     total:246  pass:225  dwarn:0   dfail:0   fail:0   skip:21 
fi-skl-6260u     total:246  pass:233  dwarn:0   dfail:0   fail:0   skip:13 
fi-skl-6700hq    total:246  pass:226  dwarn:0   dfail:0   fail:0   skip:20 
fi-skl-6700k     total:246  pass:222  dwarn:3   dfail:0   fail:0   skip:21 
fi-skl-6770hq    total:246  pass:233  dwarn:0   dfail:0   fail:0   skip:13 
fi-snb-2520m     total:246  pass:215  dwarn:0   dfail:0   fail:0   skip:31 
fi-snb-2600      total:246  pass:214  dwarn:0   dfail:0   fail:0   skip:32 

bcc5c7c32d36f7d59503a0c812401d013d372517 drm-tip: 2017y-01m-03d-13h-42m-11s UTC integration manifest
9a4ee69 drm/i915: Update SKL SRV GT4 pci ids reference.

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3424/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-01-03 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 19:27 [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference Rodrigo Vivi
2017-01-03 19:33 ` Ben Widawsky
2017-01-03 19:53 ` ✓ Fi.CI.BAT: success for " Patchwork

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).