Commit b7b68c6e authored by Tejas Upadhyay's avatar Tejas Upadhyay
Browse files

drm/xe/wa: Limit char per line to 100

parent 98c9d27a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -599,7 +599,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
	/* Xe3_LPG */

	{ XE_RTP_NAME("14021402888"),
	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), FUNC(xe_rtp_match_first_render_or_compute)),
	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
		       FUNC(xe_rtp_match_first_render_or_compute)),
	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
	},
	{ XE_RTP_NAME("18034896535"),