]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/mes_v12_1: initial support for mes_v12_1
authorJack Xiao <Jack.Xiao@amd.com>
Wed, 14 May 2025 09:01:21 +0000 (17:01 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:39 +0000 (13:56 -0500)
commite220edf2d6fd6dbf08fa93790809500a80217948
tree2e7291e91ea728052a57538eec72a49840bf173f
parent73aa1550dfeda9fff742dbba724c69d46e0908bf
drm/amdgpu/mes_v12_1: initial support for mes_v12_1

Duplicated and rename mes ip version name to v12_1_0.
Fix to access correct ring pipe by xcc_id.
Fix to access correct instance registers by xcc_id.
Fix to access correct index registers by grbm/xcc_id.

v2: rebase (Alex)
v3: fix sw_fini (Alex)

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/mes_v12_1.h [new file with mode: 0644]