]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6550376c33b283566999719506b75edca3008d6c
tree43e720802d2dc739c0f7828bcff6c837f987ba5c
parent78c28844ad968bece6c4b7401e24f9e384f7e863
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