Home
last modified time | relevance | path

Searched refs:notify_reg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c52 intel_uncore_write(gt->uncore, guc->notify_reg, GUC_SEND_TRIGGER); in intel_guc_notify()
198 guc->notify_reg = MEDIA_GUC_HOST_INTERRUPT; in intel_guc_init_early()
201 guc->notify_reg = GEN11_GUC_HOST_INTERRUPT; in intel_guc_init_early()
208 guc->notify_reg = GUC_SEND_INTERRUPT; in intel_guc_init_early()
H A Dintel_guc.h233 /** @notify_reg: register used to send interrupts to the GuC FW */
234 i915_reg_t notify_reg; member
/linux/drivers/gpu/drm/xe/
H A Dxe_guc.c678 guc->notify_reg = MED_GUC_HOST_INTERRUPT; in xe_guc_comm_init_early()
680 guc->notify_reg = GUC_HOST_INTERRUPT; in xe_guc_comm_init_early()
1372 xe_mmio_write32(&gt->mmio, guc->notify_reg, default_notify_data); in xe_guc_notify()