]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Limit the auto arming of mmio debugs on vlv/chv
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Wed, 20 Jan 2016 10:32:23 +0000 (12:32 +0200)
committerMika Kuoppala <mika.kuoppala@intel.com>
Thu, 21 Jan 2016 09:52:45 +0000 (11:52 +0200)
commitf4e7bbdec2db8ee964af3c84a4a893cf1bce6a69
tree52414411348d552338824cf299a7180fc0c037df
parentc5214c9075f1abd562ed7b6c6410862c468c5c59
drm/i915: Limit the auto arming of mmio debugs on vlv/chv

The capability to detect unclaimed register access was
recently introduced for vlv/chv platforms. Apparently
there are plenty of unclaimed access on these platforms,
resulting in new dmesg warns. But as we are trying to form
a beachhead for CI/Bat, all new warns are adding to the
noise and thus not desirable at this point in time.

Make it so that if in these platforms the automatic arming
was responsible for mmio_debug enabling, ignore the warns.

If user/dev wants to fix these, he can still do so by
i915.mmio_debug=1234.

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1453285943-24614-1-git-send-email-mika.kuoppala@intel.com
drivers/gpu/drm/i915/intel_uncore.c