Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/guc: Drop redundant ARAT timer enabling
@ 2024-06-03 19:07 Michal Wajdeczko
  2024-06-04  0:43 ` Matthew Brost
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Michal Wajdeczko @ 2024-06-03 19:07 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, Matthew Brost, Vinay Belgaumkar, John Harrison

This interrupt is enabled by default and there is no need to
re-enable it as there is no other code in the Xe driver that
could change this setting.

Bspec: 52572
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
---
 drivers/gpu/drm/xe/xe_guc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
index 086a048876ba..f4d728350694 100644
--- a/drivers/gpu/drm/xe/xe_guc.c
+++ b/drivers/gpu/drm/xe/xe_guc.c
@@ -862,9 +862,6 @@ int xe_guc_enable_communication(struct xe_guc *guc)
 			return err;
 	}
 
-	xe_mmio_rmw32(guc_to_gt(guc), PMINTRMSK,
-		      ARAT_EXPIRED_INTRMSK, 0);
-
 	err = xe_guc_ct_enable(&guc->ct);
 	if (err)
 		return err;
-- 
2.43.0


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

end of thread, other threads:[~2024-06-05  4:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 19:07 [PATCH] drm/xe/guc: Drop redundant ARAT timer enabling Michal Wajdeczko
2024-06-04  0:43 ` Matthew Brost
2024-06-04 12:03   ` Michal Wajdeczko
2024-06-04 21:13 ` ✓ CI.Patch_applied: success for " Patchwork
2024-06-04 21:13 ` ✓ CI.checkpatch: " Patchwork
2024-06-04 21:14 ` ✓ CI.KUnit: " Patchwork
2024-06-04 21:26 ` ✓ CI.Build: " Patchwork
2024-06-04 21:26 ` ✗ CI.Hooks: failure " Patchwork
2024-06-04 21:27 ` ✓ CI.checksparse: success " Patchwork
2024-06-04 21:55 ` ✓ CI.BAT: " Patchwork
2024-06-05  4:44 ` ✗ CI.FULL: failure " Patchwork

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