Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

i915_pci_ids.h 451B

123456789101112131415
  1. CHIPSET(0x3577, I830_M, i8xx)
  2. CHIPSET(0x2562, 845_G, i8xx)
  3. CHIPSET(0x3582, I855_GM, i8xx)
  4. CHIPSET(0x2572, I865_G, i8xx)
  5. CHIPSET(0x2582, I915_G, i915)
  6. CHIPSET(0x258A, E7221_G, i915)
  7. CHIPSET(0x2592, I915_GM, i915)
  8. CHIPSET(0x2772, I945_G, i945)
  9. CHIPSET(0x27A2, I945_GM, i945)
  10. CHIPSET(0x27AE, I945_GME, i945)
  11. CHIPSET(0x29B2, Q35_G, i945)
  12. CHIPSET(0x29C2, G33_G, i945)
  13. CHIPSET(0x29D2, Q33_G, i945)
  14. CHIPSET(0xA011, IGD_GM, i945)
  15. CHIPSET(0xA001, IGD_G, i945)