drm/i915: Track rcu_head for our idle worker
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Nov 2018 09:21:01 +0000 (09:21 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Nov 2018 12:02:09 +0000 (12:02 +0000)
commita1db9c54eb29afd9842a08b2cbc2bc07a8a602b9
treef2253070991b0e26db233518be40ca71406883a5
parent8811d616dfaa8c6e1905a20ce0543ec401275997
drm/i915: Track rcu_head for our idle worker

While our little rcu worker might be able to be replaced now by the
dedicated rcu_work, in the meantime we should mark up the rcu_head for
correct debugobjects tracking.

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