Re: [Mesa-dev] [PATCH] radv: apply the tess+GS hang workaround to Polaris12 as well

2017-05-07 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Sun, May 7, 2017 at 11:54 AM, Dave Airlie wrote: > From: Dave Airlie > > As I pointed out for radeonsi, and AMD confirmed, so fix this > in radv as well. > > Cc: "17.1" > Signed-off-by: Dave Airlie > --- > src/amd/vulkan/si_cmd_buffer.c | 3 ++- > 1 file cha

[Mesa-dev] [PATCH] radv: apply the tess+GS hang workaround to Polaris12 as well

2017-05-07 Thread Dave Airlie
From: Dave Airlie As I pointed out for radeonsi, and AMD confirmed, so fix this in radv as well. Cc: "17.1" Signed-off-by: Dave Airlie --- src/amd/vulkan/si_cmd_buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cm