OSDN Git Service

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)
commit7b3c29f6fd374640266d82aafe6929761469e27b
tree7ca89b4a9e472d651c8371cfd4d992b87bf741cf
parentbf225f20d51fb1b77d47fce0628159a3eda027b9
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