Commit cc0beec2 authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher

drm/amd/amdgpu: add flag to mark whether autoload is supported or not

rlc autoload is supported since navi10
Signed-off-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarJack Xiao <Jack.Xiao@amd.com>
Reviewed-by: default avatarLe Ma <Le.Ma@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1d1f41cf
...@@ -187,6 +187,8 @@ struct psp_context ...@@ -187,6 +187,8 @@ struct psp_context
/* fence value associated with cmd buffer */ /* fence value associated with cmd buffer */
atomic_t fence_value; atomic_t fence_value;
/* flag to mark whether gfx fw autoload is supported or not */
bool autoload_supported;
/* xgmi ta firmware and buffer */ /* xgmi ta firmware and buffer */
const struct firmware *ta_fw; const struct firmware *ta_fw;
......
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