* [PATCH] drm/i915/skl: Add missing SKL GT3 id
@ 2016-01-29 10:12 Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 15+ messages in thread
From: Michał Winiarski @ 2016-01-29 10:12 UTC (permalink / raw)
To: intel-gfx
Mesa uses it as Intel(R) Iris Graphics 550 (Skylake GT3e)
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
include/drm/i915_pciids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index f970209..eb198d0 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -278,6 +278,7 @@
#define INTEL_SKL_GT3_IDS(info) \
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 */
--
2.5.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 15+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
@ 2016-01-29 11:48 ` Patchwork
2016-01-29 16:31 ` [PATCH] " Mika Kuoppala
` (3 subsequent siblings)
4 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2016-01-29 11:48 UTC (permalink / raw)
To: Michał Winiarski; +Cc: intel-gfx
== Summary ==
Series 2919v1 drm/i915/skl: Add missing SKL GT3 id
http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/1/mbox/
Test kms_pipe_crc_basic:
Subgroup nonblocking-crc-pipe-a:
skip -> PASS (byt-nuc)
Subgroup read-crc-pipe-a:
pass -> DMESG-WARN (skl-i5k-2)
bdw-nuci7 total:156 pass:147 dwarn:0 dfail:0 fail:0 skip:9
bdw-ultra total:159 pass:147 dwarn:0 dfail:0 fail:0 skip:12
bsw-nuc-2 total:159 pass:129 dwarn:0 dfail:0 fail:0 skip:30
byt-nuc total:159 pass:136 dwarn:0 dfail:0 fail:0 skip:23
hsw-brixbox total:159 pass:146 dwarn:0 dfail:0 fail:0 skip:13
ilk-hp8440p total:159 pass:111 dwarn:0 dfail:0 fail:0 skip:48
ivb-t430s total:159 pass:145 dwarn:0 dfail:0 fail:0 skip:14
skl-i5k-2 total:159 pass:143 dwarn:2 dfail:0 fail:0 skip:14
snb-dellxps total:159 pass:137 dwarn:0 dfail:0 fail:0 skip:22
snb-x220t total:159 pass:137 dwarn:0 dfail:0 fail:1 skip:21
HANGED hsw-gt2 in igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a
Results at /archive/results/CI_IGT_test/Patchwork_1318/
5de97b25e5f3c5a63ee243a9d3b22d30792f7d3e drm-intel-nightly: 2016y-01m-29d-07h-32m-09s UTC integration manifest
8a98fb6116b240df82d290beb7ce15841319b929 drm/i915/skl: Add missing SKL GT3 id
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL GT3 id
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
@ 2016-01-29 16:31 ` Mika Kuoppala
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
` (2 subsequent siblings)
4 siblings, 0 replies; 15+ messages in thread
From: Mika Kuoppala @ 2016-01-29 16:31 UTC (permalink / raw)
To: Michał Winiarski, intel-gfx
Michał Winiarski <michal.winiarski@intel.com> writes:
> Mesa uses it as Intel(R) Iris Graphics 550 (Skylake GT3e)
>
Apparently this is not only we are missing:
0x1923
0x1902
0x1906
Could you please add these also.
Thanks,
-Mika
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> ---
> include/drm/i915_pciids.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index f970209..eb198d0 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -278,6 +278,7 @@
>
> #define INTEL_SKL_GT3_IDS(info) \
> 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 */
>
> --
> 2.5.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH v2] drm/i915/skl: Add missing SKL ids
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-01-29 16:31 ` [PATCH] " Mika Kuoppala
@ 2016-01-29 17:45 ` Michał Winiarski
2016-02-01 11:28 ` Mika Kuoppala
2016-02-05 12:21 ` [PATCH v3] " Michał Winiarski
2016-02-01 8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
2016-02-05 14:05 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3) Patchwork
4 siblings, 2 replies; 15+ messages in thread
From: Michał Winiarski @ 2016-01-29 17:45 UTC (permalink / raw)
To: intel-gfx; +Cc: Mika Kuoppala
Used by production devices:
Intel(R) HD Graphics 510 (Skylake GT1)
Intel(R) Iris Graphics 540 (Skylake GT3e)
Intel(R) Iris Graphics 550 (Skylake GT3e)
v2: More ids
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
include/drm/i915_pciids.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index f970209..3594eed 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -261,6 +261,7 @@
INTEL_VGA_DEVICE(0x22b3, info)
#define INTEL_SKL_GT1_IDS(info) \
+ INTEL_VGA_DEVICE(0x1902, info), /* ULT GT1 */ \
INTEL_VGA_DEVICE(0x1906, info), /* ULT GT1 */ \
INTEL_VGA_DEVICE(0x190E, info), /* ULX GT1 */ \
INTEL_VGA_DEVICE(0x1902, info), /* DT GT1 */ \
@@ -277,7 +278,9 @@
INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
#define INTEL_SKL_GT3_IDS(info) \
+ 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 */
--
2.5.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 15+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
` (2 preceding siblings ...)
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
@ 2016-02-01 8:16 ` Patchwork
2016-02-01 11:23 ` Mika Kuoppala
2016-02-05 14:05 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3) Patchwork
4 siblings, 1 reply; 15+ messages in thread
From: Patchwork @ 2016-02-01 8:16 UTC (permalink / raw)
To: Michał Winiarski; +Cc: intel-gfx
== Summary ==
Series 2919v2 drm/i915/skl: Add missing SKL GT3 id
http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/2/mbox/
Test kms_pipe_crc_basic:
Subgroup suspend-read-crc-pipe-a:
incomplete -> PASS (hsw-gt2)
Subgroup suspend-read-crc-pipe-c:
dmesg-warn -> PASS (bsw-nuc-2)
bdw-nuci7 total:156 pass:147 dwarn:0 dfail:0 fail:0 skip:9
bdw-ultra total:159 pass:147 dwarn:0 dfail:0 fail:0 skip:12
bsw-nuc-2 total:159 pass:129 dwarn:0 dfail:0 fail:0 skip:30
byt-nuc total:159 pass:136 dwarn:0 dfail:0 fail:0 skip:23
hsw-brixbox total:159 pass:146 dwarn:0 dfail:0 fail:0 skip:13
hsw-gt2 total:159 pass:149 dwarn:0 dfail:0 fail:0 skip:10
ilk-hp8440p total:159 pass:111 dwarn:0 dfail:0 fail:0 skip:48
ivb-t430s total:159 pass:145 dwarn:0 dfail:0 fail:0 skip:14
snb-dellxps total:159 pass:137 dwarn:0 dfail:0 fail:0 skip:22
HANGED skl-i5k-2 in igt@gem_sync@basic-blt
Results at /archive/results/CI_IGT_test/Patchwork_1328/
6b1049b84dcd979f631d15b2ada325d8e5b2c4e1 drm-intel-nightly: 2016y-01m-29d-22h-50m-57s UTC integration manifest
4e52a4b9960b2761c6daef4374b8a2695212413a drm/i915/skl: Add missing SKL ids
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
@ 2016-02-01 11:23 ` Mika Kuoppala
2016-02-01 11:35 ` Sarvela, Tomi P
0 siblings, 1 reply; 15+ messages in thread
From: Mika Kuoppala @ 2016-02-01 11:23 UTC (permalink / raw)
To: Patchwork, Michał Winiarski, tomi.p.sarvela; +Cc: intel-gfx
Patchwork <patchwork@annarchy.freedesktop.org> writes:
> == Summary ==
>
> Series 2919v2 drm/i915/skl: Add missing SKL GT3 id
> http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/2/mbox/
>
> Test kms_pipe_crc_basic:
> Subgroup suspend-read-crc-pipe-a:
> incomplete -> PASS (hsw-gt2)
> Subgroup suspend-read-crc-pipe-c:
> dmesg-warn -> PASS (bsw-nuc-2)
>
> bdw-nuci7 total:156 pass:147 dwarn:0 dfail:0 fail:0 skip:9
> bdw-ultra total:159 pass:147 dwarn:0 dfail:0 fail:0 skip:12
> bsw-nuc-2 total:159 pass:129 dwarn:0 dfail:0 fail:0 skip:30
> byt-nuc total:159 pass:136 dwarn:0 dfail:0 fail:0 skip:23
> hsw-brixbox total:159 pass:146 dwarn:0 dfail:0 fail:0 skip:13
> hsw-gt2 total:159 pass:149 dwarn:0 dfail:0 fail:0 skip:10
> ilk-hp8440p total:159 pass:111 dwarn:0 dfail:0 fail:0 skip:48
> ivb-t430s total:159 pass:145 dwarn:0 dfail:0 fail:0 skip:14
> snb-dellxps total:159 pass:137 dwarn:0 dfail:0 fail:0 skip:22
>
> HANGED skl-i5k-2 in igt@gem_sync@basic-blt
>
This seems to be the Nightly base which has hanged, not with the patch
applied. Still the run was failure. Tomi whats up with this?
-Mika
> Results at /archive/results/CI_IGT_test/Patchwork_1328/
>
> 6b1049b84dcd979f631d15b2ada325d8e5b2c4e1 drm-intel-nightly: 2016y-01m-29d-22h-50m-57s UTC integration manifest
> 4e52a4b9960b2761c6daef4374b8a2695212413a drm/i915/skl: Add missing SKL ids
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH v2] drm/i915/skl: Add missing SKL ids
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
@ 2016-02-01 11:28 ` Mika Kuoppala
2016-02-05 12:21 ` [PATCH v3] " Michał Winiarski
1 sibling, 0 replies; 15+ messages in thread
From: Mika Kuoppala @ 2016-02-01 11:28 UTC (permalink / raw)
To: Michał Winiarski, intel-gfx
Michał Winiarski <michal.winiarski@intel.com> writes:
> Used by production devices:
> Intel(R) HD Graphics 510 (Skylake GT1)
> Intel(R) Iris Graphics 540 (Skylake GT3e)
> Intel(R) Iris Graphics 550 (Skylake GT3e)
>
> v2: More ids
>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
> ---
> include/drm/i915_pciids.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index f970209..3594eed 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -261,6 +261,7 @@
> INTEL_VGA_DEVICE(0x22b3, info)
>
> #define INTEL_SKL_GT1_IDS(info) \
> + INTEL_VGA_DEVICE(0x1902, info), /* ULT GT1 */ \
> INTEL_VGA_DEVICE(0x1906, info), /* ULT GT1 */ \
> INTEL_VGA_DEVICE(0x190E, info), /* ULX GT1 */ \
> INTEL_VGA_DEVICE(0x1902, info), /* DT GT1 */ \
> @@ -277,7 +278,9 @@
> INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
>
> #define INTEL_SKL_GT3_IDS(info) \
> + 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 */
>
> --
> 2.5.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 11:23 ` Mika Kuoppala
@ 2016-02-01 11:35 ` Sarvela, Tomi P
2016-02-01 12:16 ` Mika Kuoppala
0 siblings, 1 reply; 15+ messages in thread
From: Sarvela, Tomi P @ 2016-02-01 11:35 UTC (permalink / raw)
To: Mika Kuoppala, Patchwork, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org
> From: Mika Kuoppala [mailto:mika.kuoppala@linux.intel.com]
>
> Patchwork <patchwork@annarchy.freedesktop.org> writes:
>
> > Series 2919v2 drm/i915/skl: Add missing SKL GT3 id
> > http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/2/mbox/
> >
> > Test kms_pipe_crc_basic:
> > Subgroup suspend-read-crc-pipe-a:
> > incomplete -> PASS (hsw-gt2)
> > Subgroup suspend-read-crc-pipe-c:
> > dmesg-warn -> PASS (bsw-nuc-2)
> >
> > bdw-nuci7 total:156 pass:147 dwarn:0 dfail:0 fail:0 skip:9
> > bdw-ultra total:159 pass:147 dwarn:0 dfail:0 fail:0 skip:12
> > bsw-nuc-2 total:159 pass:129 dwarn:0 dfail:0 fail:0 skip:30
> > byt-nuc total:159 pass:136 dwarn:0 dfail:0 fail:0 skip:23
> > hsw-brixbox total:159 pass:146 dwarn:0 dfail:0 fail:0 skip:13
> > hsw-gt2 total:159 pass:149 dwarn:0 dfail:0 fail:0 skip:10
> > ilk-hp8440p total:159 pass:111 dwarn:0 dfail:0 fail:0 skip:48
> > ivb-t430s total:159 pass:145 dwarn:0 dfail:0 fail:0 skip:14
> > snb-dellxps total:159 pass:137 dwarn:0 dfail:0 fail:0 skip:22
> >
> > HANGED skl-i5k-2 in igt@gem_sync@basic-blt
> >
> This seems to be the Nightly base which has hanged, not with the patch
> applied. Still the run was failure. Tomi whats up with this?
No, the hang is with patch applied. Might be unrelated to patch, but hang
nonetheless. From igt/piglit log
Linux skl-i5k-2 4.5.0-rc1-gfxbench+ #1 SMP PREEMPT Mon Feb 1 10:06:18 EET 2016 x86_64 x86_64 x86_64 GNU/Linux
Nightly_445 Patchwork_1328
[...]
[053/159] skip: 7, pass: 45, dmesg-warn: 1 /
skip: igt/gem_storedw_loop/basic-bsd2
[054/159] skip: 8, pass: 45, dmesg-warn: 1 /
running: igt/gem_sync/basic-blt
[054/159] skip: 8, pass: 45, dmesg-warn: 1 -
Build timed out (after 10 minutes). Marking the build as aborted.
ERROR: remote file operation failed: /opt/jenkins/workspace/CI_IGT_test at hudson.remoting.Channel@5906ab1e:igt-skl-i5k-2: hudson.remoting.ChannelClosedException: channel is already closed
Build was aborted
> > Results at /archive/results/CI_IGT_test/Patchwork_1328/
> >
> > 6b1049b84dcd979f631d15b2ada325d8e5b2c4e1 drm-intel-nightly: 2016y-
> 01m-29d-22h-50m-57s UTC integration manifest
> > 4e52a4b9960b2761c6daef4374b8a2695212413a drm/i915/skl: Add missing
> SKL ids
Here you can see the relevant commit ids.
Tomi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 11:35 ` Sarvela, Tomi P
@ 2016-02-01 12:16 ` Mika Kuoppala
2016-02-01 12:20 ` Sarvela, Tomi P
0 siblings, 1 reply; 15+ messages in thread
From: Mika Kuoppala @ 2016-02-01 12:16 UTC (permalink / raw)
To: Sarvela, Tomi P, Patchwork, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org
"Sarvela, Tomi P" <tomi.p.sarvela@intel.com> writes:
>> From: Mika Kuoppala [mailto:mika.kuoppala@linux.intel.com]
>>
>> Patchwork <patchwork@annarchy.freedesktop.org> writes:
>>
>> > Series 2919v2 drm/i915/skl: Add missing SKL GT3 id
>> > http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/2/mbox/
>> >
>> > Test kms_pipe_crc_basic:
>> > Subgroup suspend-read-crc-pipe-a:
>> > incomplete -> PASS (hsw-gt2)
>> > Subgroup suspend-read-crc-pipe-c:
>> > dmesg-warn -> PASS (bsw-nuc-2)
>> >
>> > bdw-nuci7 total:156 pass:147 dwarn:0 dfail:0 fail:0 skip:9
>> > bdw-ultra total:159 pass:147 dwarn:0 dfail:0 fail:0 skip:12
>> > bsw-nuc-2 total:159 pass:129 dwarn:0 dfail:0 fail:0 skip:30
>> > byt-nuc total:159 pass:136 dwarn:0 dfail:0 fail:0 skip:23
>> > hsw-brixbox total:159 pass:146 dwarn:0 dfail:0 fail:0 skip:13
>> > hsw-gt2 total:159 pass:149 dwarn:0 dfail:0 fail:0 skip:10
>> > ilk-hp8440p total:159 pass:111 dwarn:0 dfail:0 fail:0 skip:48
>> > ivb-t430s total:159 pass:145 dwarn:0 dfail:0 fail:0 skip:14
>> > snb-dellxps total:159 pass:137 dwarn:0 dfail:0 fail:0 skip:22
>> >
>> > HANGED skl-i5k-2 in igt@gem_sync@basic-blt
>> >
>> This seems to be the Nightly base which has hanged, not with the patch
>> applied. Still the run was failure. Tomi whats up with this?
>
> No, the hang is with patch applied. Might be unrelated to patch, but hang
> nonetheless. From igt/piglit log
>
Ok. Then the rendering of the Patchwork_1328 report is somehow wrong as
in that picture the HANG box is in the nightly base column.
-Mika
> Linux skl-i5k-2 4.5.0-rc1-gfxbench+ #1 SMP PREEMPT Mon Feb 1 10:06:18 EET 2016 x86_64 x86_64 x86_64 GNU/Linux
> Nightly_445 Patchwork_1328
>
> [...]
>
> [053/159] skip: 7, pass: 45, dmesg-warn: 1 /
> skip: igt/gem_storedw_loop/basic-bsd2
>
> [054/159] skip: 8, pass: 45, dmesg-warn: 1 /
> running: igt/gem_sync/basic-blt
>
> [054/159] skip: 8, pass: 45, dmesg-warn: 1 -
> Build timed out (after 10 minutes). Marking the build as aborted.
> ERROR: remote file operation failed: /opt/jenkins/workspace/CI_IGT_test at hudson.remoting.Channel@5906ab1e:igt-skl-i5k-2: hudson.remoting.ChannelClosedException: channel is already closed
> Build was aborted
>
>> > Results at /archive/results/CI_IGT_test/Patchwork_1328/
>> >
>> > 6b1049b84dcd979f631d15b2ada325d8e5b2c4e1 drm-intel-nightly: 2016y-
>> 01m-29d-22h-50m-57s UTC integration manifest
>> > 4e52a4b9960b2761c6daef4374b8a2695212413a drm/i915/skl: Add missing
>> SKL ids
>
> Here you can see the relevant commit ids.
>
> Tomi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 12:16 ` Mika Kuoppala
@ 2016-02-01 12:20 ` Sarvela, Tomi P
2016-02-01 12:23 ` Mika Kuoppala
0 siblings, 1 reply; 15+ messages in thread
From: Sarvela, Tomi P @ 2016-02-01 12:20 UTC (permalink / raw)
To: Mika Kuoppala, Patchwork, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org
> From: Mika Kuoppala [mailto:mika.kuoppala@linux.intel.com]
>
> Ok. Then the rendering of the Patchwork_1328 report is somehow wrong as
> in that picture the HANG box is in the nightly base column.
In the result box there is no SKL-I5K column at all. You're looking at HSW-GT2?
Tomi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 12:20 ` Sarvela, Tomi P
@ 2016-02-01 12:23 ` Mika Kuoppala
2016-02-01 12:53 ` Sarvela, Tomi P
0 siblings, 1 reply; 15+ messages in thread
From: Mika Kuoppala @ 2016-02-01 12:23 UTC (permalink / raw)
To: Sarvela, Tomi P, Patchwork, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org
"Sarvela, Tomi P" <tomi.p.sarvela@intel.com> writes:
>> From: Mika Kuoppala [mailto:mika.kuoppala@linux.intel.com]
>>
>> Ok. Then the rendering of the Patchwork_1328 report is somehow wrong as
>> in that picture the HANG box is in the nightly base column.
>
> In the result box there is no SKL-I5K column at all. You're looking at HSW-GT2?
>
Yes I was looking at wrong column. My bad.
-Mika
> Tomi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2)
2016-02-01 12:23 ` Mika Kuoppala
@ 2016-02-01 12:53 ` Sarvela, Tomi P
0 siblings, 0 replies; 15+ messages in thread
From: Sarvela, Tomi P @ 2016-02-01 12:53 UTC (permalink / raw)
To: Mika Kuoppala, Patchwork, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org
> From: Mika Kuoppala [mailto:mika.kuoppala@linux.intel.com]
>
> "Sarvela, Tomi P" <tomi.p.sarvela@intel.com> writes:
> >
> > In the result box there is no SKL-I5K column at all. You're looking at HSW-
> GT2?
> >
>
> Yes I was looking at wrong column. My bad.
I can see that this might be confusing. Reason why it looks like this
is that there is workaround for IGT results.json on CI_IGT side which
has not yet been applied to CI_Patchwork side. This makes the
visualization and comparison logic slightly different.
Tomi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH v3] drm/i915/skl: Add missing SKL ids
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
2016-02-01 11:28 ` Mika Kuoppala
@ 2016-02-05 12:21 ` Michał Winiarski
2016-02-08 14:32 ` Mika Kuoppala
1 sibling, 1 reply; 15+ messages in thread
From: Michał Winiarski @ 2016-02-05 12:21 UTC (permalink / raw)
To: intel-gfx; +Cc: Mika Kuoppala
Used by production devices:
Intel(R) Iris Graphics 540 (Skylake GT3e)
Intel(R) Iris Graphics 550 (Skylake GT3e)
v2: More ids
v3: Less ids (GT1 got duplicated)
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
---
include/drm/i915_pciids.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 9b48ac1..9094599 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -277,7 +277,9 @@
INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
#define INTEL_SKL_GT3_IDS(info) \
+ 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 */
--
2.5.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 15+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3)
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
` (3 preceding siblings ...)
2016-02-01 8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
@ 2016-02-05 14:05 ` Patchwork
4 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2016-02-05 14:05 UTC (permalink / raw)
To: Michał Winiarski; +Cc: intel-gfx
== Summary ==
Series 2919v3 drm/i915/skl: Add missing SKL GT3 id
http://patchwork.freedesktop.org/api/1.0/series/2919/revisions/3/mbox/
Test kms_flip:
Subgroup basic-flip-vs-modeset:
pass -> DMESG-WARN (ilk-hp8440p) UNSTABLE
Test kms_force_connector_basic:
Subgroup force-edid:
skip -> PASS (ilk-hp8440p)
Test kms_pipe_crc_basic:
Subgroup nonblocking-crc-pipe-b-frame-sequence:
dmesg-warn -> PASS (ilk-hp8440p)
bdw-nuci7 total:161 pass:152 dwarn:0 dfail:0 fail:0 skip:9
bdw-ultra total:164 pass:152 dwarn:0 dfail:0 fail:0 skip:12
bsw-nuc-2 total:164 pass:136 dwarn:0 dfail:0 fail:0 skip:28
byt-nuc total:164 pass:141 dwarn:0 dfail:0 fail:0 skip:23
hsw-brixbox total:164 pass:151 dwarn:0 dfail:0 fail:0 skip:13
hsw-gt2 total:164 pass:154 dwarn:0 dfail:0 fail:0 skip:10
ilk-hp8440p total:164 pass:115 dwarn:1 dfail:0 fail:0 skip:48
snb-dellxps total:164 pass:142 dwarn:0 dfail:0 fail:0 skip:22
Results at /archive/results/CI_IGT_test/Patchwork_1371/
ba94996e08e55e342fb630c259d08e1b8d0f9c03 drm-intel-nightly: 2016y-02m-05d-12h-48m-46s UTC integration manifest
1a29ddbf894cf3f1e05e752cf6f2bf8902f09946 drm/i915/skl: Add missing SKL ids
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH v3] drm/i915/skl: Add missing SKL ids
2016-02-05 12:21 ` [PATCH v3] " Michał Winiarski
@ 2016-02-08 14:32 ` Mika Kuoppala
0 siblings, 0 replies; 15+ messages in thread
From: Mika Kuoppala @ 2016-02-08 14:32 UTC (permalink / raw)
To: Michał Winiarski, intel-gfx
Michał Winiarski <michal.winiarski@intel.com> writes:
> Used by production devices:
> Intel(R) Iris Graphics 540 (Skylake GT3e)
> Intel(R) Iris Graphics 550 (Skylake GT3e)
>
> v2: More ids
> v3: Less ids (GT1 got duplicated)
>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Pushed to dinq. Thanks for patch.
-Mika
> ---
> include/drm/i915_pciids.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 9b48ac1..9094599 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -277,7 +277,9 @@
> INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
>
> #define INTEL_SKL_GT3_IDS(info) \
> + 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 */
>
> --
> 2.5.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2016-02-08 14:34 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-01-29 16:31 ` [PATCH] " Mika Kuoppala
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
2016-02-01 11:28 ` Mika Kuoppala
2016-02-05 12:21 ` [PATCH v3] " Michał Winiarski
2016-02-08 14:32 ` Mika Kuoppala
2016-02-01 8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
2016-02-01 11:23 ` Mika Kuoppala
2016-02-01 11:35 ` Sarvela, Tomi P
2016-02-01 12:16 ` Mika Kuoppala
2016-02-01 12:20 ` Sarvela, Tomi P
2016-02-01 12:23 ` Mika Kuoppala
2016-02-01 12:53 ` Sarvela, Tomi P
2016-02-05 14:05 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3) 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).