[PATCH] drm/xe/guc: Drop redundant ARAT timer enabling
Michal Wajdeczko
michal.wajdeczko at intel.com
Mon Jun 3 19:07:47 UTC 2024
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 at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Cc: John Harrison <John.C.Harrison at 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
More information about the Intel-xe
mailing list