* [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t @ 2019-05-22 10:35 Jani Nikula 2019-05-22 10:41 ` Chris Wilson ` (4 more replies) 0 siblings, 5 replies; 7+ messages in thread From: Jani Nikula @ 2019-05-22 10:35 UTC (permalink / raw) To: intel-gfx; +Cc: jani.nikula, Nathan Chancellor Fix the duplicate typedef for intel_wakeref_t leading to Clang build issues. While at it, actually make the intel_runtime_pm.h header self-contained, which was claimed in the commit being fixed. Reported-by: Nathan Chancellor <natechancellor@gmail.com> Cc: Nathan Chancellor <natechancellor@gmail.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> References: http://mid.mail-archive.com/20190521183850.GA9157@archlinux-epyc References: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/201754420#L2435 Fixes: 0d5adc5f2f01 ("drm/i915: extract intel_runtime_pm.h from intel_drv.h") Signed-off-by: Jani Nikula <jani.nikula@intel.com> --- drivers/gpu/drm/i915/Makefile.header-test | 1 + drivers/gpu/drm/i915/intel_runtime_pm.h | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/Makefile.header-test b/drivers/gpu/drm/i915/Makefile.header-test index 2ca4a5f..3a9663 100644 --- a/drivers/gpu/drm/i915/Makefile.header-test +++ b/drivers/gpu/drm/i915/Makefile.header-test @@ -55,6 +55,7 @@ header_test := \ intel_pm.h \ intel_psr.h \ intel_quirks.h \ + intel_runtime_pm.h \ intel_sdvo.h \ intel_sideband.h \ intel_sprite.h \ diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h index b964ca..0a4c4b 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.h +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h @@ -6,12 +6,14 @@ #ifndef __INTEL_RUNTIME_PM_H__ #define __INTEL_RUNTIME_PM_H__ -#include <linux/stackdepot.h> #include <linux/types.h> -struct drm_i915_private; +#include "intel_display.h" +#include "intel_wakeref.h" -typedef depot_stack_handle_t intel_wakeref_t; +struct drm_i915_private; +struct drm_printer; +struct intel_encoder; enum i915_drm_suspend_mode { I915_DRM_SUSPEND_IDLE, -- 2.20.1 _______________________________________________ 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: remove duplicate typedef for intel_wakeref_t 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula @ 2019-05-22 10:41 ` Chris Wilson 2019-05-22 15:35 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Chris Wilson @ 2019-05-22 10:41 UTC (permalink / raw) To: intel-gfx; +Cc: jani.nikula, Nathan Chancellor Quoting Jani Nikula (2019-05-22 11:35:05) > Fix the duplicate typedef for intel_wakeref_t leading to Clang build > issues. While at it, actually make the intel_runtime_pm.h header > self-contained, which was claimed in the commit being fixed. > > Reported-by: Nathan Chancellor <natechancellor@gmail.com> > Cc: Nathan Chancellor <natechancellor@gmail.com> > Cc: Chris Wilson <chris@chris-wilson.co.uk> > References: http://mid.mail-archive.com/20190521183850.GA9157@archlinux-epyc > References: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/201754420#L2435 > Fixes: 0d5adc5f2f01 ("drm/i915: extract intel_runtime_pm.h from intel_drv.h") > Signed-off-by: Jani Nikula <jani.nikula@intel.com> > --- > drivers/gpu/drm/i915/Makefile.header-test | 1 + > drivers/gpu/drm/i915/intel_runtime_pm.h | 8 +++++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/Makefile.header-test b/drivers/gpu/drm/i915/Makefile.header-test > index 2ca4a5f..3a9663 100644 > --- a/drivers/gpu/drm/i915/Makefile.header-test > +++ b/drivers/gpu/drm/i915/Makefile.header-test > @@ -55,6 +55,7 @@ header_test := \ > intel_pm.h \ > intel_psr.h \ > intel_quirks.h \ > + intel_runtime_pm.h \ > intel_sdvo.h \ > intel_sideband.h \ > intel_sprite.h \ > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h > index b964ca..0a4c4b 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.h > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h > @@ -6,12 +6,14 @@ > #ifndef __INTEL_RUNTIME_PM_H__ > #define __INTEL_RUNTIME_PM_H__ > > -#include <linux/stackdepot.h> > #include <linux/types.h> > > -struct drm_i915_private; > +#include "intel_display.h" > +#include "intel_wakeref.h" Heh, I was thinking the other way but whichever works :) Reviewed-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] 7+ messages in thread
* ✗ Fi.CI.CHECKPATCH: warning for drm/i915: remove duplicate typedef for intel_wakeref_t 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula 2019-05-22 10:41 ` Chris Wilson @ 2019-05-22 15:35 ` Patchwork 2019-05-22 15:59 ` ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2019-05-22 15:35 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx == Series Details == Series: drm/i915: remove duplicate typedef for intel_wakeref_t URL : https://patchwork.freedesktop.org/series/60955/ State : warning == Summary == $ dim checkpatch origin/drm-tip dd62a8270701 drm/i915: remove duplicate typedef for intel_wakeref_t -:13: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #13: References: http://mid.mail-archive.com/20190521183850.GA9157@archlinux-epyc total: 0 errors, 1 warnings, 0 checks, 24 lines checked _______________________________________________ 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: remove duplicate typedef for intel_wakeref_t 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula 2019-05-22 10:41 ` Chris Wilson 2019-05-22 15:35 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2019-05-22 15:59 ` Patchwork 2019-05-22 19:57 ` [PATCH] " Nathan Chancellor 2019-05-23 11:50 ` ✓ Fi.CI.IGT: success for " Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2019-05-22 15:59 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx == Series Details == Series: drm/i915: remove duplicate typedef for intel_wakeref_t URL : https://patchwork.freedesktop.org/series/60955/ State : success == Summary == CI Bug Log - changes from CI_DRM_6121 -> Patchwork_13069 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/ Known issues ------------ Here are the changes found in Patchwork_13069 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live_hangcheck: - fi-apl-guc: [PASS][1] -> [DMESG-FAIL][2] ([fdo#110620]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-apl-guc/igt@i915_selftest@live_hangcheck.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-apl-guc/igt@i915_selftest@live_hangcheck.html #### Possible fixes #### * igt@gem_cpu_reloc@basic: - {fi-icl-y}: [INCOMPLETE][3] ([fdo#107713] / [fdo#110246]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-icl-y/igt@gem_cpu_reloc@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-icl-y/igt@gem_cpu_reloc@basic.html * igt@gem_mmap_gtt@basic-read-write-distinct: - {fi-icl-u3}: [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-icl-u3/igt@gem_mmap_gtt@basic-read-write-distinct.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-icl-u3/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@i915_selftest@live_contexts: - fi-skl-gvtdvm: [DMESG-FAIL][7] ([fdo#110235]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-skl-gvtdvm/igt@i915_selftest@live_contexts.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-skl-gvtdvm/igt@i915_selftest@live_contexts.html * igt@i915_selftest@live_execlists: - fi-apl-guc: [INCOMPLETE][9] ([fdo#103927] / [fdo#109720]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-apl-guc/igt@i915_selftest@live_execlists.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-apl-guc/igt@i915_selftest@live_execlists.html * igt@kms_frontbuffer_tracking@basic: - {fi-icl-u2}: [FAIL][11] ([fdo#103167]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html * igt@prime_vgem@basic-fence-flip: - fi-ilk-650: [DMESG-WARN][13] ([fdo#106387]) -> [PASS][14] +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-ilk-650/igt@prime_vgem@basic-fence-flip.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-ilk-650/igt@prime_vgem@basic-fence-flip.html #### Warnings #### * igt@runner@aborted: - fi-apl-guc: [FAIL][15] ([fdo#108622] / [fdo#109720]) -> [FAIL][16] ([fdo#110622]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/fi-apl-guc/igt@runner@aborted.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/fi-apl-guc/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#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#106387]: https://bugs.freedesktop.org/show_bug.cgi?id=106387 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622 [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720 [fdo#110235]: https://bugs.freedesktop.org/show_bug.cgi?id=110235 [fdo#110246]: https://bugs.freedesktop.org/show_bug.cgi?id=110246 [fdo#110620]: https://bugs.freedesktop.org/show_bug.cgi?id=110620 [fdo#110622]: https://bugs.freedesktop.org/show_bug.cgi?id=110622 Participating hosts (53 -> 45) ------------------------------ Missing (8): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus fi-snb-2600 Build changes ------------- * Linux: CI_DRM_6121 -> Patchwork_13069 CI_DRM_6121: 0a029524f22ca287ec7e515edc1258e7f806750c @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5003: 54e6d651d1122dfb6578b8179f782d335fe15864 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_13069: dd62a8270701ef7958312d0bf4759afe6648da23 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == dd62a8270701 drm/i915: remove duplicate typedef for intel_wakeref_t == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/ _______________________________________________ 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: remove duplicate typedef for intel_wakeref_t 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula ` (2 preceding siblings ...) 2019-05-22 15:59 ` ✓ Fi.CI.BAT: success " Patchwork @ 2019-05-22 19:57 ` Nathan Chancellor 2019-05-23 12:49 ` Jani Nikula 2019-05-23 11:50 ` ✓ Fi.CI.IGT: success for " Patchwork 4 siblings, 1 reply; 7+ messages in thread From: Nathan Chancellor @ 2019-05-22 19:57 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx On Wed, May 22, 2019 at 01:35:05PM +0300, Jani Nikula wrote: > Fix the duplicate typedef for intel_wakeref_t leading to Clang build > issues. While at it, actually make the intel_runtime_pm.h header > self-contained, which was claimed in the commit being fixed. > > Reported-by: Nathan Chancellor <natechancellor@gmail.com> > Cc: Nathan Chancellor <natechancellor@gmail.com> > Cc: Chris Wilson <chris@chris-wilson.co.uk> > References: http://mid.mail-archive.com/20190521183850.GA9157@archlinux-epyc > References: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/201754420#L2435 > Fixes: 0d5adc5f2f01 ("drm/i915: extract intel_runtime_pm.h from intel_drv.h") > Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Tested-by: Nathan Chancellor <natechancellor@gmail.com> > --- > drivers/gpu/drm/i915/Makefile.header-test | 1 + > drivers/gpu/drm/i915/intel_runtime_pm.h | 8 +++++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/Makefile.header-test b/drivers/gpu/drm/i915/Makefile.header-test > index 2ca4a5f..3a9663 100644 > --- a/drivers/gpu/drm/i915/Makefile.header-test > +++ b/drivers/gpu/drm/i915/Makefile.header-test > @@ -55,6 +55,7 @@ header_test := \ > intel_pm.h \ > intel_psr.h \ > intel_quirks.h \ > + intel_runtime_pm.h \ > intel_sdvo.h \ > intel_sideband.h \ > intel_sprite.h \ > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h > index b964ca..0a4c4b 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.h > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h > @@ -6,12 +6,14 @@ > #ifndef __INTEL_RUNTIME_PM_H__ > #define __INTEL_RUNTIME_PM_H__ > > -#include <linux/stackdepot.h> > #include <linux/types.h> > > -struct drm_i915_private; > +#include "intel_display.h" > +#include "intel_wakeref.h" > > -typedef depot_stack_handle_t intel_wakeref_t; > +struct drm_i915_private; > +struct drm_printer; > +struct intel_encoder; > > enum i915_drm_suspend_mode { > I915_DRM_SUSPEND_IDLE, > -- > 2.20.1 > _______________________________________________ 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: remove duplicate typedef for intel_wakeref_t 2019-05-22 19:57 ` [PATCH] " Nathan Chancellor @ 2019-05-23 12:49 ` Jani Nikula 0 siblings, 0 replies; 7+ messages in thread From: Jani Nikula @ 2019-05-23 12:49 UTC (permalink / raw) To: Nathan Chancellor; +Cc: intel-gfx On Wed, 22 May 2019, Nathan Chancellor <natechancellor@gmail.com> wrote: > On Wed, May 22, 2019 at 01:35:05PM +0300, Jani Nikula wrote: >> Fix the duplicate typedef for intel_wakeref_t leading to Clang build >> issues. While at it, actually make the intel_runtime_pm.h header >> self-contained, which was claimed in the commit being fixed. >> >> Reported-by: Nathan Chancellor <natechancellor@gmail.com> >> Cc: Nathan Chancellor <natechancellor@gmail.com> >> Cc: Chris Wilson <chris@chris-wilson.co.uk> >> References: http://mid.mail-archive.com/20190521183850.GA9157@archlinux-epyc >> References: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/201754420#L2435 >> Fixes: 0d5adc5f2f01 ("drm/i915: extract intel_runtime_pm.h from intel_drv.h") >> Signed-off-by: Jani Nikula <jani.nikula@intel.com> > > Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> > Tested-by: Nathan Chancellor <natechancellor@gmail.com> Pushed to dinq, thanks for the reviews and testing. BR, Jani. > >> --- >> drivers/gpu/drm/i915/Makefile.header-test | 1 + >> drivers/gpu/drm/i915/intel_runtime_pm.h | 8 +++++--- >> 2 files changed, 6 insertions(+), 3 deletions(-) >> >> diff --git a/drivers/gpu/drm/i915/Makefile.header-test b/drivers/gpu/drm/i915/Makefile.header-test >> index 2ca4a5f..3a9663 100644 >> --- a/drivers/gpu/drm/i915/Makefile.header-test >> +++ b/drivers/gpu/drm/i915/Makefile.header-test >> @@ -55,6 +55,7 @@ header_test := \ >> intel_pm.h \ >> intel_psr.h \ >> intel_quirks.h \ >> + intel_runtime_pm.h \ >> intel_sdvo.h \ >> intel_sideband.h \ >> intel_sprite.h \ >> diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h >> index b964ca..0a4c4b 100644 >> --- a/drivers/gpu/drm/i915/intel_runtime_pm.h >> +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h >> @@ -6,12 +6,14 @@ >> #ifndef __INTEL_RUNTIME_PM_H__ >> #define __INTEL_RUNTIME_PM_H__ >> >> -#include <linux/stackdepot.h> >> #include <linux/types.h> >> >> -struct drm_i915_private; >> +#include "intel_display.h" >> +#include "intel_wakeref.h" >> >> -typedef depot_stack_handle_t intel_wakeref_t; >> +struct drm_i915_private; >> +struct drm_printer; >> +struct intel_encoder; >> >> enum i915_drm_suspend_mode { >> I915_DRM_SUSPEND_IDLE, >> -- >> 2.20.1 >> -- 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] 7+ messages in thread
* ✓ Fi.CI.IGT: success for drm/i915: remove duplicate typedef for intel_wakeref_t 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula ` (3 preceding siblings ...) 2019-05-22 19:57 ` [PATCH] " Nathan Chancellor @ 2019-05-23 11:50 ` Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2019-05-23 11:50 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx == Series Details == Series: drm/i915: remove duplicate typedef for intel_wakeref_t URL : https://patchwork.freedesktop.org/series/60955/ State : success == Summary == CI Bug Log - changes from CI_DRM_6121_full -> Patchwork_13069_full ==================================================== Summary ------- **SUCCESS** No regressions found. Known issues ------------ Here are the changes found in Patchwork_13069_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rpm@pm-tiling: - shard-skl: [PASS][1] -> [INCOMPLETE][2] ([fdo#107807]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl4/igt@i915_pm_rpm@pm-tiling.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl3/igt@i915_pm_rpm@pm-tiling.html * igt@i915_suspend@debugfs-reader: - shard-apl: [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +5 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl7/igt@i915_suspend@debugfs-reader.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl3/igt@i915_suspend@debugfs-reader.html * igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-ytiled: - shard-skl: [PASS][5] -> [FAIL][6] ([fdo#103184] / [fdo#103232]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl7/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-ytiled.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl7/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-ytiled.html * igt@kms_flip@flip-vs-suspend: - shard-hsw: [PASS][7] -> [INCOMPLETE][8] ([fdo#103540]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-hsw7/igt@kms_flip@flip-vs-suspend.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-hsw1/igt@kms_flip@flip-vs-suspend.html - shard-skl: [PASS][9] -> [INCOMPLETE][10] ([fdo#109507]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl6/igt@kms_flip@flip-vs-suspend.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl10/igt@kms_flip@flip-vs-suspend.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes: - shard-skl: [PASS][11] -> [INCOMPLETE][12] ([fdo#104108]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl7/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl7/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: - shard-skl: [PASS][13] -> [FAIL][14] ([fdo#108145]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl5/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html * igt@kms_plane_multiple@atomic-pipe-b-tiling-none: - shard-snb: [PASS][15] -> [SKIP][16] ([fdo#109271]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-snb5/igt@kms_plane_multiple@atomic-pipe-b-tiling-none.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-snb6/igt@kms_plane_multiple@atomic-pipe-b-tiling-none.html * igt@kms_setmode@basic: - shard-apl: [PASS][17] -> [FAIL][18] ([fdo#99912]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl4/igt@kms_setmode@basic.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl8/igt@kms_setmode@basic.html - shard-kbl: [PASS][19] -> [FAIL][20] ([fdo#99912]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-kbl4/igt@kms_setmode@basic.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-kbl7/igt@kms_setmode@basic.html #### Possible fixes #### * igt@kms_draw_crc@draw-method-rgb565-render-xtiled: - shard-skl: [FAIL][21] ([fdo#103184] / [fdo#103232]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl3/igt@kms_draw_crc@draw-method-rgb565-render-xtiled.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl5/igt@kms_draw_crc@draw-method-rgb565-render-xtiled.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-skl: [FAIL][23] ([fdo#105363]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_lease@lease-uevent: - shard-apl: [DMESG-WARN][25] ([fdo#103558] / [fdo#105602]) -> [PASS][26] +10 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl6/igt@kms_lease@lease-uevent.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl7/igt@kms_lease@lease-uevent.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b: - shard-skl: [INCOMPLETE][27] ([fdo#104108]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl9/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-apl: [DMESG-WARN][29] ([fdo#108566]) -> [PASS][30] +4 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html #### Warnings #### * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-skl: [INCOMPLETE][31] ([fdo#107807]) -> [SKIP][32] ([fdo#109271]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-skl6/igt@i915_pm_rpm@modeset-pc8-residency-stress.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-skl10/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@kms_busy@extended-modeset-hang-oldfb-render-d: - shard-apl: [SKIP][33] ([fdo#105602] / [fdo#109271] / [fdo#109278]) -> [SKIP][34] ([fdo#109271] / [fdo#109278]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl6/igt@kms_busy@extended-modeset-hang-oldfb-render-d.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl7/igt@kms_busy@extended-modeset-hang-oldfb-render-d.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-apl: [SKIP][35] ([fdo#105602] / [fdo#109271]) -> [SKIP][36] ([fdo#109271]) +3 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-apl6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-apl7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm: - shard-snb: [SKIP][37] ([fdo#109271] / [fdo#109278]) -> [SKIP][38] ([fdo#109271]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6121/shard-snb5/igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13069/shard-snb6/igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103184]: https://bugs.freedesktop.org/show_bug.cgi?id=103184 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540 [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558 [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108 [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602 [fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109507]: https://bugs.freedesktop.org/show_bug.cgi?id=109507 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-iclb Build changes ------------- * Linux: CI_DRM_6121 -> Patchwork_13069 CI_DRM_6121: 0a029524f22ca287ec7e515edc1258e7f806750c @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5003: 54e6d651d1122dfb6578b8179f782d335fe15864 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_13069: dd62a8270701ef7958312d0bf4759afe6648da23 @ 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_13069/ _______________________________________________ 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
end of thread, other threads:[~2019-05-23 12:46 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-05-22 10:35 [PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t Jani Nikula 2019-05-22 10:41 ` Chris Wilson 2019-05-22 15:35 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2019-05-22 15:59 ` ✓ Fi.CI.BAT: success " Patchwork 2019-05-22 19:57 ` [PATCH] " Nathan Chancellor 2019-05-23 12:49 ` Jani Nikula 2019-05-23 11:50 ` ✓ Fi.CI.IGT: success for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).