diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-04-16 19:21:07 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-04-16 21:32:41 +0300 |
commit | 4fc645aed10f3470bba2237a7e7314c3e2b3c25b (patch) | |
tree | 3f559e0922a0768603a1caedd4c3f67f993edd55 /include/pci_ids | |
parent | 94aab6cde696ab1cd1243f5c62444166efb1a2fa (diff) | |
download | external_mesa3d-4fc645aed10f3470bba2237a7e7314c3e2b3c25b.tar.gz external_mesa3d-4fc645aed10f3470bba2237a7e7314c3e2b3c25b.tar.bz2 external_mesa3d-4fc645aed10f3470bba2237a7e7314c3e2b3c25b.zip |
i965: Add marketing names for CHV
All CHV devices will be branded as "Intel(r) HD Graphics".
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index 3e3e8fe408..8d757aaa76 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -124,7 +124,7 @@ CHIPSET(0x1921, skl_gt2, "Intel(R) Skylake ULT GT2F") CHIPSET(0x1926, skl_gt3, "Intel(R) Skylake ULT GT3") CHIPSET(0x192A, skl_gt3, "Intel(R) Skylake SRV GT3") CHIPSET(0x192B, skl_gt3, "Intel(R) Skylake Halo GT3") -CHIPSET(0x22B0, chv, "Intel(R) Cherryview") -CHIPSET(0x22B1, chv, "Intel(R) Cherryview") -CHIPSET(0x22B2, chv, "Intel(R) Cherryview") -CHIPSET(0x22B3, chv, "Intel(R) Cherryview") +CHIPSET(0x22B0, chv, "Intel(R) HD Graphics (Cherryview)") +CHIPSET(0x22B1, chv, "Intel(R) HD Graphics (Cherryview)") +CHIPSET(0x22B2, chv, "Intel(R) HD Graphics (Cherryview)") +CHIPSET(0x22B3, chv, "Intel(R) HD Graphics (Cherryview)") |