]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/execlists: Ignore tracek for nop process_csb
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 9 Feb 2020 13:19:16 +0000 (13:19 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 9 Feb 2020 13:47:09 +0000 (13:47 +0000)
commita25fe5bac01ebe52c0f60b5a6534a623ddf61ce8
tree1efe8f59e4804ee540cbcde57efae14c988bee05
parent35120e21e1ed3a223ace700e53697a2d443ec83b
drm/i915/execlists: Ignore tracek for nop process_csb

Recording the frequent inspection of CSB head/tail when there is
expected to be no update adds noise to the debug trace. (Not entirely
useless, but since we know the sequence of function calls, we can
surmise the function was called -- so redundant.)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200209131922.180287-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c