Re: [PATCH] nouveau: fw: sync dma after setup is called.

2024-11-25 Thread Danilo Krummrich
On 11/14/24 1:46 AM, Dave Airlie wrote: From: Dave Airlie When this code moved to non-coherent allocator the sync was put too early for some firmwares which called the setup function, move the sync down after the setup function. Reported-by: Diogo Ivo Do you have a link of where this issue

[PATCH] nouveau: fw: sync dma after setup is called.

2024-11-13 Thread Dave Airlie
From: Dave Airlie When this code moved to non-coherent allocator the sync was put too early for some firmwares which called the setup function, move the sync down after the setup function. Reported-by: Diogo Ivo Tested-by: Diogo Ivo Fixes: 9b340aeb26d5 ("nouveau/firmware: use dma non-coherent