<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Option 'video=HDMI-...' stops working since kernel v4.2-rc ( commit 972e7d71c82e )"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103779">103779</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Option 'video=HDMI-...' stops working since kernel v4.2-rc ( commit 972e7d71c82e )
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DRI
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>XOrg git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>DRM/Intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tkazimierczak@sims.pl
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=135517" name="attach_135517" title="kernel patch">attachment 135517</a> <a href="attachment.cgi?id=135517&action=edit" title="kernel patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=103779&attachment=135517'>[review]</a>
kernel patch

Since commit 972e7d71c82ea70100b808695d5cf735c1df5ef8 the kernel option
'video=HDMI-A-1:1920x1080e' stop working.

Commit description head is: "drm/i915: Ignore "digital output" and "not HDMI
output" bits for eDP detection".

After applying simple patch to the yesterday (16.11.2017) latest kernel (commit
06718a287f282ad31264560c5dc18a38474cb562), the problem is fixed (i.e.
functionality is restored):

@@ -240,6 +240,7 @@ struct bdb_general_features {
  */
 #define DEVICE_TYPE_eDP_BITS \
        (DEVICE_TYPE_INTERNAL_CONNECTOR |       \
+        DEVICE_TYPE_NOT_HDMI_OUTPUT |          \
         DEVICE_TYPE_MIPI_OUTPUT |              \
         DEVICE_TYPE_COMPOSITE_OUTPUT |         \
         DEVICE_TYPE_DUAL_CHANNEL |             \


Patch and full dmesg of kernel with and without patch attached.</pre>
        </div>
      </p>


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

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