drm/amdgpu: Remove unused nbif_v6_3_1_sriov_funcs
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 19 Feb 2025 21:23:18 +0000 (21:23 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2025 16:44:01 +0000 (11:44 -0500)
commit9d8af72fe73f00b74ac1ace6201ab7030d765d54
tree580f6afda72d9ae931f101e8d7a6356cf3f14358
parent289387d0dbf806bd59063ab93d94f48cd4c75c7c
drm/amdgpu: Remove unused nbif_v6_3_1_sriov_funcs

The nbif_v6_3_1_sriov_funcs instance of amdgpu_nbio_funcs was added in
commit 894c6d3522d1 ("drm/amdgpu: Add nbif v6_3_1 ip block support")
but has remained unused.

Alex has confirmed it wasn't needed.

Remove it, together with the four unused stub functions:
  nbif_v6_3_1_sriov_ih_doorbell_range
  nbif_v6_3_1_sriov_gc_doorbell_init
  nbif_v6_3_1_sriov_vcn_doorbell_range
  nbif_v6_3_1_sriov_sdma_doorbell_range

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.c
drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.h