drm/i915: Make GEM errors non-fatal by default
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 14 Jan 2021 11:34:34 +0000 (11:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Jan 2021 11:54:44 +0000 (11:54 +0000)
commit03c62d886dd6d3dfebf59d385a37245fe667fe90
tree43e720802d2dc739c0f7828bcff6c837f987ba5c
parent4f86975f539d2b066d2b0854a23cf25c4565c0b7
drm/i915: Make GEM errors non-fatal by default

While immensely convenient for developing to only tackle the first
error, and not be flooded by repeated or secondiary issues, many more
casual testers are not setup to remotely capture debug traces. For those
testers, it is more beneficial to keep the system running in the remote
chance that they are able to extract the original debug logs.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210114113434.8229-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Kconfig.debug
drivers/gpu/drm/i915/i915_gem.h