drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT
authorImre Deak <imre.deak@intel.com>
Fri, 19 Dec 2014 17:33:25 +0000 (19:33 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 12 Jan 2015 08:52:41 +0000 (10:52 +0200)
commit63a3451641ec2e129dfe80044e3c96bc9f0bb690
treef443ac87033f89e401e25d23c3aa688b9ff79d71
parenteaa27f34e91a14cdceed26ed6c6793ec1d186115
drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT

GEN8+ HW has the option to route PM interrupts to either the CPU or to
GT. For GEN8 this was already set correctly to routing to CPU, but not
for GEN9, so fix this. Note that when disabling RPS interrupts this was
set already correctly, though in that case it didn't matter much except
for the possibility of spurious interrupts.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_pm.c