[PATCH 1/2 v2] 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. Cc: Alex Deucher Cc: Christian Koenig Cc: Shashank Sharma Cc: Sunil Kha

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

2025-04-10 Thread Alex Deucher
On Thu, Apr 10, 2025 at 11:56 AM Yadav, Arvind wrote: > > > On 4/10/2025 8:50 PM, Alex Deucher wrote: > > On Thu, Apr 10, 2025 at 10:57 AM 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 =

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

2025-04-10 Thread Yadav, Arvind
On 4/10/2025 8:50 PM, Alex Deucher wrote: On Thu, Apr 10, 2025 at 10:57 AM 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 f

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

2025-04-10 Thread Alex Deucher
On Thu, Apr 10, 2025 at 10:57 AM 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. > > Cc: Al