OSDN Git Service

drm/i915: Make default value for i915.mmio_debug a compile time option
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 May 2019 12:13:11 +0000 (13:13 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 31 May 2019 09:47:02 +0000 (10:47 +0100)
commit1fbf9d81429af2a7333b72877cc01af1a7612d35
tree69e637707f277f98b6a9843ea99ab06e5568ed55
parentf2d1315895ca5a4747abd3f6ece66fc25613405a
drm/i915: Make default value for i915.mmio_debug a compile time option

The normal behaviour is to periodically check for a mmio access error,
and once detected enable mmio access checking. However this is useless
if the error only occurs once during module load, and so we may miss
such errors in CI. To allow ourselves to catch them, allow CI to opt into
always enabling mmio debugging.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190530121311.6794-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Kconfig.debug
drivers/gpu/drm/i915/i915_params.h