intel: Update intel-decode.c from intel-gpu-tools.

This commit is contained in:
Eric Anholt 2011-06-05 23:05:20 -07:00
parent 23b6f9606d
commit 6d894f68af
2 changed files with 784 additions and 87 deletions

View File

@ -162,3 +162,11 @@
#define IS_9XX(devid) (IS_915(devid) || \
IS_945(devid) || \
IS_965(devid))
#define IS_GEN3(devid) (IS_915(devid) || \
IS_945(devid))
#define IS_GEN2(devid) (devid == PCI_CHIP_I830_M || \
devid == PCI_CHIP_845_G || \
devid == PCI_CHIP_I855_GM || \
devid == PCI_CHIP_I865_G)

File diff suppressed because it is too large Load Diff