[Bug 108773] i915.fastboot=1 is broken on Thinkpad S1 Yoga (Haswell)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 31 17:18:30 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=108773

--- Comment #22 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
Nothing remarkable in the backlight setup.

Hmm. Looks like the BIOS is using SPLL for eDP. We do seem to leave that
correctly enabled, but maybe we're turning off its reference by mistake.
It is using the SSC reference by the looks of it, but the question which one.

What does 'intel_reg read 0x42004' say?

Assuming it's using the PCH SSC reference this might help:
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -15342,7 +15342,7 @@ static void intel_setup_outputs(struct drm_i915_private
*dev_priv)
                        intel_encoder_clones(encoder);
        }

-       intel_init_pch_refclk(dev_priv);
+       //intel_init_pch_refclk(dev_priv);

        drm_helper_move_panel_connectors_to_head(&dev_priv->drm);
 }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190531/b2c2b48a/attachment.html>


More information about the intel-gfx-bugs mailing list