[Bug 109959] REGRESSION: black screen with linux 5.0 when starting X

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 30 11:20:29 UTC 2019


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

--- Comment #40 from Albert Astals Cid <aacid at kde.org> ---
ok, i found the problem, you need to move

if (connector->display_info.force_max_lane_count)
   intel_dp->edp_force_max_lane_count = true;

before
   drm_connector_update_edid_property(connector, edid);

since drm_connector_update_edid_property calls drm_add_display_info that calls
drm_reset_display_info and that will reset force_max_lane_count

If you do that it works for me.

-- 
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190330/6f563412/attachment.html>


More information about the intel-gfx-bugs mailing list