summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2025-01-13 12:47:40 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-23 17:22:52 +0100
commitb22467b1ae104073dcb11aa78562a331cd7fb0e0 (patch)
treeb115f0cd3d49135f1fa09b74d84904995085db01 /include/linux
parentbf5105dd6d6c6e0088a5391b93723c324918c556 (diff)
downloadlinux-b22467b1ae104073dcb11aa78562a331cd7fb0e0.tar.gz
linux-b22467b1ae104073dcb11aa78562a331cd7fb0e0.tar.bz2
linux-b22467b1ae104073dcb11aa78562a331cd7fb0e0.zip
drm/v3d: Ensure job pointer is set to NULL after job completion
[ Upstream commit e4b5ccd392b92300a2b341705cc4805681094e49 ] 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: 14d1d1908696 ("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 Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions