]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/uq: make MES UQ setup generic
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Nov 2024 14:45:19 +0000 (15:45 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:19 +0000 (16:48 -0400)
commit79819d9a0ac38bf83ac712e00be2d53104895b84
treeacae12ebc04128dafade6b5388810de4400b5450
parentb965c5d87108add7941528569d7acdfabcd86b55
drm/amdgpu/uq: make MES UQ setup generic

Now that all of the IP specific code has been moved into
the IP specific functions, we can make this code generic.

V2: Fixed build errors and porting logics (Shashank)

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shashank Sharma <shashank.sharma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c [moved from drivers/gpu/drm/amd/amdgpu/mes_v11_0_userqueue.c with 84% similarity]
drivers/gpu/drm/amd/amdgpu/mes_userqueue.h [moved from drivers/gpu/drm/amd/amdgpu/mes_v11_0_userqueue.h with 91% similarity]
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c