diff options
author | Adam Jackson <[email protected]> | 2015-01-28 16:28:12 -0500 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2015-02-18 14:51:16 -0500 |
commit | b290330e3b78405424a907cf6e82cef531c71c50 (patch) | |
tree | e4058e162db106528f937a6895744c6c2aa2a9c4 /include | |
parent | 8a71fd8d49c6a086f9b7697bca3b1f3ae035121a (diff) |
i915: For the love of all that is holy, stop saying "IGD"
a001 and a011 are pineview chips. Say so.
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i915_pci_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pci_ids/i915_pci_ids.h b/include/pci_ids/i915_pci_ids.h index 7d51975c3a8..1c43c8ec798 100644 --- a/include/pci_ids/i915_pci_ids.h +++ b/include/pci_ids/i915_pci_ids.h @@ -11,5 +11,5 @@ CHIPSET(0x27AE, I945_GME, "Intel(R) 945GME") CHIPSET(0x29B2, Q35_G, "Intel(R) Q35") CHIPSET(0x29C2, G33_G, "Intel(R) G33") CHIPSET(0x29D2, Q33_G, "Intel(R) Q33") -CHIPSET(0xA011, IGD_GM, "Intel(R) IGD") -CHIPSET(0xA001, IGD_G, "Intel(R) IGD") +CHIPSET(0xA011, PNV_GM, "Intel(R) Pineview M") +CHIPSET(0xA001, PNV_G, "Intel(R) Pineview") |