From 4173e0f9106b7abc70b586936196c9694f0866b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Tue, 9 Jul 2024 06:46:59 -0700 Subject: [PATCH] intel/dev: Drop DG1 PAT entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It inherents that table from TGL. Reviewed-by: Jordan Justen Reviewed-by: Jianxun Zhang Signed-off-by: José Roberto de Souza Part-of: --- src/intel/dev/intel_device_info.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c index bcaab74f11f..3c84548d881 100644 --- a/src/intel/dev/intel_device_info.c +++ b/src/intel/dev/intel_device_info.c @@ -1064,14 +1064,7 @@ static const struct intel_device_info intel_device_info_rpl_p = { .has_llc = false, \ .has_local_mem = true, \ .urb.size = 768, \ - .simulator_id = 30, \ - /* There is no PAT table for DG1, using TGL one */ \ - .pat = { \ - .cached_coherent = PAT_ENTRY(0, WB, 2WAY), \ - .scanout = PAT_ENTRY(1, WC, NONE), \ - .writeback_incoherent = PAT_ENTRY(0, WB, 2WAY), \ - .writecombining = PAT_ENTRY(1, WC, NONE), \ - } + .simulator_id = 30 static const struct intel_device_info intel_device_info_dg1 = { GFX12_DG1_SG1_FEATURES,