drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
authorKevin Wang <kevin1.wang@amd.com>
Tue, 2 Mar 2021 07:54:00 +0000 (15:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Mar 2021 15:51:37 +0000 (10:51 -0500)
commit43fb6c195dee0f4d6844ec2936257f99473fa057
tree7d5fbafa5ad3ab6d10d4ce09a1b6bd566d02725b
parente7bdf00e0040e6092305397831ea58fc2107c5d6
drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie

the register offset isn't needed division by 4 to pass RREG32_PCIE()

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c