]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/gt: Tidy up rps irq handler to use intel_gt
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 27 Oct 2019 17:55:05 +0000 (17:55 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 28 Oct 2019 11:42:59 +0000 (11:42 +0000)
commit5a3e2b82af47ce43b7ea975c86d36b6f1226025f
treeb81ad5aa82e92578d2f4f91bca39fc7dd28c3529
parentc8c197d42646c2a9ebc0ff114b4e916d12208d09
drm/i915/gt: Tidy up rps irq handler to use intel_gt

Since the rps is tied to its intel_gt, use that backpointer to find the
right engine rather than delving into i915.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191027175505.25470-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_rps.c