[Bug 76276] Backlight control broken on Dell XPS13 w/ kernel 3.14-rc7
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 3 10:42:56 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=76276
--- Comment #15 from Jani Nikula <jani.nikula at intel.com> ---
Please do all of the above, and additionally try this hack:
diff --git a/drivers/gpu/drm/i915/intel_panel.c
b/drivers/gpu/drm/i915/intel_panel.c
index cb058408c70e..a07c8fa7aed0 100644
--- a/drivers/gpu/drm/i915/intel_panel.c
+++ b/drivers/gpu/drm/i915/intel_panel.c
@@ -1065,6 +1065,8 @@ int intel_panel_setup_backlight(struct drm_connector
*connector)
unsigned long flags;
int ret;
+ return 0;
+
/* set level and max in panel struct */
spin_lock_irqsave(&dev_priv->backlight_lock, flags);
ret = dev_priv->display.setup_backlight(intel_connector);
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140403/1a1fd41c/attachment.html>
More information about the intel-gfx-bugs
mailing list