RE: [PATCH 2/2] drm/amdgpu/gfx12: don't read registers in mqd init

2025-03-11 Thread Joshi, Mukul
[Public] Series is: Reviewed-by: Mukul Joshi > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Tuesday, March 11, 2025 4:06 PM > To: Deucher, Alexander > Cc: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 2/2] drm/amdgpu/gfx12: don&#x

Re: [PATCH 2/2] drm/amdgpu/gfx12: don't read registers in mqd init

2025-03-11 Thread Alex Deucher
Ping on this series? Thanks, Alex On Wed, Mar 5, 2025 at 4:07 PM Alex Deucher wrote: > > Just use the default values. There's not need to > get the value from hardware and it could cause problems > if we do that at runtime and gfxoff is active. > > Signed-off-by: Alex Deucher > --- > drivers

[PATCH 2/2] drm/amdgpu/gfx12: don't read registers in mqd init

2025-03-05 Thread Alex Deucher
Just use the default values. There's not need to get the value from hardware and it could cause problems if we do that at runtime and gfxoff is active. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 48 ++ 1 file changed, 33 insertions(+), 15 de

Re: [PATCH 2/2] drm/amdgpu/gfx12: don't read registers in mqd init

2025-03-03 Thread Alex Deucher
ping on this series. Alex On Wed, Feb 26, 2025 at 11:09 PM Alex Deucher wrote: > > Just use the default values. There's not need to > get the value from hardware and it could cause problems > if we do that at runtime and gfxoff is active. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/dr

[PATCH 2/2] drm/amdgpu/gfx12: don't read registers in mqd init

2025-02-26 Thread Alex Deucher
Just use the default values. There's not need to get the value from hardware and it could cause problems if we do that at runtime and gfxoff is active. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 48 ++ 1 file changed, 33 insertions(+), 15 de