Revert "intel/dev: Add display_ver and set adl-p to 13"

This reverts commit c81acd365e.
This commit is contained in:
Jordan Justen 2021-09-21 03:39:31 -07:00
parent 0741a2c3c2
commit 99f9075063
2 changed files with 0 additions and 5 deletions

View file

@ -993,7 +993,6 @@ static const struct intel_device_info intel_device_info_adl_gt1 = {
static const struct intel_device_info intel_device_info_adl_gt2 = {
GFX12_GT_FEATURES(2),
.is_alderlake = true,
.display_ver = 13,
};
#define GFX12_DG1_SG1_FEATURES \
@ -1323,9 +1322,6 @@ intel_get_device_info_from_pci_id(int pci_id,
if (devinfo->verx10 == 0)
devinfo->verx10 = devinfo->ver * 10;
if (devinfo->display_ver == 0)
devinfo->display_ver = devinfo->ver;
update_cs_workgroup_threads(devinfo);
devinfo->chipset_id = pci_id;

View file

@ -51,7 +51,6 @@ struct intel_device_info
/* Driver internal numbers used to differentiate platforms. */
int ver;
int verx10;
int display_ver;
int revision;
int gt;