drm/amdgpu: Skip mark offset for high priority rings
authorJiadong Zhu <Jiadong.Zhu@amd.com>
Thu, 15 Jun 2023 11:10:57 +0000 (19:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Jun 2023 19:31:50 +0000 (15:31 -0400)
commitef3c36a6e025e9b16ca3321479ba016841fa17a0
tree240392c527fba794e92ef273e65031e55d22bcad
parent1ff310b97f82437237a1d779195b0d90b90da070
drm/amdgpu: Skip mark offset for high priority rings

Only low priority rings are using chunks to save the offset.
Bypass the mark offset callings from high priority rings.

Signed-off-by: Jiadong Zhu <Jiadong.Zhu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c