]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/guc: Move ARAT interrupts enabling to the upload step
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 19 Jun 2024 16:34:13 +0000 (18:34 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 20 Jun 2024 09:03:03 +0000 (11:03 +0200)
commit7a893345a406b46b6a0f9575ce58e513cf79b997
tree51066532982c8ec23fe88495ad492212d98fb773
parent8e7455dd0dedf88332f249f8b1e50bc554e4c1e3
drm/xe/guc: Move ARAT interrupts enabling to the upload step

Even though ARAT interrupts are enabled by default, we still want
to keep the code that enables them. But instead doing that in the
CTB enabling step, move this code to the upload step, where we
already setup few other registers related to GuC.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619163413.817-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc.c