commit | 14f8a0eb02531bdeca723af123be3e20c4aa1045 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 23 10:12:18 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 23 17:20:19 2019 +0100 |
tree | 143958515450be4c8dada744436afbe5d6cb8ee2 | |
parent | d8bf0e7627e6e887bd0ed3707216e0e69ec95710 [diff] |
drm/i915: Squelch nop wait-for-idle trace If the system is already idle, omit the GEM_TRACE saying we are about to wait for idle. It looks confusing in the logs to see a continual stream of wait-for-idle, as one immediately assumes it is stuck in a loop. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Stuart Summers <stuart.summers@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190723091218.5886-1-chris@chris-wilson.co.uk