Revert "drm/amdgpu: add psp RAP L0 check support"
This reverts commit d86fd724e5.
Disable PSP RAP L0 self test until to RAP feature ready.
Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -2365,7 +2365,6 @@ static int psp_hw_init(void *handle)
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct amdgpu_device *adev = (struct amdgpu_device *)handle;
|
struct amdgpu_device *adev = (struct amdgpu_device *)handle;
|
||||||
enum ta_rap_status status = TA_RAP_STATUS__SUCCESS;
|
|
||||||
|
|
||||||
mutex_lock(&adev->firmware.mutex);
|
mutex_lock(&adev->firmware.mutex);
|
||||||
/*
|
/*
|
||||||
@@ -2383,14 +2382,7 @@ static int psp_hw_init(void *handle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
mutex_unlock(&adev->firmware.mutex);
|
mutex_unlock(&adev->firmware.mutex);
|
||||||
|
return 0;
|
||||||
ret = psp_rap_invoke(&adev->psp, TA_CMD_RAP__VALIDATE_L0, &status);
|
|
||||||
if (ret || status != TA_RAP_STATUS__SUCCESS) {
|
|
||||||
dev_err(adev->dev, "RAP: (%d) Failed to Invoke Validate L0, status %d\n",
|
|
||||||
ret, status);
|
|
||||||
}
|
|
||||||
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
failed:
|
failed:
|
||||||
adev->firmware.load_type = AMDGPU_FW_LOAD_DIRECT;
|
adev->firmware.load_type = AMDGPU_FW_LOAD_DIRECT;
|
||||||
|
|||||||
Reference in New Issue
Block a user