mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 06:34:17 +08:00
drm/amdgpu:fix typo for mxgpu_ai
Signed-off-by: Monk Liu <Monk.Liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
377e275946
commit
94b4fd725b
@ -133,7 +133,7 @@ static int xgpu_ai_poll_ack(struct amdgpu_device *adev)
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int xgpu_vi_poll_msg(struct amdgpu_device *adev, enum idh_event event)
|
static int xgpu_ai_poll_msg(struct amdgpu_device *adev, enum idh_event event)
|
||||||
{
|
{
|
||||||
int r = 0, timeout = AI_MAILBOX_TIMEDOUT;
|
int r = 0, timeout = AI_MAILBOX_TIMEDOUT;
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ static int xgpu_ai_send_access_requests(struct amdgpu_device *adev,
|
|||||||
if (req == IDH_REQ_GPU_INIT_ACCESS ||
|
if (req == IDH_REQ_GPU_INIT_ACCESS ||
|
||||||
req == IDH_REQ_GPU_FINI_ACCESS ||
|
req == IDH_REQ_GPU_FINI_ACCESS ||
|
||||||
req == IDH_REQ_GPU_RESET_ACCESS) {
|
req == IDH_REQ_GPU_RESET_ACCESS) {
|
||||||
r = xgpu_vi_poll_msg(adev, IDH_READY_TO_ACCESS_GPU);
|
r = xgpu_ai_poll_msg(adev, IDH_READY_TO_ACCESS_GPU);
|
||||||
if (r)
|
if (r)
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user