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)
commit07944623c775a3ef2b85beab769a4e68b2bed979
tree043fd3457880af6a152cf0eb4dd81224301e5730
parent7b184b006185215daf4e911f8de212964c99a514
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