Commit 5cc036a8 authored by Le.Ma's avatar Le.Ma Committed by Alex Deucher

drm/amdgpu: add fw load type flag for rlc autoload

Add another firmware load type AMDGPU_FW_LOAD_RLC_AUTO to support firmware
autoloading new feature in gfx10.

This flag can be leveraged for future engines that need autoload fw.
Signed-off-by: default avatarLe.Ma <Le.Ma@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2beae55e
...@@ -238,6 +238,7 @@ enum amdgpu_firmware_load_type { ...@@ -238,6 +238,7 @@ enum amdgpu_firmware_load_type {
AMDGPU_FW_LOAD_DIRECT = 0, AMDGPU_FW_LOAD_DIRECT = 0,
AMDGPU_FW_LOAD_SMU, AMDGPU_FW_LOAD_SMU,
AMDGPU_FW_LOAD_PSP, AMDGPU_FW_LOAD_PSP,
AMDGPU_FW_LOAD_RLC_AUTO,
}; };
/* conform to smu_ucode_xfer_cz.h */ /* conform to smu_ucode_xfer_cz.h */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment