drm/amdgpu: Add initial support for gfx v12_1
authorLikun Gao <Likun.Gao@amd.com>
Mon, 17 Feb 2025 09:13:05 +0000 (17:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:43 +0000 (13:56 -0500)
commitad5f1ee0a9b03200b86db65fd946b686088b4b03
treef713dafdd1b467a496e9cf48d7ceb48f237edbeb
parent78996e1e98f822d16363e2a7703ca243eda59ba8
drm/amdgpu: Add initial support for gfx v12_1

Add initial support for gfx ip block for gc v12_1.

V2: Remove some not applicable bit set.
V3: drop unused header (Alex)
v4: Fix type on copyright
v5: fix num_xcc handling (Alex)

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