drm/amdgpu/psp: set autoload support by default
authorLikun Gao <Likun.Gao@amd.com>
Thu, 26 Oct 2023 09:28:19 +0000 (17:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Feb 2024 22:18:06 +0000 (17:18 -0500)
commit8d339b0df22956ce7e3ed8b1aa08ac8fe7f7952d
tree8d46c2ff3f9fcc9ed53637b16e2da461dc956ae4
parente9e1abb397e550aec86a6d9eb7c6f8ed4271d742
drm/amdgpu/psp: set autoload support by default

Set psp->autoload_supported to true by default,
as only a few version of ASIC not support autoload,
and the furture version of PSP should support this.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c