drm/i915/vlv: disable rc6p and rc6pp residency reporting on BYT
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 11 Sep 2013 20:43:20 +0000 (13:43 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 20 Sep 2013 07:43:03 +0000 (09:43 +0200)
Byt doesn't have rc6p and rc6pp support and even more important the
the offsets of the residency registers there's something else. So Just
return a constant 0 to avoid upsetting userspace tools like powertop.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[danvet: Explain a bit in the commit message what's going on.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found