[PATCH] drm/xe/xe2lpg: fixup! "drm/xe/xe2: Add Wa_15015404425"
Upadhyay, Tejas
tejas.upadhyay at intel.com
Tue Jul 16 09:45:09 UTC 2024
Please don't review this patch, sent by mistake. Sending out new patch.
> -----Original Message-----
> From: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> Sent: Tuesday, July 16, 2024 11:23 AM
> To: intel-xe at lists.freedesktop.org
> Cc: Roper, Matthew D <matthew.d.roper at intel.com>; Upadhyay, Tejas
> <tejas.upadhyay at intel.com>
> Subject: [PATCH] drm/xe/xe2lpg: fixup! "drm/xe/xe2: Add Wa_15015404425"
>
> Use XE_WA as used elsewhere.
>
> Fixes: 86c5b70a9c0c ("drm/xe/xe2: Add Wa_15015404425")
> Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> ---
> drivers/gpu/drm/xe/xe_mmio.c | 5 ++++-
> drivers/gpu/drm/xe/xe_wa_oob.rules | 1 +
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_mmio.c b/drivers/gpu/drm/xe/xe_mmio.c
> index cf622d07e190..30409357487d 100644
> --- a/drivers/gpu/drm/xe/xe_mmio.c
> +++ b/drivers/gpu/drm/xe/xe_mmio.c
> @@ -13,6 +13,8 @@
> #include <drm/drm_managed.h>
> #include <drm/drm_print.h>
>
> +#include <generated/xe_wa_oob.h>
> +
> #include "regs/xe_bars.h"
> #include "regs/xe_regs.h"
> #include "xe_device.h"
> @@ -22,6 +24,7 @@
> #include "xe_macros.h"
> #include "xe_sriov.h"
> #include "xe_trace.h"
> +#include "xe_wa.h"
>
> static void tiles_fini(void *arg)
> {
> @@ -127,7 +130,7 @@ static void mmio_flush_pending_writes(struct xe_gt
> *gt)
> struct xe_tile *tile = gt_to_tile(gt);
> int i;
>
> - if (tile->xe->info.platform != XE_LUNARLAKE)
> + if (!XE_WA(gt, 15015404425))
> return;
>
> /* 4 dummy writes */
> diff --git a/drivers/gpu/drm/xe/xe_wa_oob.rules
> b/drivers/gpu/drm/xe/xe_wa_oob.rules
> index 08f7336881e3..3d0e0779a833 100644
> --- a/drivers/gpu/drm/xe/xe_wa_oob.rules
> +++ b/drivers/gpu/drm/xe/xe_wa_oob.rules
> @@ -30,3 +30,4 @@
> 22019338487 MEDIA_VERSION(2000)
> GRAPHICS_VERSION(2001)
> 16023588340 GRAPHICS_VERSION(2001)
> +15015404425 GRAPHICS_VERSION(2004)
> --
> 2.25.1
More information about the Intel-xe
mailing list