search for: 9b340aeb26d5

Displaying 1 result from an estimated 1 matches for "9b340aeb26d5".

2024 Nov 14
2
[PATCH] nouveau: fw: sync dma after setup is called.
...n 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 <diogo.ivo at tecnico.ulisboa.pt> Tested-by: Diogo Ivo <diogo.ivo at tecnico.ulisboa.pt> Fixes: 9b340aeb26d5 ("nouveau/firmware: use dma non-coherent allocator") Cc: stable at vger.kernel.org Signed-off-by: Dave Airlie <airlied at redhat.com> --- drivers/gpu/drm/nouveau/nvkm/falcon/fw.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/nouveau...