Commit 2c440f2f authored by Nitin Gote's avatar Nitin Gote Committed by Tejas Upadhyay
Browse files

drm/xe: Extend Wa_14026781792 for xe3lpg



Wa_14026781792 applies to all graphics versions from 30.00
through 35.10 (inclusive). Since there are no IPs between
30.05 and 35.10, consolidate the RTP rules into a single
GRAPHICS_VERSION_RANGE(3000, 3510).

v2: (Matt)
 - There are no IPs between 30.05 and 35.10 either,
   So, consolidate this into a single GRAPHICS_VERSION_RANGE(3000, 3510)
 - Also move it up to the top part of the table

Signed-off-by: default avatarNitin Gote <nitin.r.gote@intel.com>
Reviewed-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260317080059.1275116-2-nitin.r.gote@intel.com


Signed-off-by: default avatarTejas Upadhyay <tejas.upadhyay@intel.com>
parent 18fc0f1d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -656,6 +656,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2004), ENGINE_CLASS(RENDER)),
	  XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
	},
	{ XE_RTP_NAME("14026781792"),
	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3510), ENGINE_CLASS(RENDER)),
	  XE_RTP_ACTIONS(SET(FF_MODE, DIS_TE_PATCH_CTRL))
	},

	/* DG1 */

@@ -784,10 +788,6 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
		       ENGINE_CLASS(RENDER)),
	  XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
	},
	{ XE_RTP_NAME("14026781792"),
	  XE_RTP_RULES(GRAPHICS_VERSION(3510), ENGINE_CLASS(RENDER)),
	  XE_RTP_ACTIONS(SET(FF_MODE, DIS_TE_PATCH_CTRL))
	},
};

static __maybe_unused const struct xe_rtp_entry oob_was[] = {