Displaying 1 result from an estimated 1 matches for "042b5f8".
Did you mean:
042858
2024 Mar 03
0
[PATCH] drm/nouveau: keep DMA buffers required for suspend/resume
...n a system-wide rendering freeze.
These lines are too long, see
Documentation/process/submitting-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 +...