]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Add default reset method for soc_v1_0
authorAsad Kamal <asad.kamal@amd.com>
Mon, 24 Nov 2025 17:42:42 +0000 (01:42 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Mar 2026 17:58:08 +0000 (13:58 -0400)
commiteb737fb303dd73ceb0f646fc2e696595e576056f
tree3dafe4caa309b416c739d695f7054a8f28002f29
parent6952ee37fad0fbccc98266ac61fce33ecd9d7338
drm/amdgpu: Add default reset method for soc_v1_0

Add mode2 as default reset method for soc_v1_0

v2: Remove unnecessary overrides while selecting reset method (Lijo)
v4: Add dev_warn_once (Lijo)

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc_v1_0.c