<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Intel 8550U with 620UHD GPU"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108132#c74">Comment # 74</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Intel 8550U with 620UHD GPU"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108132">bug 108132</a>
              from <span class="vcard"><a class="email" href="mailto:bugs@mblankhorst.nl" title="Maarten Lankhorst <bugs@mblankhorst.nl>"> <span class="fn">Maarten Lankhorst</span></a>
</span></b>
        <pre>Looking at dump_pipe_config, I don't see big differences.

setup_hw_state:
[drm:intel_dump_pipe_config [i915]] dp m_n: lanes: 4; gmch_m: 6213395, gmch_n:
8388608, link_m: 517782, link_n: 524288, tu: 64

Only thing in link is:

modeset:
[drm:intel_dump_pipe_config [i915]] dp m_n: lanes: 4; gmch_m: 6213395, gmch_n:
8388608, link_m: 1035565, link_n: 1048576, tu: 64

Doubt that causes it..

But could always try a lower m/n value..

In i915/intel_dp.c:
        bool constant_n = drm_dp_has_quirk(&intel_dp->desc,
                                           DP_DPCD_QUIRK_CONSTANT_N);

Change to
bool constant_n = true;</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>