On 10-07-2025 16:00, Jakub Kolakowski wrote: > From: Michal Wajdeczko > > These workarounds are not applicable for use by the VFs. > > Signed-off-by: Michal Wajdeczko > Tested-by: Jakub Kolakowski > Acked-by: Satyanarayana K V P > --- > drivers/gpu/drm/xe/xe_wa_oob.rules | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/xe/xe_wa_oob.rules b/drivers/gpu/drm/xe/xe_wa_oob.rules > index 96cc33da0fb5..e7ed5d583d68 100644 > --- a/drivers/gpu/drm/xe/xe_wa_oob.rules > +++ b/drivers/gpu/drm/xe/xe_wa_oob.rules > @@ -40,10 +40,10 @@ > GRAPHICS_VERSION_RANGE(3000, 3001) > GRAPHICS_VERSION(3003) > 22019338487 MEDIA_VERSION(2000) > - GRAPHICS_VERSION(2001) > + GRAPHICS_VERSION(2001), FUNC(xe_rtp_match_not_sriov_vf) > MEDIA_VERSION(3000), MEDIA_STEP(A0, B0), FUNC(xe_rtp_match_not_sriov_vf) > 22019338487_display PLATFORM(LUNARLAKE) > -16023588340 GRAPHICS_VERSION(2001) > +16023588340 GRAPHICS_VERSION(2001), FUNC(xe_rtp_match_not_sriov_vf) > 14019789679 GRAPHICS_VERSION(1255) > GRAPHICS_VERSION_RANGE(1270, 2004) > no_media_l3 MEDIA_VERSION(3000) LGTM. Reviewed-by: Satyanarayana K V P >