Re: [Mesa-dev] [PATCH 4/4] radeonsi: disable CE on SI + AMDGPU

2016-08-26 Thread Marek Olšák
On Fri, Aug 26, 2016 at 12:22 PM, Bas Nieuwenhuizen wrote: > Patch 3, 4 are > > Reviewed-by: Bas Nieuwenhuizen Thanks. > > For patch 1 and 2 I'm not familiar with the difference between the SI > and CIK+ tiling modes to be sure they are good, but the other parts of > the patch look good to me.

Re: [Mesa-dev] [PATCH 4/4] radeonsi: disable CE on SI + AMDGPU

2016-08-26 Thread Bas Nieuwenhuizen
Patch 3, 4 are Reviewed-by: Bas Nieuwenhuizen For patch 1 and 2 I'm not familiar with the difference between the SI and CIK+ tiling modes to be sure they are good, but the other parts of the patch look good to me. btw, I'm not sure what you tried wrt the CE hang, but it may be worth trying with

[Mesa-dev] [PATCH 4/4] radeonsi: disable CE on SI + AMDGPU

2016-08-19 Thread Marek Olšák
From: Marek Olšák --- src/gallium/drivers/radeonsi/si_pipe.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_pipe.c b/src/gallium/drivers/radeonsi/si_pipe.c index 2669c7b..ff1a0bc 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.c +++ b/sr