OSDN Git Service

drm/amd: Don't initialize PSP twice for Navi3x
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 26 Jun 2023 15:04:03 +0000 (10:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jun 2023 17:12:14 +0000 (13:12 -0400)
commit5efe0f3eed4f6eeb2a75285b48aee0a75399e6d8
treec0a58238d5b6c6517db9a155e355c00944a10eb1
parent1e66a17ce546eabad753178bbd4175cb52bafca8
drm/amd: Don't initialize PSP twice for Navi3x

PSP functions are already set by psp_early_init() so initializing
them a second time is unnecessary.
No intended functional changes.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c