aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c
diff options
context:
space:
mode:
authorAsad Kamal <[email protected]>2024-02-16 08:38:55 +0000
committerAlex Deucher <[email protected]>2024-02-22 15:23:45 +0000
commit5fe4a8d3c61f76b6e2b155d2f589355bd706a74c (patch)
tree487b6bb9a77bafbb8d363abae0293aac5e73ba12 /drivers/gpu/drm/amd/amdgpu/soc15.c
parentRevert "drm/amdgpu: Add pcie usage callback to nbio" (diff)
downloadkernel-5fe4a8d3c61f76b6e2b155d2f589355bd706a74c.tar.gz
kernel-5fe4a8d3c61f76b6e2b155d2f589355bd706a74c.zip
drm/amdgpu: Remove pcie bw sys entry
Remove pcie bw sys entry for asics not supporting such function Signed-off-by: Asad Kamal <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index b76cf70a9cb0..e4012f53632b 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -895,7 +895,6 @@ static const struct amdgpu_asic_funcs aqua_vanjaram_asic_funcs =
.get_config_memsize = &soc15_get_config_memsize,
.need_full_reset = &soc15_need_full_reset,
.init_doorbell_index = &aqua_vanjaram_doorbell_index_init,
- .get_pcie_usage = &vega20_get_pcie_usage,
.need_reset_on_init = &soc15_need_reset_on_init,
.get_pcie_replay_count = &amdgpu_nbio_get_pcie_replay_count,
.supports_baco = &soc15_supports_baco,