mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check.
NOTE: This is a candidate for stable branches.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit 888fc7a891)
This commit is contained in:
parent
bbd44a5eaf
commit
0911db3ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -230,8 +230,8 @@
|
|||
devid == PCI_CHIP_HASWELL_CRW_GT2 || \
|
||||
devid == PCI_CHIP_HASWELL_CRW_M_GT2 || \
|
||||
devid == PCI_CHIP_HASWELL_CRW_S_GT2)
|
||||
|
||||
#define IS_HSW_GT3(devid) (devid == PCI_CHIP_HASWELL_M_GT3 || \
|
||||
#define IS_HSW_GT3(devid) (devid == PCI_CHIP_HASWELL_GT3 || \
|
||||
devid == PCI_CHIP_HASWELL_M_GT3 || \
|
||||
devid == PCI_CHIP_HASWELL_S_GT3 || \
|
||||
devid == PCI_CHIP_HASWELL_SDV_GT3 || \
|
||||
devid == PCI_CHIP_HASWELL_SDV_M_GT3 || \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue