diff mbox

i915 "black screen of death" clearly still an issue

Message ID alpine.DEB.2.00.1105270730560.3047@localhost6.localdomain6 (mailing list archive)
State New, archived
Headers show

Commit Message

Robert P. J. Day May 27, 2011, 11:33 a.m. UTC
i just built a kernel for my ubuntu 10.10 system and forgot to
include the following patch which is what i've needed to avoid the
dreaded black screen of death:



  and i once again got the black screen.  is this still a known and
unresolved issue?

rday
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/intel_opregion.c b/drivers/gpu/drm/i915/intel_opregion.c
index d2c7104..a1a5d03 100644
--- a/drivers/gpu/drm/i915/intel_opregion.c
+++ b/drivers/gpu/drm/i915/intel_opregion.c
@@ -152,6 +152,8 @@  static u32 asle_set_backlight(struct drm_device *dev, u32 bclp)
        struct opregion_asle *asle = dev_priv->opregion.asle;
        u32 max;

+return ASLE_BACKLIGHT_FAILED; // rday
+
        if (!(bclp & ASLE_BCLP_VALID))
                return ASLE_BACKLIGHT_FAILED;