Summary: | [CI] igt@gem_tiled_fence_blits@normal - CRASH | ||
---|---|---|---|
Product: | DRI | Reporter: | Marta Löfstedt <marta.lofstedt> |
Component: | DRM/Intel | Assignee: | Marta Löfstedt <marta.lofstedt> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | BXT, KBL | i915 features: | GEM/Other |
Description
Marta Löfstedt
2018-01-17 07:18:14 UTC
test prints:Using 6143 1MiB buffers, i.e. count = 6143, however: "static void run_test (int fd, int count) { drm_intel_bo *bo[4096]; uint32_t bo_start_val[4096];" bo is pnly 4096. so first loop goes boom: " for (i = 0; i < count; i++) { bo[i] = create_bo(fd, start); " commit 319a1de94c363863d70b1ec8950d55894a903cbb (HEAD, upstream/master) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 11:45:30 2018 +0000 igt/gem_tiled_fence_blits: Allocate bo array As we allow more buffers to be allocated to fill larger apertures, we may exceed the static allocation of 4096 buffers. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104669 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Thanks Chris, I will close once the results are in. Fixed used from CI_DRM_3641/, test is green |
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.