Re: [PATCH 2/2] drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

2023-05-12 Thread Guilherme G. Piccoli
On 12/05/2023 10:29, Alex Deucher wrote: > [...] >> BTW, I couldn't test this one since I don't have GFX11 HW, so appreciate >> if anyone from AMD (or any community member) could give it a try... > > We've tested this on gfx11 and applied the patches. Thanks! > > Alex > That's great, thanks a

Re: [PATCH 2/2] drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

2023-05-12 Thread Alex Deucher
On Tue, May 9, 2023 at 1:04 PM Guilherme G. Piccoli wrote: > > On 09/05/2023 13:49, Bas Nieuwenhuizen wrote: > > From: "Guilherme G. Piccoli" > > > > (Bas: speculative change to mirror gfx10/gfx9) > > > > Signed-off-by: Guilherme G. Piccoli > > Cc: Alex Deucher > > --- > > Thanks a lot for both

Re: [PATCH 2/2] drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

2023-05-11 Thread Bas Nieuwenhuizen
On Tue, May 9, 2023 at 7:01 PM Guilherme G. Piccoli wrote: > > On 09/05/2023 13:49, Bas Nieuwenhuizen wrote: > > From: "Guilherme G. Piccoli" > > > > (Bas: speculative change to mirror gfx10/gfx9) > > > > Signed-off-by: Guilherme G. Piccoli > > Cc: Alex Deucher > > --- > > Thanks a lot for both

Re: [PATCH 2/2] drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

2023-05-09 Thread Guilherme G. Piccoli
On 09/05/2023 13:49, Bas Nieuwenhuizen wrote: > From: "Guilherme G. Piccoli" > > (Bas: speculative change to mirror gfx10/gfx9) > > Signed-off-by: Guilherme G. Piccoli > Cc: Alex Deucher > --- Thanks a lot for both patches Bas! This second one, despite I've attached it on gitlab, you should a

[PATCH 2/2] drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

2023-05-09 Thread Bas Nieuwenhuizen
From: "Guilherme G. Piccoli" (Bas: speculative change to mirror gfx10/gfx9) Signed-off-by: Guilherme G. Piccoli Cc: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/driv