any new developments on this issue? the current kernel is working just fine with the addition of that trivial hack in drivers/gpu/drm/i915/intel_opregion.c:
@@ -495,6 +495,8 @@ int intel_opregion_setup(struct drm_device *dev) opregion->acpi = base + OPREGION_ACPI_OFFSET; }
+return 0; // rday + if (mboxes & MBOX_SWSCI) { DRM_DEBUG_DRIVER("SWSCI supported\n"); opregion->swsci = base + OPREGION_SWSCI_OFFSET;
but i'm obviously still interested in the proper resolution. let me know if you want me to do any more testing.
rday