summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2018-01-30 05:48:27 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2018-02-09 04:23:18 +0000
commit1bf16e4fbcc861814cc95865ba59e1c025bb7278 (patch)
treec3f2bc4e9fe2a78e48db85c89cc0eb89ae7cffb5
parent70604e880876ff6f7216623e196e0d34d1b2fae6 (diff)
r600: don't do stack workarounds for hemlock
By the looks of it it seems hemlock is treated separately to cypress, but certainly it won't need the stack workarounds cedar/redwood (and seemingly every other eg chip except cypress/juniper) need. (Discovered by accident.) Acked-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit c2f0e0885776f3f0a18b9db08149564d4b98e5b7)
-rw-r--r--src/gallium/drivers/r600/sb/sb_bc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/sb/sb_bc.h b/src/gallium/drivers/r600/sb/sb_bc.h
index fed041cf506..43cc481440f 100644
--- a/src/gallium/drivers/r600/sb/sb_bc.h
+++ b/src/gallium/drivers/r600/sb/sb_bc.h
@@ -659,6 +659,7 @@ public:
return false;
switch (hw_chip) {
+ case HW_CHIP_HEMLOCK:
case HW_CHIP_CYPRESS:
case HW_CHIP_JUNIPER:
return false;