]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9e45f113892721c4493959f0fb2308b7f7ddc34
tree69e637707f277f98b6a9843ea99ab06e5568ed55
parentb227c5ac32545ddf8c978a2890389bad6f574475
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