Changes between Version 4 and Version 5 of Ticket #14192


Ignore:
Timestamp:
Oct 20, 2019, 6:26:11 PM (5 years ago)
Author:
pulkomandy
Comment:

This is an enhancement ticket for the driver. It is not replaced by a short term solution to use VESA.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14192 – Description

    v4 v5  
    1 UPDATED: Ensure all Skylake GPUs fallback to VESA graphics driver.
     1Add support and additional Skylake GT3 and GT4 PCI IDs to the intel_extreme driver, and make them work.
    22
     3{{{
     4        {0x1927, INTEL_MODEL_SKYM, "Skylake GT3"},
     5        {0x192d, INTEL_MODEL_SKY,  "Skylake GT3"},
     6        {0x193a, INTEL_MODEL_SKY,  "Skylake GT4"},
     7        {0x193b, INTEL_MODEL_SKY,  "Skylake GT4"},
     8        {0x193d, INTEL_MODEL_SKYM, "Skylake GT4"},
     9}}}