]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/i915: Dial down workaround debug messages
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 4 Dec 2018 17:15:30 +0000 (17:15 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 4 Dec 2018 18:58:26 +0000 (18:58 +0000)
commit0819936247c5133593c971e7121661cc32477990
treebd97351c4d01ce0d2000ae5dc5615e1100409fea
parent8f98d4baf0ddd4b4efdd9db69467bad482ff59ab
drm/i915: Dial down workaround debug messages

For selftests like live_hangcheck, which does thousands of reset per
second, it is too verbose to log every time we re-apply the workarounds.

Remove those messages since, coupled with the dedicated selftest, it is
sufficient to only log the number of recorded workarounds at init time.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20181204171530.28583-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/intel_workarounds.c