drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes
authorMichael Chen <michael.chen@amd.com>
Tue, 8 Oct 2024 19:29:50 +0000 (15:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2024 15:21:08 +0000 (11:21 -0400)
commit144df260f3daab42c4611021f929b3342de516e5
treec19dee51449873ec45fd68d59579777292a95f90
parentf8588f051d8ce2ed1f76a3c1d32f0d17b68ee155
drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes

With Unified MES enabled in gfx12, need separate event log buffer for the
2 MES pipes to avoid data overwrite.

Signed-off-by: Michael Chen <michael.chen@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c