]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu/vcn: drop extra cancel_delayed_work_sync()
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Aug 2025 18:53:50 +0000 (14:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Aug 2025 17:57:49 +0000 (13:57 -0400)
commitfa064d50b7eee6f40749ff03de7ef99ff4acc8c9
treed47c0a5cea980ea9024cbca44fc61112ffa6f08b
parentf3820e9d356132e18405cd7606e22dc87ccfa6d1
drm/amdgpu/vcn: drop extra cancel_delayed_work_sync()

We already call this in the hw_fini() methods for all
VCN instances, so no need to call it again in
amdgpu_vcn_suspend().

Tested-by: David (Ming Qiang) Wu <David.Wu3@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c