diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2020-10-07 10:28:47 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2020-10-15 09:29:54 -0700 |
commit | 19aaafd4a667fb843a1c7727de23ff87179d9eb5 (patch) | |
tree | 9731917c56bb324f7b16b2f3becb2b6a946fb9b0 /include | |
parent | b0e3af4fb821c75b7a07506fed93a2c8c0134f67 (diff) |
intel: Remove Gen10-specific device entries
The enables removal of gen_device_info::is_cannonlake.
v2: Remove GEN10_FEATURES and GEN10_HW_INFO macros. Suggested by
Lionel.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6899>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index 9cb4a044d77..7dfd550eca9 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -229,19 +229,6 @@ CHIPSET(0x9BCC, cfl_gt2, "CML GT2", "Intel(R) UHD Graphics") CHIPSET(0x9BE6, cfl_gt2, "CML GT2", "Intel(R) UHD Graphics P630") CHIPSET(0x9BF6, cfl_gt2, "CML GT2", "Intel(R) UHD Graphics P630") -CHIPSET(0x5A49, cnl_gt0_5, "CNL GT0.5", "Intel(R) HD Graphics") -CHIPSET(0x5A4A, cnl_gt0_5, "CNL GT0.5", "Intel(R) HD Graphics") -CHIPSET(0x5A41, cnl_gt1, "CNL GT1", "Intel(R) HD Graphics") -CHIPSET(0x5A42, cnl_gt1, "CNL GT1", "Intel(R) HD Graphics") -CHIPSET(0x5A44, cnl_gt1, "CNL GT1", "Intel(R) HD Graphics") -CHIPSET(0x5A59, cnl_gt1_5, "CNL GT1.5", "Intel(R) HD Graphics") -CHIPSET(0x5A5A, cnl_gt1_5, "CNL GT1.5", "Intel(R) HD Graphics") -CHIPSET(0x5A5C, cnl_gt1_5, "CNL GT1.5", "Intel(R) HD Graphics") -CHIPSET(0x5A50, cnl_gt2, "CNL GT2", "Intel(R) HD Graphics") -CHIPSET(0x5A51, cnl_gt2, "CNL GT2", "Intel(R) HD Graphics") -CHIPSET(0x5A52, cnl_gt2, "CNL GT2", "Intel(R) HD Graphics") -CHIPSET(0x5A54, cnl_gt2, "CNL GT2", "Intel(R) HD Graphics") - CHIPSET(0x8A50, icl_gt2, "ICL GT2", "Intel(R) HD Graphics") CHIPSET(0x8A51, icl_gt2, "ICL GT2", "Intel(R) Iris(R) Plus Graphics") CHIPSET(0x8A52, icl_gt2, "ICL GT2", "Intel(R) Iris(R) Plus Graphics") |