Re: [PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-13 Thread Danilo Krummrich
On 09.01.2025 17:58, Danilo Krummrich wrote: > On Thu, Jan 09, 2025 at 10:55:53AM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This is the 3rd iteration of this after talking to Ben and >> Danilo, I think this makes sense now. >> >> The fence sync logic doesn't handle a fence sync across

Re: [PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-09 Thread kernel test robot
https://lore.kernel.org/r/20250109005553.623947-1-airlied%40gmail.com patch subject: [PATCH] nouveau/fence: handle cross device fences properly. (v3) config: loongarch-randconfig-002-20250110 (https://download.01.org/0day-ci/archive/20250110/202501101033.wlejezwk-...@intel.com/config) compiler: loongarch64

Re: [PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-09 Thread Danilo Krummrich
On Thu, Jan 09, 2025 at 10:55:53AM +1000, Dave Airlie wrote: > From: Dave Airlie > > This is the 3rd iteration of this after talking to Ben and > Danilo, I think this makes sense now. > > The fence sync logic doesn't handle a fence sync across devices > as it tries to write to a channel offset f

Re: [PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-08 Thread Ben Skeggs
On 9/1/25 13:42, Ben Skeggs wrote: On 9/1/25 10:55, Dave Airlie wrote: From: Dave Airlie This is the 3rd iteration of this after talking to Ben and Danilo, I think this makes sense now. The fence sync logic doesn't handle a fence sync across devices as it tries to write to a channel offset

Re: [PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-08 Thread Ben Skeggs
On 9/1/25 10:55, Dave Airlie wrote: From: Dave Airlie This is the 3rd iteration of this after talking to Ben and Danilo, I think this makes sense now. The fence sync logic doesn't handle a fence sync across devices as it tries to write to a channel offset from one device into the fence bo fro

[PATCH] nouveau/fence: handle cross device fences properly. (v3)

2025-01-08 Thread Dave Airlie
From: Dave Airlie This is the 3rd iteration of this after talking to Ben and Danilo, I think this makes sense now. The fence sync logic doesn't handle a fence sync across devices as it tries to write to a channel offset from one device into the fence bo from a different device, which won't work