return dss >= dss_per_gslice;
}
+
+bool xe_rtp_match_when_media2000(const struct xe_gt *gt,
+ const struct xe_hw_engine *hwe)
+{
+ return (gt_to_xe(gt))->info.media_verx100 == 2000;
+}
bool xe_rtp_match_first_gslice_fused_off(const struct xe_gt *gt,
const struct xe_hw_engine *hwe);
+/*
+ * xe_rtp_match_when_media2000 - Match when media GT version 2000
+ *
+ * @gt: GT structure
+ * @hwe: Engine instance
+ *
+ * Its one of the case where we need to apply workaround on primary GT
+ * based on if media GT version 2000 is present. Thus this API will help
+ * us to match media version 2000.
+ *
+ * Returns: true if media GT version 2000, false otherwise.
+ */
+bool xe_rtp_match_when_media2000(const struct xe_gt *gt,
+ const struct xe_hw_engine *hwe);
#endif
DIS_AUTOSTRIP))
},
+ /* Xe2_LPM */
+
+ { XE_RTP_NAME("14020756599"),
+ XE_RTP_RULES(ENGINE_CLASS(RENDER), FUNC(xe_rtp_match_when_media2000)),
+ XE_RTP_ACTIONS(SET(WM_CHICKEN3, HIZ_PLANE_COMPRESSION_DIS))
+ },
+
{}
};