OSDN Git Service

drm/i915/execlists: Ignore the inactive kernel context in assert_pending_valid
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Nov 2019 08:29:19 +0000 (08:29 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 2 Nov 2019 14:48:32 +0000 (14:48 +0000)
commit38098750719cb5f3f8bf7587ed5ba2f7a0b4dd87
tree476f42869def77844a8984e75160004405a6e8ac
parentb0b10248866455a19b4dd4ac186eb131d83df452
drm/i915/execlists: Ignore the inactive kernel context in assert_pending_valid

Filter out warnings for the kernel context that is used to flush
inactive contexts, as they do no not pose a risk.

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