* [PATCH] drm/i915/icl: GEN11 supports 6 sprite planes
@ 2018-08-28 23:11 vsrini4
2018-08-29 7:40 ` ✗ Fi.CI.BAT: failure for " Patchwork
2018-08-29 10:49 ` [PATCH] " Jani Nikula
0 siblings, 2 replies; 3+ messages in thread
From: vsrini4 @ 2018-08-28 23:11 UTC (permalink / raw)
To: intel-gfx; +Cc: dri-devel
GEN11 supports 6 sprite planes. Making the change
in intel_device_info.c accordingly
Signed-off-by: vsrini4 <vidya.srinivas@intel.com>
---
drivers/gpu/drm/i915/intel_device_info.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 0ef0c64..7863cf8 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -761,7 +761,10 @@ void intel_device_info_runtime_init(struct intel_device_info *info)
* we don't expose the topmost plane at all to prevent ABI breakage
* down the line.
*/
- if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
+ if (IS_GEN11(dev_priv))
+ for_each_pipe(dev_priv, pipe)
+ info->num_sprites[pipe] = 6;
+ else if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
for_each_pipe(dev_priv, pipe)
info->num_sprites[pipe] = 3;
else if (IS_BROXTON(dev_priv)) {
--
2.7.4
_______________________________________________
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
* ✗ Fi.CI.BAT: failure for drm/i915/icl: GEN11 supports 6 sprite planes
2018-08-28 23:11 [PATCH] drm/i915/icl: GEN11 supports 6 sprite planes vsrini4
@ 2018-08-29 7:40 ` Patchwork
2018-08-29 10:49 ` [PATCH] " Jani Nikula
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2018-08-29 7:40 UTC (permalink / raw)
To: vsrini4; +Cc: intel-gfx
== Series Details ==
Series: drm/i915/icl: GEN11 supports 6 sprite planes
URL : https://patchwork.freedesktop.org/series/48859/
State : failure
== Summary ==
= CI Bug Log - changes from CI_DRM_4723 -> Patchwork_10039 =
== Summary - FAILURE ==
Serious unknown changes coming with Patchwork_10039 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_10039, 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/48859/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in Patchwork_10039:
=== IGT changes ===
==== Possible regressions ====
igt@kms_flip@basic-flip-vs-wf_vblank:
fi-icl-u: PASS -> DMESG-WARN +24
== Known issues ==
Here are the changes found in Patchwork_10039 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@gem_exec_suspend@basic-s3:
fi-skl-6700k2: PASS -> INCOMPLETE (fdo#104108, fdo#105524, k.org#199541)
{igt@kms_psr@primary_page_flip}:
fi-cnl-psr: PASS -> FAIL (fdo#107336)
{igt@pm_rpm@module-reload}:
fi-cnl-psr: PASS -> WARN (fdo#107602, fdo#107708)
igt@prime_vgem@basic-fence-flip:
fi-ilk-650: PASS -> FAIL (fdo#104008)
==== Possible fixes ====
igt@drv_selftest@live_hangcheck:
fi-kbl-guc: DMESG-FAIL (fdo#106947, fdo#107710) -> PASS
igt@kms_chamelium@dp-crc-fast:
fi-kbl-7500u: DMESG-WARN (fdo#103841) -> PASS
igt@kms_chamelium@dp-edid-read:
fi-kbl-7500u: FAIL (fdo#103841) -> PASS
igt@kms_frontbuffer_tracking@basic:
{fi-byt-clapper}: FAIL (fdo#103167) -> PASS
==== Warnings ====
{igt@kms_psr@primary_page_flip}:
fi-icl-u: FAIL (fdo#107383) -> DMESG-FAIL (fdo#107383) +3
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
fdo#104108 https://bugs.freedesktop.org/show_bug.cgi?id=104108
fdo#105524 https://bugs.freedesktop.org/show_bug.cgi?id=105524
fdo#106947 https://bugs.freedesktop.org/show_bug.cgi?id=106947
fdo#107336 https://bugs.freedesktop.org/show_bug.cgi?id=107336
fdo#107383 https://bugs.freedesktop.org/show_bug.cgi?id=107383
fdo#107602 https://bugs.freedesktop.org/show_bug.cgi?id=107602
fdo#107708 https://bugs.freedesktop.org/show_bug.cgi?id=107708
fdo#107710 https://bugs.freedesktop.org/show_bug.cgi?id=107710
k.org#199541 https://bugzilla.kernel.org/show_bug.cgi?id=199541
== Participating hosts (53 -> 49) ==
Additional (1): fi-hsw-4770r
Missing (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u
== Build changes ==
* Linux: CI_DRM_4723 -> Patchwork_10039
CI_DRM_4723: fde36344a326c289d5296e056ebe552adf3cb571 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_4611: b966dd93a30f41581fe1dbf9bc1c4a29b552ca05 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_10039: e4292d6482f1d47e62171b82c0d948bb5ef5e793 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
e4292d6482f1 drm/i915/icl: GEN11 supports 6 sprite planes
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_10039/issues.html
_______________________________________________
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
* Re: [PATCH] drm/i915/icl: GEN11 supports 6 sprite planes
2018-08-28 23:11 [PATCH] drm/i915/icl: GEN11 supports 6 sprite planes vsrini4
2018-08-29 7:40 ` ✗ Fi.CI.BAT: failure for " Patchwork
@ 2018-08-29 10:49 ` Jani Nikula
1 sibling, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2018-08-29 10:49 UTC (permalink / raw)
To: vsrini4, intel-gfx; +Cc: dri-devel
On Wed, 29 Aug 2018, vsrini4 <vidya.srinivas@intel.com> wrote:
> GEN11 supports 6 sprite planes. Making the change
> in intel_device_info.c accordingly
>
> Signed-off-by: vsrini4 <vidya.srinivas@intel.com>
Please fix your git name. It's supposed to be your real name, not
username.
Thanks,
Jani.
> ---
> drivers/gpu/drm/i915/intel_device_info.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
> index 0ef0c64..7863cf8 100644
> --- a/drivers/gpu/drm/i915/intel_device_info.c
> +++ b/drivers/gpu/drm/i915/intel_device_info.c
> @@ -761,7 +761,10 @@ void intel_device_info_runtime_init(struct intel_device_info *info)
> * we don't expose the topmost plane at all to prevent ABI breakage
> * down the line.
> */
> - if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
> + if (IS_GEN11(dev_priv))
> + for_each_pipe(dev_priv, pipe)
> + info->num_sprites[pipe] = 6;
> + else if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
> for_each_pipe(dev_priv, pipe)
> info->num_sprites[pipe] = 3;
> else if (IS_BROXTON(dev_priv)) {
--
Jani Nikula, Intel Open Source Graphics 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
end of thread, other threads:[~2018-08-29 10:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28 23:11 [PATCH] drm/i915/icl: GEN11 supports 6 sprite planes vsrini4
2018-08-29 7:40 ` ✗ Fi.CI.BAT: failure for " Patchwork
2018-08-29 10:49 ` [PATCH] " Jani Nikula
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.