drm/amdgpu: Fix GFX v9.4.3 EOP buffer allocation
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 19 Dec 2022 12:09:42 +0000 (17:39 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:50:52 +0000 (09:50 -0400)
commitd524180b88009d9158bff7fd20f3916455e0c32c
tree65cc2951c2da4385808e5b28afa73788e02b6311
parent12c4d7edfb7238ded6c7a2584995d888b4d877ec
drm/amdgpu: Fix GFX v9.4.3 EOP buffer allocation

Each compute cluster gets 8 compute queues in GFX v9.4.3. Fix the EOP
buffer allocation so that compute queue on every XCC gets a unique
address.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Tested-and-Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c