Re: [Mesa-dev] [PATCH] radeonsi/gfx9: fix a hang with an empty first IB

2018-04-23 Thread Juan A. Suarez Romero
On Sat, 2018-04-21 at 00:48 -0400, Marek Olšák wrote: > Hi Juan, > > Here is the patch backported to 18.0: > https://cgit.freedesktop.org/~mareko/mesa/commit/?h=amd-18.0=7ab59306613b08c7dd6e875c3276cac9a61889ae > Thanks for the patch. Enqueued for next release. J.A. > Marek > > On

Re: [Mesa-dev] [PATCH] radeonsi/gfx9: fix a hang with an empty first IB

2018-04-20 Thread Marek Olšák
Hi Juan, Here is the patch backported to 18.0: https://cgit.freedesktop.org/~mareko/mesa/commit/?h=amd-18.0=7ab59306613b08c7dd6e875c3276cac9a61889ae Marek On Fri, Apr 20, 2018 at 10:57 AM, Juan A. Suarez Romero wrote: > On Tue, 2018-04-17 at 15:54 -0400, Marek Olšák

Re: [Mesa-dev] [PATCH] radeonsi/gfx9: fix a hang with an empty first IB

2018-04-20 Thread Juan A. Suarez Romero
On Tue, 2018-04-17 at 15:54 -0400, Marek Olšák wrote: > From: Marek Olšák > > This packet causes the no-op IB detection to fail, so the IB is always > submitted. Also fix the no-op IB detection by moving the begin call. > > Cc: 18.0

Re: [Mesa-dev] [PATCH] radeonsi/gfx9: fix a hang with an empty first IB

2018-04-18 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 17.04.2018 21:54, Marek Olšák wrote: From: Marek Olšák This packet causes the no-op IB detection to fail, so the IB is always submitted. Also fix the no-op IB detection by moving the begin call. Cc: 18.0

[Mesa-dev] [PATCH] radeonsi/gfx9: fix a hang with an empty first IB

2018-04-17 Thread Marek Olšák
From: Marek Olšák This packet causes the no-op IB detection to fail, so the IB is always submitted. Also fix the no-op IB detection by moving the begin call. Cc: 18.0 --- src/gallium/drivers/radeonsi/si_pipe.c | 7 --- 1 file