RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-07-12 Thread Zhang, Hawking
gfx@lists.freedesktop.org Cc: Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ; Yang, Stanley Subject: RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory [AMD Official Use Only - AMD Internal Distribution Only] OK - Best Regards, Thomas -Original Message- From: Zhang, Hawk

RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-06-28 Thread Chai, Thomas
, Stanley ; Chai, Thomas Subject: RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory [AMD Official Use Only - AMD Internal Distribution Only] + ret = psp_ras_invoke(psp, ras_cmd->cmd_id); + case TA_RAS_COMMAND__TRIGGER_ERROR: + if (

RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-06-28 Thread Zhang, Hawking
[AMD Official Use Only - AMD Internal Distribution Only] + ret = psp_ras_invoke(psp, ras_cmd->cmd_id); + case TA_RAS_COMMAND__TRIGGER_ERROR: + if (out) { + uint32_t *ras_status = (uint32_t *)out; + + *ras_status =

Re: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-04-29 Thread Lazar, Lijo
On 4/28/2024 12:38 PM, YiPeng Chai wrote: > Add mutex to protect ras shared memory. > > Signed-off-by: YiPeng Chai > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c| 121 ++--- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h| 1 + >

RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-04-28 Thread Chai, Thomas
: [PATCH] drm/amdgpu: add mutex to protect ras shared memory [AMD Official Use Only - General] -Original Message- From: Chai, Thomas Sent: Sunday, April 28, 2024 3:08 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ; Yang, Stanley ; Chai

RE: [PATCH] drm/amdgpu: add mutex to protect ras shared memory

2024-04-28 Thread Wang, Yang(Kevin)
[AMD Official Use Only - General] -Original Message- From: Chai, Thomas Sent: Sunday, April 28, 2024 3:08 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ; Yang, Stanley ; Chai, Thomas Subject: [PATCH] drm/amdgpu: add mutex to