]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/amdgpu: Disable reset on init for soc_v1_0
authorAsad Kamal <asad.kamal@amd.com>
Tue, 2 Dec 2025 02:54:59 +0000 (10:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Mar 2026 17:58:08 +0000 (13:58 -0400)
commitd49f8adcbcaaeef1c4081d93fd9c35b018ab0652
treea82958bc9f9f3c8aee4ff35c01db6731142d5509
parenteb737fb303dd73ceb0f646fc2e696595e576056f
drm/amd/amdgpu: Disable reset on init for soc_v1_0

Return false from soc_v1_0_reset_on_init as psp is loaded with ifwi and
sol register will be non zero on first load itself

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