]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/vpe: Force collaborate sync after TRAP
authorAlan Liu <haoping.liu@amd.com>
Fri, 1 May 2026 04:35:48 +0000 (12:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 May 2026 16:08:13 +0000 (12:08 -0400)
commitb6074630a461b1322a814988779005cbc43612ea
treef7a2ffa5e64ba4019043d545e796e2b618aca2e0
parent0be97436bf249503b2c5898e7459744962b70f15
drm/amdgpu/vpe: Force collaborate sync after TRAP

VPE1 could possibly hang and fail to power off at the end of commands in
collaboration mode. This workaround adds a COLLAB_SYNC after TRAP to
force instances synchronized to avoid VPE1 fail to power off.

Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Alan liu <haoping.liu@amd.com>
Closes: https://gitlab.freedesktop.org/drm/amd/-/work_items/5171
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit a8b749c5c5afb7e5daa2bfb95d958fb3c6b8f055)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c