]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Make the RPS interrupt generation mask handle the vlv wa
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Jul 2014 19:31:19 +0000 (20:31 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Jul 2014 20:30:40 +0000 (22:30 +0200)
commit743c955af286be371c98dd61514cf71c1e69f4c0
tree7ca89b4a9e472d651c8371cfd4d992b87bf741cf
parentf01d45f31bc87b53a8b0c6a5e6d9da4bc192397b
drm/i915: Make the RPS interrupt generation mask handle the vlv wa

We can eliminate a lot of special case code by making the computation of
the interrupt mask be correct for all callers.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c