commit | dda960335e020835f7f1c12760e7f0b525b451e2 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Oct 03 13:45:14 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Oct 03 20:59:54 2016 +0100 |
tree | 7386d2cb09b4280f719e50059cad6a76ecbfdddb | |
parent | 7f60e200e254cd53ad1bd74a56bdd23e813ac4b7 [diff] |
drm/i915: Just clear the mmiodebug before a register access When we enable the per-register access mmiodebug, it is to detect which access is illegal. Reporting on earlier untraced access outside of the mmiodebug does not help debugging (as the suspicion is immediately put upon the current register which is not at fault)! References: https://bugs.freedesktop.org/show_bug.cgi?id=97985 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Cc: stable@vger.kernel.org Link: http://patchwork.freedesktop.org/patch/msgid/20161003124516.12388-1-chris@chris-wilson.co.uk