RE: [PATCH] drm/amd/pm: add a new sysfs entry for default power limit

2021-03-14 Thread Quan, Evan
[AMD Public Use] Reviewed-by: Evan Quan -Original Message- From: Huang, JinHuiEric Sent: Saturday, March 13, 2021 11:47 PM To: amd-gfx@lists.freedesktop.org Cc: Greathouse, Joseph ; Quan, Evan ; Huang, JinHuiEric Subject: [PATCH] drm/amd/pm: add a new sysfs entry for default power li

Re: [PATCH V2] drm: amd: pm: Mundane typo fixes in the file amdgpu_pm.c

2021-03-14 Thread Huang Rui
On Mon, Mar 15, 2021 at 11:21:36AM +0800, Bhaskar Chowdhury wrote: > > s/"an minimum"/"a minimum"/ > s/"an maxmum"/"a maximum"/ > > Signed-off-by: Bhaskar Chowdhury Reviewed-by: Huang Rui > --- > Changes from V1: > Randy's suggestion to adjust the subject line text > And missed out a spe

[PATCH Review v3 1/1] drm/amdgpu: fix send ras disable cmd when asic not support ras

2021-03-14 Thread Stanley . Yang
cause: It is necessary to send ras disable command to ras-ta during gfx block ras later init, because the ras capability is disable read from vbios for vega20 gaming, but the ras context is released during ras init process, this will cause send ras disable comman

RE: [PATCH Review v3 1/1] drm/amdgpu: fix send ras disable cmd when asic not support ras

2021-03-14 Thread Zhang, Hawking
[AMD Public Use] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Stanley.Yang Sent: Monday, March 15, 2021 11:49 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Yang, Stanley Subject: [PATCH Review v3 1/1] drm/amdgpu: fix send ras disable cmd when asic not

[PATCH v3] drm/scheduler re-insert Bailing job to avoid memleak

2021-03-14 Thread Jack Zhang
re-insert Bailing jobs to avoid memory leak. V2: move re-insert step to drm/scheduler logic V3: add panfrost's return value for bailing jobs in case it hits the memleak issue. Signed-off-by: Jack Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_jo

RE: [PATCH v3] drm/scheduler re-insert Bailing job to avoid memleak

2021-03-14 Thread Zhang, Jack (Jian)
[AMD Public Use] Hi, Rob/Tomeu/Steven, Would you please help to review this patch for panfrost driver? Thanks, Jack Zhang -Original Message- From: Jack Zhang Sent: Monday, March 15, 2021 1:21 PM To: dri-de...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; Koenig, Christian ; G

[PATCH] drm/amdgpu: Use DRM_INFO if VFCT table not valid

2021-03-14 Thread Feifei Xu
Some ASICs has no GOP driver to copy vbios image to VFCT table. In this case, it will go to next check. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c b