]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: drop flood print in rlcg reg access function
authorGuchun Chen <guchun.chen@amd.com>
Fri, 28 Jan 2022 15:14:07 +0000 (23:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Feb 2022 23:26:31 +0000 (18:26 -0500)
commit274b924c3ed18f7d46d237810dd59d3bc89cb4b4
treeb7250c5e199e8229eeea292045f6f58bee967ac1
parent889f84798c5b975125f5f7de910ed222ca8b2677
drm/amdgpu: drop flood print in rlcg reg access function

A lot of below message are outputed in SRIOV case.
amdgpu: indirect registers access through rlcg is not supported

Also drop redundant ret set, as it's initialized to be false already.

Fixes: 29dbcac82f96d0 ("drm/amdgpu: add helper to query rlcg reg access flag")
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c