OSDN Git Service

drm/amdgpu: load pmfw prior to other non-psp fw for aldebaran
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 25 May 2020 07:27:18 +0000 (15:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 02:52:24 +0000 (22:52 -0400)
commit428ad99e9ccd0410b106910ede61ace700bb0fe5
treed149e4f918da4d0d3cd1d8404719c3dec1f8aca8
parentf8a98f1645cdb4037364c8b1ec98c1e4cfd4f2f5
drm/amdgpu: load pmfw prior to other non-psp fw for aldebaran

PMFW should be loaded before any operation that
may toggling DF-Cstate. otherwsie, tOS has no
choice but to locally toggle DF Cstate (i.e.
disable DF-Cstate even it already enabled by VBIOS)

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c