Patches 1 and 2: Acked-by: Alex Deucher <[email protected]>
On Mon, Aug 31, 2026 at 11:02 AM Sunil Khatri <[email protected]> wrote: > > Update to the latest stable fw versions where userqueues > is working as it is expected with major fixes. > > Signed-off-by: Sunil Khatri <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c > b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c > index d704ce328e6e..2c160ec9dc57 100644 > --- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c > @@ -1655,10 +1655,10 @@ static int gfx_v11_0_sw_init(struct amdgpu_ip_block > *ip_block) > case IP_VERSION(11, 0, 2): > case IP_VERSION(11, 0, 3): > if (!adev->gfx.disable_uq && > - adev->gfx.me_fw_version >= 2420 && > - adev->gfx.pfp_fw_version >= 2580 && > - adev->gfx.mec_fw_version >= 2650 && > - adev->mes.fw_version[0] >= 120) { > + adev->gfx.me_fw_version >= 3090 && > + adev->gfx.pfp_fw_version >= 3190 && > + adev->gfx.mec_fw_version >= 3450 && > + adev->mes.fw_version[0] >= 147) { > adev->userq_funcs[AMDGPU_HW_IP_GFX] = > &userq_mes_funcs; > adev->userq_funcs[AMDGPU_HW_IP_COMPUTE] = > &userq_mes_funcs; > } > -- > 2.34.1 >
