[PATCH] drm/amd: fix gfx hang on renoir in IGT reload test
Yin, Tianci (Rico)
Tianci.Yin at amd.com
Fri Mar 11 00:06:13 UTC 2022
[AMD Official Use Only]
Thank you very much Alex!
Regards,
Rico
________________________________
From: Alex Deucher <alexdeucher at gmail.com>
Sent: Friday, March 11, 2022 0:52
To: Yin, Tianci (Rico) <Tianci.Yin at amd.com>
Cc: amd-gfx list <amd-gfx at lists.freedesktop.org>; Chen, Guchun <Guchun.Chen at amd.com>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo at amd.com>; Liu, Wenjing <Wenjing.Liu at amd.com>; Wang, Yu (Charlie) <Yu.Wang4 at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Quan, Evan <Evan.Quan at amd.com>
Subject: Re: [PATCH] drm/amd: fix gfx hang on renoir in IGT reload test
On Thu, Mar 10, 2022 at 9:04 AM Tianci Yin <tianci.yin at amd.com> wrote:
>
> From: "Tianci.Yin" <tianci.yin at amd.com>
>
> [why]
> CP hangs in igt reloading test on renoir, more precisely, hangs on the
> second time insmod.
>
> [how]
> mode2 reset can make it recover, and mode2 reset only effects gfx core,
> dcn and the screen will not be impacted.
>
> Signed-off-by: Tianci.Yin <tianci.yin at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/soc15.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
> index 496c4a6e23ac..f0713c027ed5 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
> @@ -853,6 +853,11 @@ static bool soc15_need_reset_on_init(struct amdgpu_device *adev)
> {
> u32 sol_reg;
>
> + /* CP hangs in IGT reloading test on RN, reset to WA */
> + if(adev->asic_type == CHIP_RENOIR) {
Space between if and (. Also, you can drop the { }. With that fixed:
Acked-by: Alex Deucher <alexander.deucher at amd.com>
Alex
> + return true;
> + }
> +
> /* Just return false for soc15 GPUs. Reset does not seem to
> * be necessary.
> */
> --
> 2.25.1
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20220311/e91652e7/attachment-0001.htm>
More information about the amd-gfx
mailing list