]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: access register without KIQ
authorEmily Deng <Emily.Deng@amd.com>
Wed, 12 Dec 2018 09:00:13 +0000 (17:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Dec 2018 17:04:38 +0000 (12:04 -0500)
commita8bb5a3ce1e08dd121b90074b17d308b96ce81e7
tree043fd3457880af6a152cf0eb4dd81224301e5730
parent7139ca466e37049e349e42d98ff8b6d42382fde5
drm/amdgpu: access register without KIQ

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

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c