drm/amdgpu: add xcc index argument to gfx v9_4_3 functions
authorLe Ma <le.ma@amd.com>
Wed, 17 Nov 2021 09:51:17 +0000 (17:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:55 +0000 (16:28 -0400)
commitec08571aca7c5e6bf2d1820db9c8aaa104eb9b68
treeb5200a66b940d2d39a7ecf62815b5ba982810d60
parent6f917fdc934518401ff2e166e6db1f6ac1ef1078
drm/amdgpu: add xcc index argument to gfx v9_4_3 functions

Change those v9_4_3 interfaces which are exposed in gfx_v9_0.c.
For some active single-xcc emu models, the code path in
gfx_v9_0.c is better to keep reserved for a while.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c