]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/vce1: Stop using amdgpu_vce_resume
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 13 May 2026 20:04:14 +0000 (22:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 May 2026 22:17:54 +0000 (18:17 -0400)
commit33d8951405e2dd81ac61edebc680e2dfb6b4fc9f
tree266abc27beea5b2f6cbbc9e027bb93d88f777e5d
parentc16fe59f622a080fc457a57b3e8f14c780699449
drm/amdgpu/vce1: Stop using amdgpu_vce_resume

The VCE1 firmware works slightly differently and is already
loaded by vce_v1_0_load_fw(). It doesn't actually need to
call amdgpu_vce_resume().

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vce_v1_0.c