]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: use REG32_PCIE wrapper instead for sw smu
authorHuang Rui <ray.huang@amd.com>
Mon, 25 Feb 2019 06:46:03 +0000 (14:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Mar 2019 20:04:02 +0000 (15:04 -0500)
commit49adc93419ca6d80801c489990fa4515fd14d127
treeb9a525438b6a4dcc381929ea42bd89e9688d8238
parent5a26aa244ebe828be37ab23224da287350df487b
drm/amd/powerplay: use REG32_PCIE wrapper instead for sw smu

This patch uses REG32_PCIE wrapper instead of writting pci_index2 and reading
pci_data2. This sequence should be protected by pcie_idx_lock.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/smu_v11_0.c