Displaying 1 result from an estimated 1 matches for "042b5f83841fbf".
2024 Mar 03
0
[PATCH] drm/nouveau: keep DMA buffers required for suspend/resume
...ing-patches.rst for details.
> This commit addresses that regression by moving the two buffers required for suspend and resume to be deallocated at driver unload instead of post init.
>
> Fixes: 042b5f8 ("drm/nouveau: fix several DMA buffer leaks")
And that should be:
Fixes: 042b5f83841fbf ("drm/nouveau: fix several DMA buffer leaks")
> Signed-off-by: Sid Pranjale <sidpranjale127 at protonmail.com>
> ---
> drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/nou...