mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
intel: Add support for JSL
Add the PCI ID import for JSL. V1 - Indentation Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
a9bb32cfe1
commit
2e67fef5f6
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ static const struct pci_device {
|
||||||
INTEL_RKL_IDS(12),
|
INTEL_RKL_IDS(12),
|
||||||
INTEL_DG1_IDS(12),
|
INTEL_DG1_IDS(12),
|
||||||
INTEL_TGL_12_IDS(12),
|
INTEL_TGL_12_IDS(12),
|
||||||
|
INTEL_JSL_IDS(11),
|
||||||
INTEL_EHL_IDS(11),
|
INTEL_EHL_IDS(11),
|
||||||
INTEL_ICL_11_IDS(11),
|
INTEL_ICL_11_IDS(11),
|
||||||
INTEL_CNL_IDS(10),
|
INTEL_CNL_IDS(10),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue