<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nick.diego@gmail.com" title="Nick Yamane <nick.diego@gmail.com>"> <span class="fn">Nick Yamane</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't enable a third monitor even with 3 CRTCs available (1 LVDS, 1 VGA, 1 HDMI/VGA)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97204">bug 97204</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>nick.diego@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't enable a third monitor even with 3 CRTCs available (1 LVDS, 1 VGA, 1 HDMI/VGA)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97204#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't enable a third monitor even with 3 CRTCs available (1 LVDS, 1 VGA, 1 HDMI/VGA)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97204">bug 97204</a>
              from <span class="vcard"><a class="email" href="mailto:nick.diego@gmail.com" title="Nick Yamane <nick.diego@gmail.com>"> <span class="fn">Nick Yamane</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=125546" name="attach_125546" title="[PATCH] drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED (linux 4.4.16)">attachment 125546</a> <a href="attachment.cgi?id=125546&action=edit" title="[PATCH] drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED (linux 4.4.16)">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=97204&attachment=125546'>[review]</a>
[PATCH] drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED
(linux 4.4.16)

It worked. Just modified your patch to be able to apply in my kernel (v4.4.14
LTS), using "intel_pipe_has_type" instead of "intel_crtc_has_type". Is that
correct?

+       if (INTEL_INFO(dev_priv)->num_pipes == 3 &&
+           intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_ANALOG))
+               dpll |= DPLL_SDVO_HIGH_SPEED;
+</pre>
        </div>
      </p>


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

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