Re: [Mesa-dev] [PATCH] radv: enable POLARIS12 support.

2017-05-04 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen Maybe nominate for stable too? On Fri, May 5, 2017 at 2:28 AM, Dave Airlie wrote: > From: Dave Airlie > > This just adds the chip in the right places. > > We don't set the partial_vs_wave workaround, as radeonsi > doesn't, but have to confirm it's not required. >

[Mesa-dev] [PATCH] radv: enable POLARIS12 support.

2017-05-04 Thread Dave Airlie
From: Dave Airlie This just adds the chip in the right places. We don't set the partial_vs_wave workaround, as radeonsi doesn't, but have to confirm it's not required. Signed-off-by: Dave Airlie --- src/amd/common/ac_llvm_util.c | 1 + src/amd/vulkan/radv_device.c