mesa/include/pci_ids
Ben Widawsky 7cbd6608f5 i965/skl: Add GT4 PCI IDs
Like other gen8+ hardware, the hardware automatically scales up thread counts.
We must be careful about the URB sizes since GT4 adds another slice.

One of the existing PCI IDs is actually mislabeled as GT3. Arguably this is a
real bug since the URB size will be wrong. Because this patch is simply meant to
add the missing IDs, that will be fixed in a later patch.

v2: No longer relevant.

v3: Update the wm thread count to support GT4. The WM thread count is used to
determine the maximum scratch space required. Currently the code always
allocates the maximum amount even though lower GT SKUs require less. The formula
is threads_per_psd * subslices_per_slice * slices

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
2015-11-03 09:45:04 -08:00
..
i810_pci_ids.h
i915_pci_ids.h i915: For the love of all that is holy, stop saying "IGD" 2015-02-18 14:51:16 -05:00
i965_pci_ids.h i965/skl: Add GT4 PCI IDs 2015-11-03 09:45:04 -08:00
r200_pci_ids.h
r300_pci_ids.h
r600_pci_ids.h r600g: fix SUMO2 pci id 2013-12-24 15:22:31 -05:00
radeon_pci_ids.h
radeonsi_pci_ids.h radeonsi: add Stoney pci ids 2015-10-23 17:53:48 -04:00
vmwgfx_pci_ids.h