Commit 80210152 authored by Matt Roper's avatar Matt Roper
Browse files

drm/i915/tgl: Extend Wa_1409767108:tgl to B0 stepping

parent dbff5a8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5024,7 +5024,7 @@ static void tgl_bw_buddy_init(struct drm_i915_private *dev_priv)
	const struct buddy_page_mask *table;
	int i;

	if (IS_TGL_REVID(dev_priv, TGL_REVID_A0, TGL_REVID_A0))
	if (IS_TGL_REVID(dev_priv, TGL_REVID_A0, TGL_REVID_B0))
		/* Wa_1409767108: tgl */
		table = wa_1409767108_buddy_page_masks;
	else