drm/amdgpu: drop ih reroute function from psp v11
authorHawking Zhang <Hawking.Zhang@amd.com>
Sat, 12 Dec 2020 14:16:58 +0000 (22:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Dec 2020 20:06:15 +0000 (15:06 -0500)
commit26f2daa4203c9c6b728e6b0080bb8dba863aae5a
treecec4131febe2d914df7fcc6f0999654047a1400a
parent95c0c2576432b27105e144359dfc2bb06e60b5e7
drm/amdgpu: drop ih reroute function from psp v11

For all the ASICs that integrate psp v11, vega20
doesn't support ih reroute. arcturus and later will
allow kernel driver to program ih_cfg_index/data
through mmio directly. navi1x and onwards will only
support grb_ih_set command in sriov configuration.

psp_v11_0_reroute_ih is not needed any more.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c