https://bugs.freedesktop.org/show_bug.cgi?id=109493
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #5 from Chris Wilson chris@chris-wilson.co.uk --- commit 4049adf01014af077df2174def4fadf7cecb066e (HEAD, upstream/master) Author: Chris Wilson chris@chris-wilson.co.uk Date: Wed Jan 30 16:18:58 2019 +0000
i915/gem_cpu_reloc: Do the can-store-dword check at start
igt doesn't handle skipping from inside igt_fork very gracefully and crashes instead of reporting the lack of requirements. One solution would be to fix igt, but far easier is to just move the requirement checking around to do it before we even fork.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109493 Signed-off-by: Chris Wilson chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin tvrtko.ursulin@intel.com
dri-devel@lists.freedesktop.org