]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: access register without KIQ
authorYintian Tao <yttao@amd.com>
Wed, 15 Aug 2018 08:20:55 +0000 (16:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Aug 2018 19:17:36 +0000 (14:17 -0500)
commit46ff9959aa40ed71ce74eced25d488b48811d489
treefb07985c07285f97261e6149cb5f5ec2fff8c9d8
parentbb1e6ebcd99e1b41d1debec4d3ccf1600a71bcb3
drm/amdgpu: access register without KIQ

there is no need to access register such as mmSMC_IND_INDEX_11
and mmSMC_IND_DATA_11 through KIQ because they are VF-copy.

Signed-off-by: Yintian Tao <yttao@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c