[PATCH 1/2] drm/amdgpu/gfx11: 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_v11_0.c | 47 ++ 1 file changed, 32 insertions(+), 15 de

[PATCH 1/2] drm/amdgpu/gfx11: 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_v11_0.c | 47 ++ 1 file changed, 32 insertions(+), 15 de