]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/gfx12: split userq setup to a separate switch
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Mar 2025 16:21:22 +0000 (12:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:22 +0000 (16:48 -0400)
commita4a3373da2255c3149fec8fc423653aac2e570a7
treefc7e29ccb79a886a3929c8ecd222143fc503ad4f
parent9983ed969365329e22f3ea00838a6ad4afb65539
drm/amdgpu/gfx12: split userq setup to a separate switch

Add a separate switch statement for the userq callback
assignment so that we can assign the callbacks for each
asic as the firmware becomes available.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c