| Summary: | [CI][BAT] igt@gem_tiled_pread_basic - fail - Failed assertion: expected == found | ||
|---|---|---|---|
| Product: | DRI | Reporter: | Lakshmi <lakshminarayana.vudum> |
| Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
| Severity: | normal | ||
| Priority: | highest | CC: | intel-gfx-bugs |
| Version: | DRI git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | ReadyForDev | ||
| i915 platform: | BSW/CHT, G33, ILK | i915 features: | GEM/Other |
|
Description
Lakshmi
2019-03-25 09:20:06 UTC
commit 3d325bb211d8cd84c6862c9945185a937395cb44 (upstream/master, origin/master, origin/HEAD) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Mar 24 14:11:16 2019 +0000 i915: Mark up some forgotten set-domain It is the user's responsibility to manage their domains. In libdrm, when you mmap a pointer, it calls set-domain automatically, but igt requires the caller to manage it explicitly, so do so. The vast majority already do correct manage the domain as they use the pointer into the mmap, just a few have been missed over the years. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> The CI Bug Log issue associated to this bug has been updated. ### New filters associated * BLB ILK BSW: igt@gem_tiled_pread_basic - fail - Failed assertion: expected == found - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5797/fi-ilk-650/igt@gem_tiled_pread_basic.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5799/fi-blb-e6850/igt@gem_tiled_pread_basic.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5802/fi-bsw-n3050/igt@gem_tiled_pread_basic.html - https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4901/fi-blb-e6850/igt@gem_tiled_pread_basic.html (In reply to Chris Wilson from comment #1) > commit 3d325bb211d8cd84c6862c9945185a937395cb44 (upstream/master, > origin/master, origin/HEAD) > Author: Chris Wilson <chris@chris-wilson.co.uk> > Date: Sun Mar 24 14:11:16 2019 +0000 > > i915: Mark up some forgotten set-domain > > It is the user's responsibility to manage their domains. In libdrm, when > you mmap a pointer, it calls set-domain automatically, but igt requires > the caller to manage it explicitly, so do so. The vast majority already > do correct manage the domain as they use the pointer into the mmap, just > a few have been missed over the years. > > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Thanks, seems to have fixed the issue! The CI Bug Log issue associated to this bug has been archived. New failures matching the above filters will not be associated to this bug anymore. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.