drm/i915: Enable ASLE if present

The changes to opregion initialisation order meant that the ASLE setup
code might not be run at the correct time. Ensure that the interrupts are
set up.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>

authored by Matthew Garrett and committed by Eric Anholt 44ab4315 3b1c1c11

+1
+1
drivers/gpu/drm/i915/i915_opregion.c
··· 386 386 if (mboxes & MBOX_ASLE) { 387 387 DRM_DEBUG("ASLE supported\n"); 388 388 opregion->asle = base + OPREGION_ASLE_OFFSET; 389 + opregion_enable_asle(dev); 389 390 } 390 391 391 392 if (!resume)