Re: [PATCH 1/2 v3] drm/amdgpu: Add fw minimum version check for usermode queue

2025-04-10 Thread Alex Deucher
On Thu, Apr 10, 2025 at 12:52 PM Arvind Yadav wrote: > > 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: Firm

[PATCH 1/2 v3] drm/amdgpu: Add fw minimum version check for usermode queue

2025-04-10 Thread Arvind Yadav
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 Cc