[Mesa-dev] [PATCH] r600: don't do stack workarounds for hemlock

Alex Deucher alexdeucher at gmail.com
Thu Feb 1 21:29:14 UTC 2018


On Tue, Jan 30, 2018 at 12:07 AM,  <sroland at vmware.com> wrote:
> From: Roland Scheidegger <sroland at vmware.com>
>
> 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 at amd.com>

> ---
>  src/gallium/drivers/r600/sb/sb_bc.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/r600/sb/sb_bc.h b/src/gallium/drivers/r600/sb/sb_bc.h
> index b35671bf0f..a249395474 100644
> --- a/src/gallium/drivers/r600/sb/sb_bc.h
> +++ b/src/gallium/drivers/r600/sb/sb_bc.h
> @@ -665,6 +665,7 @@ public:
>                         return false;
>
>                 switch (hw_chip) {
> +               case HW_CHIP_HEMLOCK:
>                 case HW_CHIP_CYPRESS:
>                 case HW_CHIP_JUNIPER:
>                         return false;
> --
> 2.12.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list