Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-24 Thread Dylan Baker
Thanks guys, I've replaced my attempt with Marek's for the release. Dylan Quoting Marek Olšák (2019-04-23 13:16:15) > No, the correct backport is attached. > > Marek > > On Tue, Apr 23, 2019 at 2:51 PM Dylan Baker wrote: > > Hi Marek and Samuel, > > I've staged this for 19.0, but I

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-23 Thread Marek Olšák
No, the correct backport is attached. Marek On Tue, Apr 23, 2019 at 2:51 PM Dylan Baker wrote: > Hi Marek and Samuel, > > I've staged this for 19.0, but I had to fix some very minor rebase > conflicts. > I'm getting ready to make a release, could one of you take a peak at the > tip of > the

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-23 Thread Samuel Pitoiset
Looks good to me. On 4/23/19 8:51 PM, Dylan Baker wrote: Hi Marek and Samuel, I've staged this for 19.0, but I had to fix some very minor rebase conflicts. I'm getting ready to make a release, could one of you take a peak at the tip of the staging/19.0 branch and let me know if what I did

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-23 Thread Dylan Baker
Hi Marek and Samuel, I've staged this for 19.0, but I had to fix some very minor rebase conflicts. I'm getting ready to make a release, could one of you take a peak at the tip of the staging/19.0 branch and let me know if what I did looks okay? Thanks, Dylan Quoting Samuel Pitoiset (2019-04-16

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-16 Thread Samuel Pitoiset
I don't have much context for that issue, so: Acked-by: Samuel Pitoiset On 4/12/19 10:15 PM, Marek Olšák wrote: Done locally. Marek On Fri, Apr 12, 2019 at 12:20 PM Samuel Pitoiset mailto:samuel.pitoi...@gmail.com>> wrote: I would suggest to document that workaround somewhere in the

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-12 Thread Marek Olšák
Done locally. Marek On Fri, Apr 12, 2019 at 12:20 PM Samuel Pitoiset wrote: > I would suggest to document that workaround somewhere in the code. > > On 4/12/19 5:17 PM, Marek Olšák wrote: > > From: Marek Olšák > > > > This is a workaround for a thread deadlock that I have no idea > > why it

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-12 Thread Samuel Pitoiset
I would suggest to document that workaround somewhere in the code. On 4/12/19 5:17 PM, Marek Olšák wrote: From: Marek Olšák This is a workaround for a thread deadlock that I have no idea why it occurs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108879 Fixes:

[Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-12 Thread Marek Olšák
From: Marek Olšák This is a workaround for a thread deadlock that I have no idea why it occurs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108879 Fixes: 9b331e462e5021d994859756d46cd2519d9c9c6e --- src/gallium/drivers/radeonsi/si_clear.c| 6 +++---