drm/i915: check for more ASLC interrupts
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 17 Sep 2013 14:14:11 +0000 (11:14 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Sep 2013 16:07:45 +0000 (18:07 +0200)
commit507c1a454809da54af21091875f883e0364c5378
tree0b7cad895ab787d89ffa2086b2b73d3bb60570c4
parent67c347ff9b056d63e456664cbba189ed6467c039
drm/i915: check for more ASLC interrupts

Sometimes I see the "non asle set request??" message on my Haswell
machine, so I decided to get the spec and see if some bits are missing
from the mask. We do have some bits missing from the mask, so this
patch adds them, and the corresponding code to print "unsupported"
messages just like we do with the other bits we don't support.

But I still see the "non asle set request??" message on my machine :(

Also use the proper ASLC name to indicate the registers we're talking
about.

v2: - Properly set the new FAILED bits
    - Rename the old FAILED bits
    - Print everything we don't support

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_opregion.c