]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/gfx11: Add fw minimum version check for usermode queue
authorArvind Yadav <Arvind.Yadav@amd.com>
Wed, 9 Apr 2025 10:11:59 +0000 (15:41 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Apr 2025 12:51:46 +0000 (08:51 -0400)
commit61ca97e9590ceac8c96a40b8526332c1c36409dc
tree4843e363c92d9ad57c90e744bce83bb9d7fef0a0
parent3f397cd203f247879c2f1a061e90d4c8d23655de
drm/amdgpu/gfx11: Add fw minimum version check for usermode queue

This patch is load usermode queue based on FW support for gfx11.
CP Ucode FW version: [PFP = 2530, ME = 2390, MEC = 2600, MES = 120]

v2: Addressed review comments from Alex.
    - Just check the firmware versions directly.
v3: Firmware version checks only for Navi3x(by Alex).

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Shashank Sharma <shashank.sharma@amd.com>
Cc: Sunil Khatri <sunil.khatri@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Arvind Yadav <Arvind.Yadav@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c