]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/discovery: handle AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO in SMU
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Apr 2022 22:08:49 +0000 (18:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 May 2022 14:43:54 +0000 (10:43 -0400)
commite2f4f863cec59fd758f45727d9f2401f64eb374e
tree37eff24b724fded9d8030d9a4513e82f1b9a4f6e
parent99c8eca753e345327e510b9e6dfa08c07d480495
drm/amdgpu/discovery: handle AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO in SMU

Handle SMU load ordering when firmware load type is
AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO.  This works similarly
to AMDGPU_FW_LOAD_DIRECT where the SMU load order is
different from the standard ordering when front door
loading is enabled.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c