-
- Downloads
drm/v3d: Ensure job pointer is set to NULL after job completion
After a job completes, the corresponding pointer in the device must be set to NULL. Failing to do so triggers a warning when unloading the driver, as it appears the job is still active. To prevent this, assign the job pointer to NULL after completing the job, indicating the job has finished. Fixes: 14d1d190 ("drm/v3d: Remove the bad signaled() implementation.") Signed-off-by:Maíra Canal <mcanal@igalia.com> Reviewed-by:
Jose Maria Casanova Crespo <jmcasanova@igalia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250113154741.67520-1-mcanal@igalia.com
Loading
-
mentioned in commit 07c5b277
-
mentioned in commit 64179a14
-
mentioned in commit nouveau@37ba6c7f
-
mentioned in commit agd5f/linux@6e64d6b3
Please register or sign in to comment