]> www.infradead.org Git - users/hch/misc.git/commit
drm/amdgpu/gfx11: don't read registers in mqd init
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Feb 2025 20:55:33 +0000 (15:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Mar 2025 03:10:25 +0000 (23:10 -0400)
commite27b36ea6ba5f29e91fcfb375ea29503708fcf43
tree51819d762347d26a0cda7f991752b8e4be7388fc
parentf844732e3ad9c4b78df7436232949b8d2096d1a6
drm/amdgpu/gfx11: don't read registers in mqd init

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.

Reviewed-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c