[AMD Public Use]

Reviewed-by: Hawking Zhang <hawking.zh...@amd.com>

Regards,
Hawking
-----Original Message-----
From: Wang, Kevin(Yang) <kevin1.w...@amd.com> 
Sent: Tuesday, March 9, 2021 18:32
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking <hawking.zh...@amd.com>; Wang, Kevin(Yang) 
<kevin1.w...@amd.com>
Subject: [PATCH] Revert "drm/amdgpu: add psp RAP L0 check support"

This reverts commit a77e3752c319e479c538a84c3b0f6d87f6fa4bc7.

Disable PSP RAP L0 self test until to RAP feature ready.
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index d9856cae9a39..80a4dc51951e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -2365,7 +2365,6 @@ static int psp_hw_init(void *handle)  {
        int ret;
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;
-       enum ta_rap_status status = TA_RAP_STATUS__SUCCESS;
 
        mutex_lock(&adev->firmware.mutex);
        /*
@@ -2383,14 +2382,7 @@ static int psp_hw_init(void *handle)
        }
 
        mutex_unlock(&adev->firmware.mutex);
-
-       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;
+       return 0;
 
 failed:
        adev->firmware.load_type = AMDGPU_FW_LOAD_DIRECT;
--
2.17.1
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to