* Re: [igt-dev] [RFC PATCH v2 1/3] tests/gem_exec_reloc: Don't filter out addresses on full PPGTT [not found] <20191023152917.647-1-janusz.krzysztofik@linux.intel.com> @ 2019-10-23 15:41 ` Chris Wilson 2019-10-23 16:23 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [RFC,v2,1/3] " Patchwork 1 sibling, 0 replies; 2+ messages in thread From: Chris Wilson @ 2019-10-23 15:41 UTC (permalink / raw) To: Janusz Krzysztofik, igt-dev; +Cc: intel-gfx Quoting Janusz Krzysztofik (2019-10-23 16:29:15) > Commit a355b2d6eb42 ("igt/gem_exec_reloc: Filter out unavailable > addresses for !ppgtt") introduced filtering of addresses possibly > occupied by other users of shared GTT. Unfortunately, that filtering > is unconditional, no matter if running on old shared GTT or not. When > running on full (non-aliasing) PPGTT, that may result in errors other > than those intended to be skipped over being silently ignored. > > Skip over unavailable addresses only when not running on full PPGTT. > > Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> > Cc: Chris Wilson <chris@chris-wilson.co.uk> > --- > tests/i915/gem_exec_reloc.c | 26 ++++++++++++++------------ > 1 file changed, 14 insertions(+), 12 deletions(-) > > diff --git a/tests/i915/gem_exec_reloc.c b/tests/i915/gem_exec_reloc.c > index fdd9661d..f7fc0ea7 100644 > --- a/tests/i915/gem_exec_reloc.c > +++ b/tests/i915/gem_exec_reloc.c > @@ -539,12 +539,13 @@ static void basic_range(int fd, unsigned flags) > obj[n].offset = (1ull << (i + 12)) - 4096; > obj[n].offset = gen8_canonical_address(obj[n].offset); > obj[n].flags = EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS; > - gem_write(fd, obj[n].handle, 0, &bbe, sizeof(bbe)); > - execbuf.buffers_ptr = to_user_pointer(&obj[n]); > - execbuf.buffer_count = 1; > - if (__gem_execbuf(fd, &execbuf)) > - continue; > - > + if (!gem_uses_full_ppgtt(fd)) { Oh boy, I can think of an [unmentionable] instance where this isn't true either. It should be true indeed unless the kernel is interfering with the user's GTT... -Chris _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 2+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [RFC,v2,1/3] tests/gem_exec_reloc: Don't filter out addresses on full PPGTT [not found] <20191023152917.647-1-janusz.krzysztofik@linux.intel.com> 2019-10-23 15:41 ` [igt-dev] [RFC PATCH v2 1/3] tests/gem_exec_reloc: Don't filter out addresses on full PPGTT Chris Wilson @ 2019-10-23 16:23 ` Patchwork 1 sibling, 0 replies; 2+ messages in thread From: Patchwork @ 2019-10-23 16:23 UTC (permalink / raw) To: Janusz Krzysztofik; +Cc: igt-dev == Series Details == Series: series starting with [RFC,v2,1/3] tests/gem_exec_reloc: Don't filter out addresses on full PPGTT URL : https://patchwork.freedesktop.org/series/68470/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7160 -> IGTPW_3598 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_3598 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_3598, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_3598: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live_requests: - fi-apl-guc: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-apl-guc/igt@i915_selftest@live_requests.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-apl-guc/igt@i915_selftest@live_requests.html Known issues ------------ Here are the changes found in IGTPW_3598 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_create@basic-files: - fi-bxt-dsi: [PASS][3] -> [INCOMPLETE][4] ([fdo#103927]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html * igt@i915_selftest@live_gem_contexts: - fi-cfl-8109u: [PASS][5] -> [DMESG-FAIL][6] ([fdo#112050 ]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html * igt@kms_busy@basic-flip-a: - fi-cml-u2: [PASS][7] -> [DMESG-WARN][8] ([fdo#105763]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-cml-u2/igt@kms_busy@basic-flip-a.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-cml-u2/igt@kms_busy@basic-flip-a.html #### Possible fixes #### * igt@gem_ctx_create@basic-files: - fi-icl-u3: [INCOMPLETE][9] ([fdo#107713] / [fdo#109100]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-icl-u3/igt@gem_ctx_create@basic-files.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-icl-u3/igt@gem_ctx_create@basic-files.html - {fi-icl-dsi}: [INCOMPLETE][11] ([fdo#107713] / [fdo#109100]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-icl-dsi/igt@gem_ctx_create@basic-files.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-icl-dsi/igt@gem_ctx_create@basic-files.html * igt@gem_sync@basic-all: - {fi-tgl-u}: [INCOMPLETE][13] ([fdo#111880]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-tgl-u/igt@gem_sync@basic-all.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-tgl-u/igt@gem_sync@basic-all.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: - fi-kbl-r: [INCOMPLETE][15] ([fdo#111975]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-kbl-r/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-kbl-r/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html #### Warnings #### * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: [FAIL][17] ([fdo#111407]) -> [FAIL][18] ([fdo#111045] / [fdo#111096]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7160/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100 [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045 [fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096 [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407 [fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735 [fdo#111880]: https://bugs.freedesktop.org/show_bug.cgi?id=111880 [fdo#111975]: https://bugs.freedesktop.org/show_bug.cgi?id=111975 [fdo#112050 ]: https://bugs.freedesktop.org/show_bug.cgi?id=112050 Participating hosts (52 -> 44) ------------------------------ Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-pnv-d510 fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5236 -> IGTPW_3598 CI-20190529: 20190529 CI_DRM_7160: e2d915784b11de34687d7047cc8f7d7f88491736 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3598: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/index.html IGT_5236: 8153b95b53bdef26d2c3e318197d174e982b4265 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3598/index.html _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-23 16:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20191023152917.647-1-janusz.krzysztofik@linux.intel.com>
2019-10-23 15:41 ` [igt-dev] [RFC PATCH v2 1/3] tests/gem_exec_reloc: Don't filter out addresses on full PPGTT Chris Wilson
2019-10-23 16:23 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [RFC,v2,1/3] " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox