Re: [Mesa-dev] [PATCH] radeonsi: don't use PFP_SYNC_ME with compute-only contexts

2019-04-02 Thread Dieter Nützel
Tested-by: Dieter Nützel For the first time since ages no horizontal line corruption with old luxmark-linux64-v2.0 (LuxBall e.g. HDR) on RX580. Dieter Am 02.04.2019 00:37, schrieb Marek Olšák: From: Marek Olšák Fixes: a1378639ab1 "radeonsi: always use compute rings for clover on CI and ne

Re: [Mesa-dev] [PATCH] radeonsi: don't use PFP_SYNC_ME with compute-only contexts

2019-04-02 Thread Jan Vesely
On Mon, 2019-04-01 at 18:37 -0400, Marek Olšák wrote: > From: Marek Olšák Tested-by: Jan Vesely Can you add a note along the lines; "compute rings don't have PFP" or anything more descriptive on the commit message? thanks, Jan > > Fixes: a1378639ab1 "radeonsi: always use compute rings for cl

Re: [Mesa-dev] [PATCH] radeonsi: don't use PFP_SYNC_ME with compute-only contexts

2019-04-02 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 4/2/19 12:37 AM, Marek Olšák wrote: From: Marek Olšák Fixes: a1378639ab1 "radeonsi: always use compute rings for clover on CI and newer (v2)" --- src/gallium/drivers/radeonsi/si_cp_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr

[Mesa-dev] [PATCH] radeonsi: don't use PFP_SYNC_ME with compute-only contexts

2019-04-01 Thread Marek Olšák
From: Marek Olšák Fixes: a1378639ab1 "radeonsi: always use compute rings for clover on CI and newer (v2)" --- src/gallium/drivers/radeonsi/si_cp_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_cp_dma.c b/src/gallium/drivers/radeonsi/si_