All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check.
@ 2013-05-13 20:53 Rodrigo Vivi
  2013-05-13 20:53 ` [PATCH 2/2 mesa] i965: Adding more reserved PCI IDs for Haswell Rodrigo Vivi
  2013-05-14  0:06 ` [Mesa-dev] [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check Kenneth Graunke
  0 siblings, 2 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2013-05-13 20:53 UTC (permalink / raw)
  To: intel-gfx; +Cc: mesa-dev

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
---
 src/mesa/drivers/dri/intel/intel_chipset.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_chipset.h b/src/mesa/drivers/dri/intel/intel_chipset.h
index df025ac..ee735bb 100644
--- a/src/mesa/drivers/dri/intel/intel_chipset.h
+++ b/src/mesa/drivers/dri/intel/intel_chipset.h
@@ -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 || \
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-14  0:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 20:53 [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check Rodrigo Vivi
2013-05-13 20:53 ` [PATCH 2/2 mesa] i965: Adding more reserved PCI IDs for Haswell Rodrigo Vivi
2013-05-14  0:06   ` [Mesa-dev] " Kenneth Graunke
2013-05-14  0:06 ` [Mesa-dev] [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check Kenneth Graunke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.