diff options
| author | Jack Xiao <Jack.Xiao@amd.com> | 2025-05-14 17:01:21 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-12-08 13:56:39 -0500 |
| commit | e220edf2d6fd6dbf08fa93790809500a80217948 (patch) | |
| tree | 2e7291e91ea728052a57538eec72a49840bf173f /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 73aa1550dfeda9fff742dbba724c69d46e0908bf (diff) | |
| download | lwn-e220edf2d6fd6dbf08fa93790809500a80217948.tar.gz lwn-e220edf2d6fd6dbf08fa93790809500a80217948.zip | |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 139ceafa164a..367f2da5f510 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -179,6 +179,7 @@ amdgpu-y += \ amdgpu_mes.o \ mes_v11_0.o \ mes_v12_0.o \ + mes_v12_1.o # add GFX userqueue support amdgpu-y += mes_userqueue.o |
