diff options
author | Kenneth Graunke <[email protected]> | 2013-12-30 22:07:20 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-02-20 15:51:38 -0800 |
commit | 1336ccb7dd63b64ef5d8bb0a7f57d6291b0f3a97 (patch) | |
tree | f836e2ad1862090e3ff8ede76656f52e3cbbfb40 /include | |
parent | 808952a09543b60e59c5ad9238d8403fa9f1f15b (diff) |
i965: Enable Broadwell support.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index a5091b915c1..a71f6d4f3e7 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -91,7 +91,6 @@ CHIPSET(0x0F32, byt, "Intel(R) Bay Trail") CHIPSET(0x0F33, byt, "Intel(R) Bay Trail") CHIPSET(0x0157, byt, "Intel(R) Bay Trail") CHIPSET(0x0155, byt, "Intel(R) Bay Trail") -#ifdef INTEL_PRELIMINARY_HW_SUPPORT CHIPSET(0x1602, bdw_gt1, "Intel(R) Broadwell") CHIPSET(0x1606, bdw_gt1, "Intel(R) Broadwell") CHIPSET(0x160A, bdw_gt1, "Intel(R) Broadwell") @@ -110,4 +109,3 @@ CHIPSET(0x162A, bdw_gt3, "Intel(R) Broadwell") CHIPSET(0x162B, bdw_gt3, "Intel(R) Broadwell") CHIPSET(0x162D, bdw_gt3, "Intel(R) Broadwell") CHIPSET(0x162E, bdw_gt3, "Intel(R) Broadwell") -#endif |