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>
This commit is contained in:
Roland Scheidegger
2018-01-30 05:48:27 +01:00
parent 8fa5aade43
commit c2f0e08857
+1
View File
@@ -665,6 +665,7 @@ public:
return false;
switch (hw_chip) {
case HW_CHIP_HEMLOCK:
case HW_CHIP_CYPRESS:
case HW_CHIP_JUNIPER:
return false;