On 05/13/2013 01:53 PM, Rodrigo Vivi wrote:
Signed-off-by: Rodrigo Vivi <rodrigo.v...@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 || \

Yikes! Thanks for the patch. I added my R-b, marked it as a candidate for the stable branch, and pushed it.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to