* [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
@ 2018-08-03 23:27 Rodrigo Vivi
2018-08-03 23:40 ` Souza, Jose
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Rodrigo Vivi @ 2018-08-03 23:27 UTC (permalink / raw)
To: intel-gfx; +Cc: Rodrigo Vivi
One more CFL ID added to spec.
Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@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 fbf5cfc9b352..fd965ffbb92e 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -386,6 +386,7 @@
INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+ INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */
/* CFL H */
--
2.17.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
2018-08-03 23:27 [PATCH] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
@ 2018-08-03 23:40 ` Souza, Jose
2018-08-09 5:46 ` Rodrigo Vivi
2018-08-04 0:20 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-08-04 1:29 ` ✓ Fi.CI.IGT: " Patchwork
2 siblings, 1 reply; 7+ messages in thread
From: Souza, Jose @ 2018-08-03 23:40 UTC (permalink / raw)
To: intel-gfx@lists.freedesktop.org, Vivi, Rodrigo
On Fri, 2018-08-03 at 16:27 -0700, Rodrigo Vivi wrote:
> One more CFL ID added to spec.
>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@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 fbf5cfc9b352..fd965ffbb92e 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -386,6 +386,7 @@
> INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
> INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
> INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> + INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
> INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */
>
> /* CFL H */
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
2018-08-03 23:40 ` Souza, Jose
@ 2018-08-09 5:46 ` Rodrigo Vivi
0 siblings, 0 replies; 7+ messages in thread
From: Rodrigo Vivi @ 2018-08-09 5:46 UTC (permalink / raw)
To: Souza, Jose; +Cc: intel-gfx@lists.freedesktop.org
On Fri, Aug 03, 2018 at 04:40:56PM -0700, Souza, Jose wrote:
> On Fri, 2018-08-03 at 16:27 -0700, Rodrigo Vivi wrote:
> > One more CFL ID added to spec.
> >
>
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
thanks, pushed... and patches to the rest of stack propagated.
>
> > Cc: José Roberto de Souza <jose.souza@intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@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 fbf5cfc9b352..fd965ffbb92e 100644
> > --- a/include/drm/i915_pciids.h
> > +++ b/include/drm/i915_pciids.h
> > @@ -386,6 +386,7 @@
> > INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
> > INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
> > INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> > + INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
> > INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */
> >
> > /* CFL H */
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID.
2018-08-03 23:27 [PATCH] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
2018-08-03 23:40 ` Souza, Jose
@ 2018-08-04 0:20 ` Patchwork
2018-08-04 1:29 ` ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-08-04 0:20 UTC (permalink / raw)
To: Rodrigo Vivi; +Cc: intel-gfx
== Series Details ==
Series: drm/i915/cfl: Add a new CFL PCI ID.
URL : https://patchwork.freedesktop.org/series/47693/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4616 -> Patchwork_9852 =
== Summary - WARNING ==
Minor unknown changes coming with Patchwork_9852 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_9852, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://patchwork.freedesktop.org/api/1.0/series/47693/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in Patchwork_9852:
=== IGT changes ===
==== Warnings ====
igt@drv_selftest@live_evict:
fi-cnl-psr: SKIP -> PASS +10
== Known issues ==
Here are the changes found in Patchwork_9852 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
{fi-byt-clapper}: PASS -> FAIL (fdo#107362, fdo#103191)
fi-snb-2520m: PASS -> INCOMPLETE (fdo#103713)
==== Possible fixes ====
igt@drv_selftest@live_workarounds:
fi-cnl-psr: DMESG-FAIL (fdo#107292) -> PASS
igt@kms_frontbuffer_tracking@basic:
fi-hsw-peppy: DMESG-FAIL (fdo#106103, fdo#102614) -> PASS
==== Warnings ====
{igt@kms_psr@primary_page_flip}:
fi-cnl-psr: DMESG-FAIL (fdo#107372) -> DMESG-WARN (fdo#107372)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103
fdo#107292 https://bugs.freedesktop.org/show_bug.cgi?id=107292
fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
fdo#107372 https://bugs.freedesktop.org/show_bug.cgi?id=107372
== Participating hosts (53 -> 46) ==
Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-gdg-551 fi-icl-u
== Build changes ==
* Linux: CI_DRM_4616 -> Patchwork_9852
CI_DRM_4616: 3936d7b7d09ba9b4108931ca516f8a47e66dbeb0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_4587: 5d78c73d871525ec9caecd88ad7d9abe36637314 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_9852: 8f6669ad9cc6b48e04faa1497d25984ebf0b6687 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
8f6669ad9cc6 drm/i915/cfl: Add a new CFL PCI ID.
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9852/issues.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ Fi.CI.IGT: success for drm/i915/cfl: Add a new CFL PCI ID.
2018-08-03 23:27 [PATCH] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
2018-08-03 23:40 ` Souza, Jose
2018-08-04 0:20 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-08-04 1:29 ` Patchwork
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-08-04 1:29 UTC (permalink / raw)
To: Rodrigo Vivi; +Cc: intel-gfx
== Series Details ==
Series: drm/i915/cfl: Add a new CFL PCI ID.
URL : https://patchwork.freedesktop.org/series/47693/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4616_full -> Patchwork_9852_full =
== Summary - WARNING ==
Minor unknown changes coming with Patchwork_9852_full need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_9852_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
== Possible new issues ==
Here are the unknown changes that may have been introduced in Patchwork_9852_full:
=== IGT changes ===
==== Warnings ====
igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions:
shard-snb: SKIP -> PASS
== Known issues ==
Here are the changes found in Patchwork_9852_full that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@gem_ppgtt@blt-vs-render-ctx0:
shard-kbl: PASS -> INCOMPLETE (fdo#106023, fdo#103665)
igt@kms_cursor_crc@cursor-128x128-suspend:
shard-glk: PASS -> FAIL (fdo#103375)
==== Possible fixes ====
igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing:
shard-glk: FAIL (fdo#105703) -> PASS
igt@kms_setmode@basic:
shard-glk: FAIL (fdo#99912) -> PASS
igt@prime_vgem@basic-fence-flip:
shard-glk: FAIL (fdo#104008) -> PASS
fdo#103375 https://bugs.freedesktop.org/show_bug.cgi?id=103375
fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
fdo#105703 https://bugs.freedesktop.org/show_bug.cgi?id=105703
fdo#106023 https://bugs.freedesktop.org/show_bug.cgi?id=106023
fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
== Participating hosts (5 -> 5) ==
No changes in participating hosts
== Build changes ==
* Linux: CI_DRM_4616 -> Patchwork_9852
CI_DRM_4616: 3936d7b7d09ba9b4108931ca516f8a47e66dbeb0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_4587: 5d78c73d871525ec9caecd88ad7d9abe36637314 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_9852: 8f6669ad9cc6b48e04faa1497d25984ebf0b6687 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9852/shards.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
@ 2019-08-20 3:14 wan.fahim.asqalanix.wan.yusof
2019-08-20 16:21 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: wan.fahim.asqalanix.wan.yusof @ 2019-08-20 3:14 UTC (permalink / raw)
To: stable; +Cc: jose.souza, tong.liang.chew, gregkh, jui.nee.tan
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
commit d0e062ebb3a44b56a7e672da568334c76f763552 upstream
One more CFL ID added to spec.
Cc: stable@vger.kernel.org
Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180803232721.20038-1-rodrigo.vivi@intel.com
(cherry picked from commit d0e062ebb3a44b56a7e672da568334c76f763552)
Signed-off-by: Wan Yusof, Wan Fahim AsqalaniX <wan.fahim.asqalanix.wan.yusof@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 fbf5cfc9b3..fd965ff 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -386,6 +386,7 @@
INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+ INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */
/* CFL H */
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
2019-08-20 3:14 [PATCH] " wan.fahim.asqalanix.wan.yusof
@ 2019-08-20 16:21 ` Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2019-08-20 16:21 UTC (permalink / raw)
To: wan.fahim.asqalanix.wan.yusof
Cc: stable, jose.souza, tong.liang.chew, jui.nee.tan
On Tue, Aug 20, 2019 at 11:14:19AM +0800, wan.fahim.asqalanix.wan.yusof@intel.com wrote:
> From: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> commit d0e062ebb3a44b56a7e672da568334c76f763552 upstream
>
> One more CFL ID added to spec.
>
> Cc: stable@vger.kernel.org
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
> Link: https://patchwork.freedesktop.org/patch/msgid/20180803232721.20038-1-rodrigo.vivi@intel.com
> (cherry picked from commit d0e062ebb3a44b56a7e672da568334c76f763552)
> Signed-off-by: Wan Yusof, Wan Fahim AsqalaniX <wan.fahim.asqalanix.wan.yusof@intel.com>
> ---
> include/drm/i915_pciids.h | 1 +
> 1 file changed, 1 insertion(+)
Now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-08-20 16:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 23:27 [PATCH] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
2018-08-03 23:40 ` Souza, Jose
2018-08-09 5:46 ` Rodrigo Vivi
2018-08-04 0:20 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-08-04 1:29 ` ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2019-08-20 3:14 [PATCH] " wan.fahim.asqalanix.wan.yusof
2019-08-20 16:21 ` Greg KH
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.