Re: [Mesa-dev] [PATCH 5/5] radv/gfx9: fix tile swizzle handling for gfx9

2017-09-06 Thread Emil Velikov
Hi Dave, Bas, On 21 August 2017 at 13:59, Emil Velikov wrote: > Hi Dave, > > On 15 August 2017 at 06:26, Dave Airlie wrote: >> From: David Airlie >> >> This sets the tile swizzle up properly for gfx9. >> >> Signed-off-by: Dave Airlie >> --- > Can you please provide a backport of this patch for

Re: [Mesa-dev] [PATCH 5/5] radv/gfx9: fix tile swizzle handling for gfx9

2017-08-21 Thread Emil Velikov
Hi Dave, On 15 August 2017 at 06:26, Dave Airlie wrote: > From: David Airlie > > This sets the tile swizzle up properly for gfx9. > > Signed-off-by: Dave Airlie > --- Can you please provide a backport of this patch for 17.2. There are a couple of conflict and with the "disable radv on Vega" la

Re: [Mesa-dev] [PATCH 5/5] radv/gfx9: fix tile swizzle handling for gfx9

2017-08-15 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Tue, Aug 15, 2017, at 07:26, Dave Airlie wrote: > From: David Airlie > > This sets the tile swizzle up properly for gfx9. > > Signed-off-by: Dave Airlie > --- > src/amd/vulkan/radv_device.c | 7 +++ > src/amd/vulkan/radv_image.c | 12 +

[Mesa-dev] [PATCH 5/5] radv/gfx9: fix tile swizzle handling for gfx9

2017-08-14 Thread Dave Airlie
From: David Airlie This sets the tile swizzle up properly for gfx9. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 7 +++ src/amd/vulkan/radv_image.c | 12 +--- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/v