* [PATCH v2] drm/i915/gt: Report full vm address range
@ 2024-03-21 15:17 Andi Shyti
2024-03-21 21:35 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev3) Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Andi Shyti @ 2024-03-21 15:17 UTC (permalink / raw)
To: intel-gfx, dri-devel
Cc: Andi Shyti, Andi Shyti, Andrzej Hajda, Chris Wilson,
Lionel Landwerlin, Michal Mrozek, Nirmoy Das, stable
Commit 9bb66c179f50 ("drm/i915: Reserve some kernel space per
vm") has reserved an object for kernel space usage.
Userspace, though, needs to know the full address range.
In the former patch the reserved space was substructed from the
total amount of the VM space. Add it back when the user requests
the GTT size through ioctl (I915_CONTEXT_PARAM_GTT_SIZE).
Fixes: 9bb66c179f50 ("drm/i915: Reserve some kernel space per vm")
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Chris Wilson <chris.p.wilson@linux.intel.com>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Michal Mrozek <michal.mrozek@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Cc: <stable@vger.kernel.org> # v6.2+
Acked-by: Michal Mrozek <michal.mrozek@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
Hi,
Just proposing a different implementation that doesn't affect
i915 internally but provides the same result. Instead of not
substracting the space during the reservation, I add it back
during the ioctl call.
All the "vm->rsvd.vma->node.size" looks a bit ugly, but that's
how it is. Maybe a comment can help to understand better why
there is this addition.
I kept the Ack from Michal and Lionel, because the outcome from
userspace perspactive doesn't really change.
Andi
drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c b/drivers/gpu/drm/i915/gem/i915_gem_context.c
index 81f65cab1330..60d9e7fe33b3 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_context.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_context.c
@@ -2454,7 +2454,7 @@ int i915_gem_context_getparam_ioctl(struct drm_device *dev, void *data,
case I915_CONTEXT_PARAM_GTT_SIZE:
args->size = 0;
vm = i915_gem_context_get_eb_vm(ctx);
- args->value = vm->total;
+ args->value = vm->total + vm->rsvd.vma->node.size;
i915_vm_put(vm);
break;
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev3) 2024-03-21 15:17 [PATCH v2] drm/i915/gt: Report full vm address range Andi Shyti @ 2024-03-21 21:35 ` Patchwork 2024-03-21 22:11 ` [PATCH v2] drm/i915/gt: Report full vm address range Nirmoy Das ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-03-21 21:35 UTC (permalink / raw) To: Andi Shyti; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 7221 bytes --] == Series Details == Series: drm/i915/gt: Report full vm address range (rev3) URL : https://patchwork.freedesktop.org/series/131095/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14464 -> Patchwork_131095v3 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_131095v3 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_131095v3, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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/Patchwork_131095v3/index.html Participating hosts (40 -> 37) ------------------------------ Missing (3): bat-dg1-7 bat-kbl-2 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_131095v3: ### IGT changes ### #### Possible regressions #### * igt@gem_busy@busy@all-engines: - fi-pnv-d510: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-pnv-d510/igt@gem_busy@busy@all-engines.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-pnv-d510/igt@gem_busy@busy@all-engines.html - fi-ivb-3770: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-ivb-3770/igt@gem_busy@busy@all-engines.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-ivb-3770/igt@gem_busy@busy@all-engines.html - fi-elk-e7500: [PASS][5] -> [ABORT][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-elk-e7500/igt@gem_busy@busy@all-engines.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-elk-e7500/igt@gem_busy@busy@all-engines.html - fi-ilk-650: [PASS][7] -> [ABORT][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-ilk-650/igt@gem_busy@busy@all-engines.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-ilk-650/igt@gem_busy@busy@all-engines.html * igt@gem_softpin@allocator-basic: - bat-dg2-11: [PASS][9] -> [FAIL][10] +3 other tests fail [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-11/igt@gem_softpin@allocator-basic.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-11/igt@gem_softpin@allocator-basic.html - bat-dg2-14: [PASS][11] -> [FAIL][12] +3 other tests fail [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-14/igt@gem_softpin@allocator-basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-14/igt@gem_softpin@allocator-basic.html * igt@gem_softpin@allocator-basic-reserve: - bat-atsm-1: [PASS][13] -> [FAIL][14] +2 other tests fail [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-atsm-1/igt@gem_softpin@allocator-basic-reserve.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-atsm-1/igt@gem_softpin@allocator-basic-reserve.html - bat-dg2-9: [PASS][15] -> [FAIL][16] +2 other tests fail [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-9/igt@gem_softpin@allocator-basic-reserve.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-9/igt@gem_softpin@allocator-basic-reserve.html - bat-dg2-8: [PASS][17] -> [FAIL][18] +2 other tests fail [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html Known issues ------------ Here are the changes found in Patchwork_131095v3 that come from known issues: ### CI changes ### #### Issues hit #### * boot: - fi-apl-guc: [PASS][19] -> [FAIL][20] ([i915#8293]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-apl-guc/boot.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-apl-guc/boot.html ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][21] -> [ABORT][22] ([i915#9662]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-bsw-nick/igt@i915_selftest@live@execlists.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@hangcheck: - bat-rpls-3: [PASS][23] -> [DMESG-WARN][24] ([i915#5591]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-rpls-3/igt@i915_selftest@live@hangcheck.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-rpls-3/igt@i915_selftest@live@hangcheck.html * igt@kms_force_connector_basic@force-edid: - bat-dg2-8: [PASS][25] -> [INCOMPLETE][26] ([i915#10419]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-8/igt@kms_force_connector_basic@force-edid.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-8/igt@kms_force_connector_basic@force-edid.html * igt@vgem_basic@unload: - fi-kbl-8809g: [PASS][27] -> [INCOMPLETE][28] ([i915#10454]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/fi-kbl-8809g/igt@vgem_basic@unload.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/fi-kbl-8809g/igt@vgem_basic@unload.html #### Possible fixes #### * igt@i915_selftest@live@gt_mocs: - bat-dg2-14: [ABORT][29] ([i915#10366]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14464/bat-dg2-14/igt@i915_selftest@live@gt_mocs.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/bat-dg2-14/igt@i915_selftest@live@gt_mocs.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366 [i915#10419]: https://gitlab.freedesktop.org/drm/intel/issues/10419 [i915#10436]: https://gitlab.freedesktop.org/drm/intel/issues/10436 [i915#10454]: https://gitlab.freedesktop.org/drm/intel/issues/10454 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#8293]: https://gitlab.freedesktop.org/drm/intel/issues/8293 [i915#9662]: https://gitlab.freedesktop.org/drm/intel/issues/9662 Build changes ------------- * Linux: CI_DRM_14464 -> Patchwork_131095v3 CI-20190529: 20190529 CI_DRM_14464: ad4a10c6d0e21df4bd830c20c96b795ae2d03962 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7775: 0ee4074685c1e184f2d3612ea6eb4d126f9a2e23 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_131095v3: ad4a10c6d0e21df4bd830c20c96b795ae2d03962 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits eb2a2af7958c drm/i915/gt: Report full vm address range == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v3/index.html [-- Attachment #2: Type: text/html, Size: 8020 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] drm/i915/gt: Report full vm address range 2024-03-21 15:17 [PATCH v2] drm/i915/gt: Report full vm address range Andi Shyti 2024-03-21 21:35 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev3) Patchwork @ 2024-03-21 22:11 ` Nirmoy Das 2024-03-22 4:05 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev4) Patchwork 2024-03-27 10:38 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev5) Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Nirmoy Das @ 2024-03-21 22:11 UTC (permalink / raw) To: Andi Shyti, intel-gfx, dri-devel Cc: Andi Shyti, Andrzej Hajda, Chris Wilson, Lionel Landwerlin, Michal Mrozek, Nirmoy Das, stable Hi Andi, On 3/21/2024 4:17 PM, Andi Shyti wrote: > Commit 9bb66c179f50 ("drm/i915: Reserve some kernel space per > vm") has reserved an object for kernel space usage. > > Userspace, though, needs to know the full address range. > > In the former patch the reserved space was substructed from the > total amount of the VM space. Add it back when the user requests > the GTT size through ioctl (I915_CONTEXT_PARAM_GTT_SIZE). > > Fixes: 9bb66c179f50 ("drm/i915: Reserve some kernel space per vm") > Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> > Cc: Andrzej Hajda <andrzej.hajda@intel.com> > Cc: Chris Wilson <chris.p.wilson@linux.intel.com> > Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com> > Cc: Michal Mrozek <michal.mrozek@intel.com> > Cc: Nirmoy Das <nirmoy.das@intel.com> > Cc: <stable@vger.kernel.org> # v6.2+ > Acked-by: Michal Mrozek <michal.mrozek@intel.com> > Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> > --- > Hi, > > Just proposing a different implementation that doesn't affect > i915 internally but provides the same result. Instead of not > substracting the space during the reservation, I add it back > during the ioctl call. > > All the "vm->rsvd.vma->node.size" looks a bit ugly, Yes, this need document and also vm->total should be vm->total and may be we should have vm->usable which will be used by kernel internal and return vm->total. For me, I am fine with the kernel change as long as UMD is aware/fine of side-effect if UMD ended up using the reserved page. Basically we need to document this well :) Also may be we should limit this reserving page only on platform where it is required ? Regards, Nirmoy > but that's > how it is. Maybe a comment can help to understand better why > there is this addition. > > I kept the Ack from Michal and Lionel, because the outcome from > userspace perspactive doesn't really change. > > Andi > > drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c b/drivers/gpu/drm/i915/gem/i915_gem_context.c > index 81f65cab1330..60d9e7fe33b3 100644 > --- a/drivers/gpu/drm/i915/gem/i915_gem_context.c > +++ b/drivers/gpu/drm/i915/gem/i915_gem_context.c > @@ -2454,7 +2454,7 @@ int i915_gem_context_getparam_ioctl(struct drm_device *dev, void *data, > case I915_CONTEXT_PARAM_GTT_SIZE: > args->size = 0; > vm = i915_gem_context_get_eb_vm(ctx); > - args->value = vm->total; > + args->value = vm->total + vm->rsvd.vma->node.size; > i915_vm_put(vm); > > break; ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev4) 2024-03-21 15:17 [PATCH v2] drm/i915/gt: Report full vm address range Andi Shyti 2024-03-21 21:35 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev3) Patchwork 2024-03-21 22:11 ` [PATCH v2] drm/i915/gt: Report full vm address range Nirmoy Das @ 2024-03-22 4:05 ` Patchwork 2024-03-27 10:38 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev5) Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-03-22 4:05 UTC (permalink / raw) To: Andi Shyti; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 12448 bytes --] == Series Details == Series: drm/i915/gt: Report full vm address range (rev4) URL : https://patchwork.freedesktop.org/series/131095/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14465 -> Patchwork_131095v4 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_131095v4 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_131095v4, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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/Patchwork_131095v4/index.html Participating hosts (36 -> 37) ------------------------------ Additional (3): fi-glk-j4005 bat-atsm-1 fi-kbl-8809g Missing (2): bat-dg2-11 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_131095v4: ### IGT changes ### #### Possible regressions #### * igt@gem_busy@busy@all-engines: - fi-pnv-d510: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/fi-pnv-d510/igt@gem_busy@busy@all-engines.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-pnv-d510/igt@gem_busy@busy@all-engines.html - fi-ilk-650: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/fi-ilk-650/igt@gem_busy@busy@all-engines.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-ilk-650/igt@gem_busy@busy@all-engines.html - fi-ivb-3770: [PASS][5] -> [ABORT][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/fi-ivb-3770/igt@gem_busy@busy@all-engines.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-ivb-3770/igt@gem_busy@busy@all-engines.html - fi-elk-e7500: [PASS][7] -> [ABORT][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/fi-elk-e7500/igt@gem_busy@busy@all-engines.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-elk-e7500/igt@gem_busy@busy@all-engines.html * igt@gem_render_linear_blits@basic: - bat-dg2-9: [PASS][9] -> [FAIL][10] +2 other tests fail [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/bat-dg2-9/igt@gem_render_linear_blits@basic.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-dg2-9/igt@gem_render_linear_blits@basic.html * igt@gem_softpin@allocator-basic: - bat-dg2-14: [PASS][11] -> [FAIL][12] +3 other tests fail [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/bat-dg2-14/igt@gem_softpin@allocator-basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-dg2-14/igt@gem_softpin@allocator-basic.html * igt@gem_softpin@allocator-basic-reserve: - bat-atsm-1: NOTRUN -> [FAIL][13] +2 other tests fail [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@gem_softpin@allocator-basic-reserve.html - bat-dg2-8: [PASS][14] -> [FAIL][15] +2 other tests fail [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html Known issues ------------ Here are the changes found in Patchwork_131095v4 that come from known issues: ### CI changes ### #### Possible fixes #### * boot: - fi-apl-guc: [FAIL][16] ([i915#8293]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/fi-apl-guc/boot.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-apl-guc/boot.html ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - fi-kbl-8809g: NOTRUN -> [DMESG-WARN][18] ([i915#10462]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@core_hotunplug@unbind-rebind.html * igt@fbdev@info: - fi-kbl-8809g: NOTRUN -> [SKIP][19] ([i915#1849]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-kbl-8809g: NOTRUN -> [SKIP][20] ([i915#2190]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html - fi-glk-j4005: NOTRUN -> [SKIP][21] ([i915#2190]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-apl-guc: NOTRUN -> [SKIP][22] ([i915#4613]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-apl-guc/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-glk-j4005: NOTRUN -> [SKIP][23] ([i915#4613]) +3 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html - fi-kbl-8809g: NOTRUN -> [SKIP][24] ([i915#4613]) +3 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_mmap@basic: - bat-atsm-1: NOTRUN -> [SKIP][25] ([i915#4083]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@gem_mmap@basic.html * igt@gem_render_tiled_blits@basic: - bat-atsm-1: NOTRUN -> [SKIP][26] ([i915#4079]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_fence_blits@basic: - bat-atsm-1: NOTRUN -> [SKIP][27] ([i915#4077]) +4 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@gem_tiled_fence_blits@basic.html * igt@i915_pm_rps@basic-api: - bat-atsm-1: NOTRUN -> [SKIP][28] ([i915#6621]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@bad-pitch-65536: - fi-kbl-8809g: NOTRUN -> [FAIL][29] ([i915#10457]) +1 other test fail [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_addfb_basic@bad-pitch-65536.html * igt@kms_addfb_basic@size-max: - bat-atsm-1: NOTRUN -> [SKIP][30] ([i915#6077]) +37 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_addfb_basic@size-max.html * igt@kms_addfb_basic@too-high: - fi-kbl-8809g: NOTRUN -> [FAIL][31] ([i915#10455]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_addfb_basic@too-high.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-atsm-1: NOTRUN -> [SKIP][32] ([i915#6078]) +22 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_dsc@dsc-basic: - fi-kbl-8809g: NOTRUN -> [SKIP][33] +58 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-edid: - fi-kbl-8809g: NOTRUN -> [DMESG-FAIL][34] ([i915#10454]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_force_connector_basic@force-edid.html * igt@kms_force_connector_basic@force-load-detect: - bat-atsm-1: NOTRUN -> [SKIP][35] ([i915#6093]) +4 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - fi-kbl-8809g: NOTRUN -> [DMESG-WARN][36] ([i915#10454]) +1 other test dmesg-warn [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_hdmi_inject@inject-audio: - fi-apl-guc: NOTRUN -> [SKIP][37] +17 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-apl-guc/igt@kms_hdmi_inject@inject-audio.html - fi-kbl-8809g: NOTRUN -> [FAIL][38] ([IGT#3]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-kbl-8809g/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence: - bat-atsm-1: NOTRUN -> [SKIP][39] ([i915#1836]) +6 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html * igt@kms_prop_blob@basic: - bat-atsm-1: NOTRUN -> [SKIP][40] ([i915#7357]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_prop_blob@basic.html * igt@kms_psr@psr-primary-page-flip: - fi-glk-j4005: NOTRUN -> [SKIP][41] +10 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html * igt@kms_setmode@basic-clone-single-crtc: - bat-atsm-1: NOTRUN -> [SKIP][42] ([i915#6094]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-write: - bat-atsm-1: NOTRUN -> [SKIP][43] +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-atsm-1/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - bat-rpls-3: [DMESG-WARN][44] ([i915#5591]) -> [PASS][45] [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/bat-rpls-3/igt@i915_selftest@live@hangcheck.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-rpls-3/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@reset: - bat-dg2-14: [ABORT][46] ([i915#10366]) -> [PASS][47] [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14465/bat-dg2-14/igt@i915_selftest@live@reset.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/bat-dg2-14/igt@i915_selftest@live@reset.html [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366 [i915#10454]: https://gitlab.freedesktop.org/drm/intel/issues/10454 [i915#10455]: https://gitlab.freedesktop.org/drm/intel/issues/10455 [i915#10457]: https://gitlab.freedesktop.org/drm/intel/issues/10457 [i915#10462]: https://gitlab.freedesktop.org/drm/intel/issues/10462 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077 [i915#6078]: https://gitlab.freedesktop.org/drm/intel/issues/6078 [i915#6093]: https://gitlab.freedesktop.org/drm/intel/issues/6093 [i915#6094]: https://gitlab.freedesktop.org/drm/intel/issues/6094 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#7357]: https://gitlab.freedesktop.org/drm/intel/issues/7357 [i915#8293]: https://gitlab.freedesktop.org/drm/intel/issues/8293 Build changes ------------- * Linux: CI_DRM_14465 -> Patchwork_131095v4 CI-20190529: 20190529 CI_DRM_14465: 198e9d7559f7aa6daadd6a395315b7e88f70083b @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7776: 7776 Patchwork_131095v4: 198e9d7559f7aa6daadd6a395315b7e88f70083b @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits cbc04ef99918 drm/i915/gt: Report full vm address range == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v4/index.html [-- Attachment #2: Type: text/html, Size: 14159 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev5) 2024-03-21 15:17 [PATCH v2] drm/i915/gt: Report full vm address range Andi Shyti ` (2 preceding siblings ...) 2024-03-22 4:05 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev4) Patchwork @ 2024-03-27 10:38 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-03-27 10:38 UTC (permalink / raw) To: Andi Shyti; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 5051 bytes --] == Series Details == Series: drm/i915/gt: Report full vm address range (rev5) URL : https://patchwork.freedesktop.org/series/131095/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14489 -> Patchwork_131095v5 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_131095v5 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_131095v5, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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/Patchwork_131095v5/index.html Participating hosts (38 -> 35) ------------------------------ Additional (1): fi-blb-e6850 Missing (4): bat-arls-4 bat-kbl-2 fi-bsw-nick fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_131095v5: ### IGT changes ### #### Possible regressions #### * igt@gem_busy@busy@all-engines: - fi-blb-e6850: NOTRUN -> [ABORT][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-blb-e6850/igt@gem_busy@busy@all-engines.html - fi-pnv-d510: [PASS][2] -> [ABORT][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/fi-pnv-d510/igt@gem_busy@busy@all-engines.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-pnv-d510/igt@gem_busy@busy@all-engines.html - fi-ivb-3770: [PASS][4] -> [ABORT][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/fi-ivb-3770/igt@gem_busy@busy@all-engines.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-ivb-3770/igt@gem_busy@busy@all-engines.html - fi-elk-e7500: [PASS][6] -> [ABORT][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/fi-elk-e7500/igt@gem_busy@busy@all-engines.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-elk-e7500/igt@gem_busy@busy@all-engines.html - fi-ilk-650: [PASS][8] -> [ABORT][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/fi-ilk-650/igt@gem_busy@busy@all-engines.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-ilk-650/igt@gem_busy@busy@all-engines.html * igt@gem_softpin@allocator-basic: - bat-dg2-14: [PASS][10] -> [FAIL][11] +3 other tests fail [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/bat-dg2-14/igt@gem_softpin@allocator-basic.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/bat-dg2-14/igt@gem_softpin@allocator-basic.html * igt@gem_softpin@allocator-basic-reserve: - bat-atsm-1: [PASS][12] -> [FAIL][13] +2 other tests fail [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/bat-atsm-1/igt@gem_softpin@allocator-basic-reserve.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/bat-atsm-1/igt@gem_softpin@allocator-basic-reserve.html - bat-dg2-9: [PASS][14] -> [FAIL][15] +2 other tests fail [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/bat-dg2-9/igt@gem_softpin@allocator-basic-reserve.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/bat-dg2-9/igt@gem_softpin@allocator-basic-reserve.html - bat-dg2-8: [PASS][16] -> [FAIL][17] +2 other tests fail [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/bat-dg2-8/igt@gem_softpin@allocator-basic-reserve.html Known issues ------------ Here are the changes found in Patchwork_131095v5 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - fi-blb-e6850: NOTRUN -> [SKIP][18] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/fi-blb-e6850/igt@debugfs_test@basic-hwmon.html #### Possible fixes #### * igt@i915_selftest@live@ring_submission: - bat-dg2-14: [ABORT][19] ([i915#10366]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14489/bat-dg2-14/igt@i915_selftest@live@ring_submission.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/bat-dg2-14/igt@i915_selftest@live@ring_submission.html [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366 Build changes ------------- * Linux: CI_DRM_14489 -> Patchwork_131095v5 CI-20190529: 20190529 CI_DRM_14489: f9c56f1a03b5c35488671e4ffe61e28b12ffe163 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7785: 7785 Patchwork_131095v5: f9c56f1a03b5c35488671e4ffe61e28b12ffe163 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 65268abd84f6 drm/i915/gt: Report full vm address range == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_131095v5/index.html [-- Attachment #2: Type: text/html, Size: 5818 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-27 10:38 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-03-21 15:17 [PATCH v2] drm/i915/gt: Report full vm address range Andi Shyti 2024-03-21 21:35 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev3) Patchwork 2024-03-21 22:11 ` [PATCH v2] drm/i915/gt: Report full vm address range Nirmoy Das 2024-03-22 4:05 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev4) Patchwork 2024-03-27 10:38 ` ✗ Fi.CI.BAT: failure for drm/i915/gt: Report full vm address range (rev5) Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox