* [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection
@ 2020-11-30 12:48 Tejas Upadhyay
2020-11-30 13:01 ` Chris Wilson
` (3 more replies)
0 siblings, 4 replies; 16+ messages in thread
From: Tejas Upadhyay @ 2020-11-30 12:48 UTC (permalink / raw)
To: intel-gfx, hariom.pandey
Removing force probe protection from RKL platform. Did
not observe warnings, errors, flickering or any visual
defects while doing ordinary tasks like browsing and
editing documents in a two monitor setup.
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
---
drivers/gpu/drm/i915/i915_pci.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 11fe790b1969..665626d2524f 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -898,7 +898,6 @@ static const struct intel_device_info rkl_info = {
.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |
BIT(TRANSCODER_C),
- .require_force_probe = 1,
.display.has_hti = 1,
.display.has_psr_hw_tracking = 0,
.platform_engine_mask =
--
2.28.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-11-30 12:48 [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection Tejas Upadhyay @ 2020-11-30 13:01 ` Chris Wilson 2020-11-30 14:45 ` Surendrakumar Upadhyay, TejaskumarX 2020-11-30 17:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork ` (2 subsequent siblings) 3 siblings, 1 reply; 16+ messages in thread From: Chris Wilson @ 2020-11-30 13:01 UTC (permalink / raw) To: Tejas Upadhyay, hariom.pandey, intel-gfx Quoting Tejas Upadhyay (2020-11-30 12:48:55) > Removing force probe protection from RKL platform. Did > not observe warnings, errors, flickering or any visual > defects while doing ordinary tasks like browsing and > editing documents in a two monitor setup. Really? CI says differently. https://gitlab.freedesktop.org/drm/intel/-/issues/2743 is severe HW failure, something fishy in the world of forcewake. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-11-30 13:01 ` Chris Wilson @ 2020-11-30 14:45 ` Surendrakumar Upadhyay, TejaskumarX 2020-11-30 15:01 ` Chris Wilson 0 siblings, 1 reply; 16+ messages in thread From: Surendrakumar Upadhyay, TejaskumarX @ 2020-11-30 14:45 UTC (permalink / raw) To: Chris Wilson, Pandey, Hariom, intel-gfx@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 1018 bytes --] Hi Chris, The failing test was not part of BAT run, it ran in CI resume run and failed there, however on manual run the same test got passed. Please find attached results. Thanks, Tejas > -----Original Message----- > From: Chris Wilson <chris@chris-wilson.co.uk> > Sent: 30 November 2020 18:31 > To: Surendrakumar Upadhyay, TejaskumarX > <tejaskumarx.surendrakumar.upadhyay@intel.com>; Pandey, Hariom > <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > Quoting Tejas Upadhyay (2020-11-30 12:48:55) > > Removing force probe protection from RKL platform. Did not observe > > warnings, errors, flickering or any visual defects while doing > > ordinary tasks like browsing and editing documents in a two monitor > > setup. > > Really? CI says differently. > https://gitlab.freedesktop.org/drm/intel/-/issues/2743 > is severe HW failure, something fishy in the world of forcewake. > -Chris [-- Attachment #2: igt@gem_exec_schedule@pi-common@vcs0 - Details.html --] [-- Type: text/html, Size: 3186 bytes --] [-- Attachment #3: igt@gem_ringfill@basic-all - Details.html --] [-- Type: text/html, Size: 2349 bytes --] [-- Attachment #4: Type: text/plain, Size: 160 bytes --] _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-11-30 14:45 ` Surendrakumar Upadhyay, TejaskumarX @ 2020-11-30 15:01 ` Chris Wilson 2020-12-03 4:13 ` Surendrakumar Upadhyay, TejaskumarX 0 siblings, 1 reply; 16+ messages in thread From: Chris Wilson @ 2020-11-30 15:01 UTC (permalink / raw) To: Pandey, Hariom, Surendrakumar Upadhyay, TejaskumarX, intel-gfx Quoting Surendrakumar Upadhyay, TejaskumarX (2020-11-30 14:45:14) > Hi Chris, > > The failing test was not part of BAT run, it ran in CI resume run and failed there, however on manual run the same test got passed. Please find attached results. One pass versus a major failure is not satisfactory. We can not say we are happy with the hardware/driver until it is reliable, and forcewake is of fundamental importance for mmio access, as well as execution. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-11-30 15:01 ` Chris Wilson @ 2020-12-03 4:13 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-03 11:07 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-03 11:18 ` Chris Wilson 0 siblings, 2 replies; 16+ messages in thread From: Surendrakumar Upadhyay, TejaskumarX @ 2020-12-03 4:13 UTC (permalink / raw) To: Chris Wilson, Pandey, Hariom, intel-gfx@lists.freedesktop.org Hi Jaswant, Can you please re-run resume run on CI as well as local setup and share results here? If it passes in full resume run in either of setup we are good go with. Thanks, Tejas > -----Original Message----- > From: Chris Wilson <chris@chris-wilson.co.uk> > Sent: 30 November 2020 20:31 > To: Pandey, Hariom <hariom.pandey@intel.com>; Surendrakumar > Upadhyay, TejaskumarX > <tejaskumarx.surendrakumar.upadhyay@intel.com>; intel- > gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > Quoting Surendrakumar Upadhyay, TejaskumarX (2020-11-30 14:45:14) > > Hi Chris, > > > > The failing test was not part of BAT run, it ran in CI resume run and failed > there, however on manual run the same test got passed. Please find > attached results. > > One pass versus a major failure is not satisfactory. > > We can not say we are happy with the hardware/driver until it is reliable, > and forcewake is of fundamental importance for mmio access, as well as > execution. > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-03 4:13 ` Surendrakumar Upadhyay, TejaskumarX @ 2020-12-03 11:07 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-04 9:41 ` Kattamanchi, JaswanthX 2020-12-03 11:18 ` Chris Wilson 1 sibling, 1 reply; 16+ messages in thread From: Surendrakumar Upadhyay, TejaskumarX @ 2020-12-03 11:07 UTC (permalink / raw) To: Chris Wilson, Pandey, Hariom, intel-gfx@lists.freedesktop.org, Kattamanchi, JaswanthX Cc: Naramasetti, LaxminarayanaX + Jaswant > -----Original Message----- > From: Surendrakumar Upadhyay, TejaskumarX > Sent: 03 December 2020 09:44 > To: Chris Wilson <chris@chris-wilson.co.uk>; Pandey, Hariom > <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > Hi Jaswant, > > Can you please re-run resume run on CI as well as local setup and share > results here? If it passes in full resume run in either of setup we are good go > with. > > Thanks, > Tejas > > > -----Original Message----- > > From: Chris Wilson <chris@chris-wilson.co.uk> > > Sent: 30 November 2020 20:31 > > To: Pandey, Hariom <hariom.pandey@intel.com>; Surendrakumar > Upadhyay, > > TejaskumarX <tejaskumarx.surendrakumar.upadhyay@intel.com>; intel- > > gfx@lists.freedesktop.org > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove > > require_force_probe protection > > > > Quoting Surendrakumar Upadhyay, TejaskumarX (2020-11-30 14:45:14) > > > Hi Chris, > > > > > > The failing test was not part of BAT run, it ran in CI resume run > > > and failed > > there, however on manual run the same test got passed. Please find > > attached results. > > > > One pass versus a major failure is not satisfactory. > > > > We can not say we are happy with the hardware/driver until it is > > reliable, and forcewake is of fundamental importance for mmio access, > > as well as execution. > > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-03 11:07 ` Surendrakumar Upadhyay, TejaskumarX @ 2020-12-04 9:41 ` Kattamanchi, JaswanthX 2020-12-04 9:52 ` Chris Wilson 2020-12-07 10:02 ` Surendrakumar Upadhyay, TejaskumarX 0 siblings, 2 replies; 16+ messages in thread From: Kattamanchi, JaswanthX @ 2020-12-04 9:41 UTC (permalink / raw) To: Surendrakumar Upadhyay, TejaskumarX, Chris Wilson, Pandey, Hariom, intel-gfx@lists.freedesktop.org Cc: Naramasetti, LaxminarayanaX Hi Tejas, As per your request triggered resume run on RKL CI machine, the testcases which chris mentioned were passing with this run, Please find the below logs for your reference Git ID : https://gitlab.freedesktop.org/drm/intel/-/issues/2743 igt@gem_exec_schedule@pi-ringfull@vcs0 : https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9432/re-rkl-1/igt@gem_exec_schedule@pi-ringfull@vcs0.html igt@gem_exec_schedule@pi-common@vcs0 : https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9432/re-rkl-1/igt@gem_exec_schedule@pi-common@vcs0.html Regards, Jaswanth Kattamanchi -----Original Message----- From: Surendrakumar Upadhyay, TejaskumarX <tejaskumarx.surendrakumar.upadhyay@intel.com> Sent: Thursday, December 3, 2020 4:38 PM To: Chris Wilson <chris@chris-wilson.co.uk>; Pandey, Hariom <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org; Kattamanchi, JaswanthX <jaswanthx.kattamanchi@intel.com> Cc: Naramasetti, LaxminarayanaX <laxminarayanax.naramasetti@intel.com> Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection + Jaswant > -----Original Message----- > From: Surendrakumar Upadhyay, TejaskumarX > Sent: 03 December 2020 09:44 > To: Chris Wilson <chris@chris-wilson.co.uk>; Pandey, Hariom > <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove > require_force_probe protection > > Hi Jaswant, > > Can you please re-run resume run on CI as well as local setup and > share results here? If it passes in full resume run in either of setup > we are good go with. > > Thanks, > Tejas > > > -----Original Message----- > > From: Chris Wilson <chris@chris-wilson.co.uk> > > Sent: 30 November 2020 20:31 > > To: Pandey, Hariom <hariom.pandey@intel.com>; Surendrakumar > Upadhyay, > > TejaskumarX <tejaskumarx.surendrakumar.upadhyay@intel.com>; intel- > > gfx@lists.freedesktop.org > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove > > require_force_probe protection > > > > Quoting Surendrakumar Upadhyay, TejaskumarX (2020-11-30 14:45:14) > > > Hi Chris, > > > > > > The failing test was not part of BAT run, it ran in CI resume run > > > and failed > > there, however on manual run the same test got passed. Please find > > attached results. > > > > One pass versus a major failure is not satisfactory. > > > > We can not say we are happy with the hardware/driver until it is > > reliable, and forcewake is of fundamental importance for mmio > > access, as well as execution. > > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-04 9:41 ` Kattamanchi, JaswanthX @ 2020-12-04 9:52 ` Chris Wilson 2021-01-27 15:10 ` Pandey, Hariom 2020-12-07 10:02 ` Surendrakumar Upadhyay, TejaskumarX 1 sibling, 1 reply; 16+ messages in thread From: Chris Wilson @ 2020-12-04 9:52 UTC (permalink / raw) To: Kattamanchi, JaswanthX, Pandey, Hariom, Surendrakumar Upadhyay, TejaskumarX, intel-gfx Cc: Naramasetti, LaxminarayanaX Quoting Kattamanchi, JaswanthX (2020-12-04 09:41:17) > Hi Tejas, > > As per your request triggered resume run on RKL CI machine, the testcases which chris mentioned were passing with this run, Please find the below logs for your reference It is not particular to a testcase. HW failure rarely is. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-04 9:52 ` Chris Wilson @ 2021-01-27 15:10 ` Pandey, Hariom 2021-01-27 15:18 ` Chris Wilson 0 siblings, 1 reply; 16+ messages in thread From: Pandey, Hariom @ 2021-01-27 15:10 UTC (permalink / raw) To: Chris Wilson; +Cc: Naramasetti, LaxminarayanaX, intel-gfx@lists.freedesktop.org Hi Chris, (i) To your concern on the GPU dying issue gitlab#2743 --> this issue has been resolved and not observed in last 3 runs --> The gitlab had been updated with the pass results and closed. (ii) RocketLate platform has been setup in Public CI with the name " fi-rkl-11500t" --> https://intel-gfx-ci.01.org/tree/drm-tip/bat-all.html? --> This link shows last few Pass runs. With the above progress, please confirm if you are fine to merge/accept this patch of RKL force probe flag removal. Thanks Hariom Pandey > -----Original Message----- > From: Chris Wilson <chris@chris-wilson.co.uk> > Sent: Friday, December 4, 2020 3:23 PM > To: Kattamanchi, JaswanthX <jaswanthx.kattamanchi@intel.com>; Pandey, > Hariom <hariom.pandey@intel.com>; Surendrakumar Upadhyay, > TejaskumarX <tejaskumarx.surendrakumar.upadhyay@intel.com>; intel- > gfx@lists.freedesktop.org > Cc: Naramasetti, LaxminarayanaX <laxminarayanax.naramasetti@intel.com> > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > Quoting Kattamanchi, JaswanthX (2020-12-04 09:41:17) > > Hi Tejas, > > > > As per your request triggered resume run on RKL CI machine, the testcases > which chris mentioned were passing with this run, Please find the below logs > for your reference > > It is not particular to a testcase. HW failure rarely is. > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2021-01-27 15:10 ` Pandey, Hariom @ 2021-01-27 15:18 ` Chris Wilson 0 siblings, 0 replies; 16+ messages in thread From: Chris Wilson @ 2021-01-27 15:18 UTC (permalink / raw) To: Pandey, Hariom; +Cc: Naramasetti, LaxminarayanaX, intel-gfx Quoting Pandey, Hariom (2021-01-27 15:10:53) > Hi Chris, > > (i) To your concern on the GPU dying issue gitlab#2743 --> this issue has been resolved and not observed in last 3 runs --> The gitlab had been updated with the pass results and closed. > (ii) RocketLate platform has been setup in Public CI with the name " fi-rkl-11500t" --> https://intel-gfx-ci.01.org/tree/drm-tip/bat-all.html? --> This link shows last few Pass runs. > > With the above progress, please confirm if you are fine to merge/accept this patch of RKL force probe flag removal. Now that we have some visibility in CI, those of us without rkl (who _just_ see the bug reports) can all build up some confidence. From the CI, it's looking good, but you want to wait for a few idle [full] runs to get a true feel of the overall health. So if people are happy that the scary forcewake error was truly a one off and doesn't need any follow up, then I see nothing stopping us from declaring ourselves in good shape -- barring a disastrous idle run. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-04 9:41 ` Kattamanchi, JaswanthX 2020-12-04 9:52 ` Chris Wilson @ 2020-12-07 10:02 ` Surendrakumar Upadhyay, TejaskumarX 1 sibling, 0 replies; 16+ messages in thread From: Surendrakumar Upadhyay, TejaskumarX @ 2020-12-07 10:02 UTC (permalink / raw) To: Kattamanchi, JaswanthX, Chris Wilson, Pandey, Hariom, intel-gfx@lists.freedesktop.org Cc: Naramasetti, LaxminarayanaX Hi Chris, Are below results satisfying? Thanks, Tejas > -----Original Message----- > From: Kattamanchi, JaswanthX <jaswanthx.kattamanchi@intel.com> > Sent: 04 December 2020 15:11 > To: Surendrakumar Upadhyay, TejaskumarX > <tejaskumarx.surendrakumar.upadhyay@intel.com>; Chris Wilson > <chris@chris-wilson.co.uk>; Pandey, Hariom <hariom.pandey@intel.com>; > intel-gfx@lists.freedesktop.org > Cc: Naramasetti, LaxminarayanaX <laxminarayanax.naramasetti@intel.com> > Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > Hi Tejas, > > As per your request triggered resume run on RKL CI machine, the testcases > which chris mentioned were passing with this run, Please find the below logs > for your reference > > Git ID : https://gitlab.freedesktop.org/drm/intel/-/issues/2743 > > igt@gem_exec_schedule@pi-ringfull@vcs0 : https://intel-gfx- > ci.01.org/tree/drm-tip/CI_DRM_9432/re-rkl-1/igt@gem_exec_schedule@pi- > ringfull@vcs0.html > > igt@gem_exec_schedule@pi-common@vcs0 : https://intel-gfx- > ci.01.org/tree/drm-tip/CI_DRM_9432/re-rkl-1/igt@gem_exec_schedule@pi- > common@vcs0.html > > Regards, > Jaswanth Kattamanchi > > -----Original Message----- > From: Surendrakumar Upadhyay, TejaskumarX > <tejaskumarx.surendrakumar.upadhyay@intel.com> > Sent: Thursday, December 3, 2020 4:38 PM > To: Chris Wilson <chris@chris-wilson.co.uk>; Pandey, Hariom > <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org; Kattamanchi, > JaswanthX <jaswanthx.kattamanchi@intel.com> > Cc: Naramasetti, LaxminarayanaX <laxminarayanax.naramasetti@intel.com> > Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe > protection > > + Jaswant > > > -----Original Message----- > > From: Surendrakumar Upadhyay, TejaskumarX > > Sent: 03 December 2020 09:44 > > To: Chris Wilson <chris@chris-wilson.co.uk>; Pandey, Hariom > > <hariom.pandey@intel.com>; intel-gfx@lists.freedesktop.org > > Subject: RE: [Intel-gfx] [PATCH] drm/i915/rkl: Remove > > require_force_probe protection > > > > Hi Jaswant, > > > > Can you please re-run resume run on CI as well as local setup and > > share results here? If it passes in full resume run in either of setup > > we are good go with. > > > > Thanks, > > Tejas > > > > > -----Original Message----- > > > From: Chris Wilson <chris@chris-wilson.co.uk> > > > Sent: 30 November 2020 20:31 > > > To: Pandey, Hariom <hariom.pandey@intel.com>; Surendrakumar > > Upadhyay, > > > TejaskumarX <tejaskumarx.surendrakumar.upadhyay@intel.com>; intel- > > > gfx@lists.freedesktop.org > > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove > > > require_force_probe protection > > > > > > Quoting Surendrakumar Upadhyay, TejaskumarX (2020-11-30 14:45:14) > > > > Hi Chris, > > > > > > > > The failing test was not part of BAT run, it ran in CI resume run > > > > and failed > > > there, however on manual run the same test got passed. Please find > > > attached results. > > > > > > One pass versus a major failure is not satisfactory. > > > > > > We can not say we are happy with the hardware/driver until it is > > > reliable, and forcewake is of fundamental importance for mmio > > > access, as well as execution. > > > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-12-03 4:13 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-03 11:07 ` Surendrakumar Upadhyay, TejaskumarX @ 2020-12-03 11:18 ` Chris Wilson 1 sibling, 0 replies; 16+ messages in thread From: Chris Wilson @ 2020-12-03 11:18 UTC (permalink / raw) To: Pandey, Hariom, Surendrakumar Upadhyay, TejaskumarX, intel-gfx Quoting Surendrakumar Upadhyay, TejaskumarX (2020-12-03 04:13:57) > Hi Jaswant, > > Can you please re-run resume run on CI as well as local setup and share results here? If it passes in full resume run in either of setup we are good go with. Acknowledge the bug as a critical failure [it is, the gpu is no longer responding via mmio]. Root cause the failure, and fix/prevent it. We cannot claim that the driver is functioning correctly while failures such as the GPU dying have been been hit by CI and no action has been taken. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/rkl: Remove require_force_probe protection 2020-11-30 12:48 [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection Tejas Upadhyay 2020-11-30 13:01 ` Chris Wilson @ 2020-11-30 17:35 ` Patchwork 2020-12-01 8:24 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2021-02-03 11:43 ` [Intel-gfx] [PATCH] " Chris Wilson 3 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2020-11-30 17:35 UTC (permalink / raw) To: Surendrakumar Upadhyay, TejaskumarX; +Cc: intel-gfx [-- Attachment #1.1: Type: text/plain, Size: 6848 bytes --] == Series Details == Series: drm/i915/rkl: Remove require_force_probe protection URL : https://patchwork.freedesktop.org/series/84403/ State : success == Summary == CI Bug Log - changes from CI_DRM_9405 -> Patchwork_19013 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/index.html New tests --------- New tests have been introduced between CI_DRM_9405 and Patchwork_19013: ### New CI tests (1) ### * boot: - Statuses : 1 fail(s) 40 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in Patchwork_19013 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - fi-tgl-u2: [PASS][1] -> [DMESG-WARN][2] ([i915#1982]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html * igt@debugfs_test@read_all_entries: - fi-tgl-y: [PASS][3] -> [DMESG-WARN][4] ([i915#402]) +2 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-y/igt@debugfs_test@read_all_entries.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-y/igt@debugfs_test@read_all_entries.html * igt@i915_module_load@reload: - fi-tgl-u2: [PASS][5] -> [DMESG-WARN][6] ([i915#1982] / [k.org#205379]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-u2/igt@i915_module_load@reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-u2/igt@i915_module_load@reload.html - fi-kbl-7500u: [PASS][7] -> [DMESG-WARN][8] ([i915#203]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-kbl-7500u/igt@i915_module_load@reload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-kbl-7500u/igt@i915_module_load@reload.html * igt@kms_chamelium@dp-crc-fast: - fi-cml-u2: [PASS][9] -> [DMESG-WARN][10] ([i915#1982]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-byt-j1900: [PASS][11] -> [DMESG-WARN][12] ([i915#1982]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - fi-bsw-kefka: [PASS][13] -> [DMESG-WARN][14] ([i915#1982]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Possible fixes #### * igt@i915_module_load@reload: - fi-tgl-y: [DMESG-WARN][15] ([i915#1982] / [k.org#205379]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-y/igt@i915_module_load@reload.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-y/igt@i915_module_load@reload.html * igt@i915_pm_rpm@basic-pci-d3-state: - {fi-ehl-1}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-ehl-1/igt@i915_pm_rpm@basic-pci-d3-state.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-ehl-1/igt@i915_pm_rpm@basic-pci-d3-state.html - fi-bsw-kefka: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@execlists: - fi-icl-y: [INCOMPLETE][21] ([i915#1037] / [i915#2276]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-icl-y/igt@i915_selftest@live@execlists.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-icl-y/igt@i915_selftest@live@execlists.html * igt@kms_busy@basic@flip: - fi-tgl-y: [DMESG-WARN][23] ([i915#1982]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-y/igt@kms_busy@basic@flip.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-y/igt@kms_busy@basic@flip.html * igt@kms_cursor_legacy@basic-flip-after-cursor-legacy: - fi-icl-u2: [DMESG-WARN][25] ([i915#1982]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html * {igt@prime_vgem@basic-userptr}: - fi-tgl-y: [DMESG-WARN][27] ([i915#402]) -> [PASS][28] +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/fi-tgl-y/igt@prime_vgem@basic-userptr.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/fi-tgl-y/igt@prime_vgem@basic-userptr.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1037]: https://gitlab.freedesktop.org/drm/intel/issues/1037 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#203]: https://gitlab.freedesktop.org/drm/intel/issues/203 [i915#2276]: https://gitlab.freedesktop.org/drm/intel/issues/2276 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 [k.org#205379]: https://bugzilla.kernel.org/show_bug.cgi?id=205379 Participating hosts (45 -> 41) ------------------------------ Missing (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u Build changes ------------- * Linux: CI_DRM_9405 -> Patchwork_19013 CI-20190529: 20190529 CI_DRM_9405: 9b8ec3277e6ac37b18a215370c353f0ae1a187b7 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5876: cf2f41b3d3dfabaf3a4837062f996f3491a350b1 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_19013: 86c438ddb0d679c6f2402a60437d20bc206ad402 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 86c438ddb0d6 drm/i915/rkl: Remove require_force_probe protection == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/index.html [-- Attachment #1.2: Type: text/html, Size: 8551 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/rkl: Remove require_force_probe protection 2020-11-30 12:48 [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection Tejas Upadhyay 2020-11-30 13:01 ` Chris Wilson 2020-11-30 17:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2020-12-01 8:24 ` Patchwork 2021-02-03 11:43 ` [Intel-gfx] [PATCH] " Chris Wilson 3 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2020-12-01 8:24 UTC (permalink / raw) To: Surendrakumar Upadhyay, TejaskumarX; +Cc: intel-gfx [-- Attachment #1.1: Type: text/plain, Size: 17536 bytes --] == Series Details == Series: drm/i915/rkl: Remove require_force_probe protection URL : https://patchwork.freedesktop.org/series/84403/ State : success == Summary == CI Bug Log - changes from CI_DRM_9405_full -> Patchwork_19013_full ==================================================== Summary ------- **SUCCESS** No regressions found. New tests --------- New tests have been introduced between CI_DRM_9405_full and Patchwork_19013_full: ### New CI tests (1) ### * boot: - Statuses : 175 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in Patchwork_19013_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_whisper@basic-fds-all: - shard-glk: [PASS][1] -> [DMESG-WARN][2] ([i915#118] / [i915#95]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-glk3/igt@gem_exec_whisper@basic-fds-all.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-glk7/igt@gem_exec_whisper@basic-fds-all.html * igt@i915_pm_rpm@gem-execbuf-stress: - shard-tglb: [PASS][3] -> [INCOMPLETE][4] ([i915#2411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-tglb7/igt@i915_pm_rpm@gem-execbuf-stress.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@kms_big_fb@linear-8bpp-rotate-180: - shard-apl: [PASS][5] -> [DMESG-WARN][6] ([i915#1982]) +4 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-apl4/igt@kms_big_fb@linear-8bpp-rotate-180.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-apl1/igt@kms_big_fb@linear-8bpp-rotate-180.html * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding: - shard-skl: [PASS][7] -> [FAIL][8] ([i915#54]) +2 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl2/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl5/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][9] -> [DMESG-WARN][10] ([i915#1982]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-glk9/igt@kms_flip@2x-flip-vs-modeset-vs-hang@ab-hdmi-a1-hdmi-a2.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-glk6/igt@kms_flip@2x-flip-vs-modeset-vs-hang@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-expired-vblank@a-edp1: - shard-tglb: [PASS][11] -> [FAIL][12] ([i915#2598]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-tglb3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html * igt@kms_flip@flip-vs-panning-interruptible@a-edp1: - shard-skl: [PASS][13] -> [DMESG-WARN][14] ([i915#1982]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl4/igt@kms_flip@flip-vs-panning-interruptible@a-edp1.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl4/igt@kms_flip@flip-vs-panning-interruptible@a-edp1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1: - shard-skl: [PASS][15] -> [FAIL][16] ([i915#2122]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl9/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl4/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-iclb: [PASS][17] -> [DMESG-WARN][18] ([i915#1982]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite: - shard-tglb: [PASS][19] -> [DMESG-WARN][20] ([i915#1982]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms: - shard-skl: [PASS][21] -> [FAIL][22] ([i915#1188]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl5/igt@kms_hdr@bpc-switch-dpms.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl1/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: - shard-skl: [PASS][23] -> [FAIL][24] ([fdo#108145] / [i915#265]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl6/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl10/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html * igt@kms_psr@psr2_primary_mmap_cpu: - shard-iclb: [PASS][25] -> [SKIP][26] ([fdo#109441]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html #### Possible fixes #### * igt@gem_exec_reloc@basic-many-active@rcs0: - shard-glk: [FAIL][27] ([i915#2389]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-glk3/igt@gem_exec_reloc@basic-many-active@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-glk7/igt@gem_exec_reloc@basic-many-active@rcs0.html * igt@i915_selftest@live@evict: - shard-skl: [INCOMPLETE][29] ([i915#198]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl8/igt@i915_selftest@live@evict.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl8/igt@i915_selftest@live@evict.html * {igt@kms_async_flips@test-time-stamp}: - shard-tglb: [FAIL][31] ([i915#2597]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-tglb2/igt@kms_async_flips@test-time-stamp.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-tglb3/igt@kms_async_flips@test-time-stamp.html * igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-b: - shard-kbl: [DMESG-WARN][33] ([i915#78]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-kbl2/igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-b.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-kbl4/igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-b.html * igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-c: - shard-kbl: [DMESG-WARN][35] -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-kbl2/igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-c.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-kbl4/igt@kms_atomic_transition@plane-all-transition-fencing@dp-1-pipe-c.html * igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding: - shard-skl: [FAIL][37] ([i915#54]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl5/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl9/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-skl: [INCOMPLETE][39] ([i915#2405] / [i915#300]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl7/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_flip@blocking-wf_vblank@a-edp1: - shard-skl: [FAIL][41] ([i915#2122]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl7/igt@kms_flip@blocking-wf_vblank@a-edp1.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl5/igt@kms_flip@blocking-wf_vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: - shard-skl: [FAIL][43] ([i915#79]) -> [PASS][44] +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl9/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html * {igt@kms_flip_tiling@flip-x-tiled@dp-1-pipe-a}: - shard-kbl: [DMESG-WARN][45] ([i915#1982]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-kbl1/igt@kms_flip_tiling@flip-x-tiled@dp-1-pipe-a.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-kbl1/igt@kms_flip_tiling@flip-x-tiled@dp-1-pipe-a.html * {igt@kms_flip_tiling@flip-x-tiled@edp-1-pipe-a}: - shard-skl: [DMESG-WARN][47] ([i915#1982]) -> [PASS][48] +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl1/igt@kms_flip_tiling@flip-x-tiled@edp-1-pipe-a.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl6/igt@kms_flip_tiling@flip-x-tiled@edp-1-pipe-a.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-apl: [DMESG-WARN][49] ([i915#1982]) -> [PASS][50] +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-apl1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-apl6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-badstride: - shard-glk: [DMESG-WARN][51] ([i915#1982]) -> [PASS][52] +5 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-glk7/igt@kms_frontbuffer_tracking@fbc-badstride.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-glk1/igt@kms_frontbuffer_tracking@fbc-badstride.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-tglb: [DMESG-WARN][53] ([i915#1982]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-tglb6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-tglb1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_plane@plane-position-covered-pipe-a-planes: - shard-snb: [SKIP][55] ([fdo#109271]) -> [PASS][56] +6 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-snb4/igt@kms_plane@plane-position-covered-pipe-a-planes.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-snb5/igt@kms_plane@plane-position-covered-pipe-a-planes.html * igt@perf@polling: - shard-skl: [FAIL][57] ([i915#1542]) -> [PASS][58] +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl1/igt@perf@polling.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl2/igt@perf@polling.html * igt@perf_pmu@module-unload: - shard-skl: [DMESG-WARN][59] ([i915#1982] / [i915#262]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl1/igt@perf_pmu@module-unload.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl6/igt@perf_pmu@module-unload.html * igt@syncobj_timeline@wait-for-submit-snapshot: - shard-skl: [FAIL][61] -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl8/igt@syncobj_timeline@wait-for-submit-snapshot.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl8/igt@syncobj_timeline@wait-for-submit-snapshot.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-fence: - shard-iclb: [WARN][63] ([i915#1804] / [i915#2684]) -> [WARN][64] ([i915#2684]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-iclb7/igt@i915_pm_rc6_residency@rc6-fence.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-iclb5/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy: - shard-skl: [FAIL][65] ([i915#2346]) -> [DMESG-FAIL][66] ([i915#1982]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl4/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl4/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html * igt@kms_dp_dsc@basic-dsc-enable-edp: - shard-iclb: [SKIP][67] ([fdo#109349]) -> [DMESG-WARN][68] ([i915#1226]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-iclb5/igt@kms_dp_dsc@basic-dsc-enable-edp.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html * igt@kms_hdr@bpc-switch-suspend: - shard-skl: [INCOMPLETE][69] ([i915#198]) -> [FAIL][70] ([i915#1188]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl1/igt@kms_hdr@bpc-switch-suspend.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl4/igt@kms_hdr@bpc-switch-suspend.html * igt@runner@aborted: - shard-kbl: [FAIL][71] ([i915#2295] / [i915#2722] / [i915#483]) -> [FAIL][72] ([i915#2295] / [i915#2722]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-kbl3/igt@runner@aborted.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-kbl7/igt@runner@aborted.html - shard-skl: [FAIL][73] ([i915#2295] / [i915#2722]) -> [FAIL][74] ([i915#2295] / [i915#2722] / [i915#483]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9405/shard-skl10/igt@runner@aborted.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19013/shard-skl3/igt@runner@aborted.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188 [i915#1226]: https://gitlab.freedesktop.org/drm/intel/issues/1226 [i915#1542]: https://gitlab.freedesktop.org/drm/intel/issues/1542 [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804 [i915#198]: https://gitlab.freedesktop.org/drm/intel/issues/198 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389 [i915#2405]: https://gitlab.freedesktop.org/drm/intel/issues/2405 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2597]: https://gitlab.freedesktop.org/drm/intel/issues/2597 [i915#2598]: https://gitlab.freedesktop.org/drm/intel/issues/2598 [i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#300]: https://gitlab.freedesktop.org/drm/intel/issues/300 [i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483 [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54 [i915#78]: https://gitlab.freedesktop.org/drm/intel/issues/78 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95 Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Build changes ------------- * Linux: CI_DRM_9405 -> Patchwork_19013 CI-20190529: 20190529 CI_DRM_9405: 9b8ec3277e6ac37b18a215370c353f0ae1a187b7 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5876: cf2f41b3d3dfabaf3a4837062f996f3491a350b1 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_19013: 86c438ddb0d679c6f2402a60437d20bc206ad402 @ 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_19013/index.html [-- Attachment #1.2: Type: text/html, Size: 20609 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2020-11-30 12:48 [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection Tejas Upadhyay ` (2 preceding siblings ...) 2020-12-01 8:24 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork @ 2021-02-03 11:43 ` Chris Wilson 2021-02-08 22:16 ` Rodrigo Vivi 3 siblings, 1 reply; 16+ messages in thread From: Chris Wilson @ 2021-02-03 11:43 UTC (permalink / raw) To: Rodrigo Vivi, Tejas Upadhyay, hariom.pandey; +Cc: Jani Nikula, intel-gfx Quoting Tejas Upadhyay (2020-11-30 12:48:55) > Removing force probe protection from RKL platform. Did > not observe warnings, errors, flickering or any visual > defects while doing ordinary tasks like browsing and > editing documents in a two monitor setup. > > Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> We now have a system in CI and that appears quite promising, Acked-by: Chris Wilson <chris@chris-wilson.co.uk> -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection 2021-02-03 11:43 ` [Intel-gfx] [PATCH] " Chris Wilson @ 2021-02-08 22:16 ` Rodrigo Vivi 0 siblings, 0 replies; 16+ messages in thread From: Rodrigo Vivi @ 2021-02-08 22:16 UTC (permalink / raw) To: Chris Wilson; +Cc: Jani Nikula, intel-gfx, hariom.pandey On Wed, Feb 03, 2021 at 11:43:13AM +0000, Chris Wilson wrote: > Quoting Tejas Upadhyay (2020-11-30 12:48:55) > > Removing force probe protection from RKL platform. Did > > not observe warnings, errors, flickering or any visual > > defects while doing ordinary tasks like browsing and > > editing documents in a two monitor setup. > > > > Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> > > We now have a system in CI and that appears quite promising, > Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Indeed. Pulled, thanks! > -Chris > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://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] 16+ messages in thread
end of thread, other threads:[~2021-02-08 22:17 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-11-30 12:48 [Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection Tejas Upadhyay 2020-11-30 13:01 ` Chris Wilson 2020-11-30 14:45 ` Surendrakumar Upadhyay, TejaskumarX 2020-11-30 15:01 ` Chris Wilson 2020-12-03 4:13 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-03 11:07 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-04 9:41 ` Kattamanchi, JaswanthX 2020-12-04 9:52 ` Chris Wilson 2021-01-27 15:10 ` Pandey, Hariom 2021-01-27 15:18 ` Chris Wilson 2020-12-07 10:02 ` Surendrakumar Upadhyay, TejaskumarX 2020-12-03 11:18 ` Chris Wilson 2020-11-30 17:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2020-12-01 8:24 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2021-02-03 11:43 ` [Intel-gfx] [PATCH] " Chris Wilson 2021-02-08 22:16 ` Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox