Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 1/2] drm/i915/mtl: Extend Wa_16014892111 to MTL
@ 2023-05-10 22:35 Radhakrishna Sripada
  2023-05-10 22:35 ` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Add MTL performance tuning changes Radhakrishna Sripada
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Radhakrishna Sripada @ 2023-05-10 22:35 UTC (permalink / raw)
  To: intel-gfx; +Cc: Matt Roper

The dg2 workaround which is used for performance tuning
is needed for Meteorlake.

Bspec: 68331
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index 81a96c52a92b..78ec350188b6 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -1370,7 +1370,7 @@ gen12_emit_indirect_ctx_rcs(const struct intel_context *ce, u32 *cs)
 					      cs, GEN12_GFX_CCS_AUX_NV);
 
 	/* Wa_16014892111 */
-	if (IS_DG2(ce->engine->i915))
+	if (IS_DG2(ce->engine->i915) || IS_METEORLAKE(ce->engine->i915))
 		cs = dg2_emit_draw_watermark_setting(cs);
 
 	return cs;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-11 13:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 22:35 [Intel-gfx] [PATCH 1/2] drm/i915/mtl: Extend Wa_16014892111 to MTL Radhakrishna Sripada
2023-05-10 22:35 ` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Add MTL performance tuning changes Radhakrishna Sripada
2023-05-11 13:59   ` Gustavo Sousa
2023-05-10 23:56 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/mtl: Extend Wa_16014892111 to MTL Patchwork
2023-05-11  0:33 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-05-11  6:23 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-05-11 13:52 ` [Intel-gfx] [PATCH 1/2] " Gustavo Sousa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox