提交 cc0beec2 编写于 作者: H Hawking Zhang 提交者: Alex Deucher

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

rlc autoload is supported since navi10
Signed-off-by: NHawking Zhang <Hawking.Zhang@amd.com>
Acked-by: NAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: NJack Xiao <Jack.Xiao@amd.com>
Reviewed-by: NLe Ma <Le.Ma@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册