https://bugs.freedesktop.org/show_bug.cgi?id=107377
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- QA Contact|intel-gfx-bugs@lists.freede | |sktop.org | Resolution|--- |FIXED Status|NEW |RESOLVED Component|DRM/Intel |IGT Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop |sktop.org |.org
--- Comment #1 from Chris Wilson chris@chris-wilson.co.uk --- The gpu was never the same after the hang in kms_draw_crc, and it ended up being declared wedged when a reset failed shortly after in perf.
commit 3806547319038879f1c7939671b9e35937f0cae6 Author: Chris Wilson chris@chris-wilson.co.uk Date: Thu Jul 12 16:22:51 2018 +0100
igt/gem_gpgpu_fill: Check for GEM before use
As we need GEM and the GPU to do a GPGPU fill, we should check that it is operable before using -- skipping rather than failing when the device is wedged.
Signed-off-by: Chris Wilson chris@chris-wilson.co.uk Reviewed-by: Ville Syrjälä ville.syrjala@linux.intel.com
dri-devel@lists.freedesktop.org