<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 - Add 0x3E98 to src/intel_module.c"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110475">110475</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add 0x3E98 to src/intel_module.c
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>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>minor
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Driver/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>andareed@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I have an intel chipset/CPU that reports a VGA adapter with PCI ID 3E98.  That
ID is already registered in src/i915_pciids.h, but not in src/intel_module.c. 
That causes the xorg log to contain "gen9 engineering sample" rather than "HD
Graphics" as expected.  Below is a trivial patch to add support for this PCI
ID:

diff --git a/src/intel_module.c b/src/intel_module.c
index a8c9768e..059b9310 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -317,6 +317,7 @@ static const SymTabRec intel_chipsets[] = {
        {0x3E9A, "HD Graphics"},
        {0x3E9B, "HD Graphics"},
        {0x3E94, "HD Graphics"},
+       {0x3E98, "HD Graphics"},
        {0x3EA1, "HD Graphics"},
        {0x3EA4, "HD Graphics"},
        {0x3EA0, "HD Graphics"},</pre>
        </div>
      </p>


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

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>