Home
last modified time | relevance | path

Searched refs:master_ctl (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_error.c137 void xe_hw_error_irq_handler(struct xe_tile *tile, const u32 master_ctl) in xe_hw_error_irq_handler() argument
145 if (master_ctl & ERROR_IRQ(hw_err)) in xe_hw_error_irq_handler()
155 u32 master_ctl; in process_hw_errors() local
159 master_ctl = xe_mmio_read32(&tile->mmio, GFX_MSTR_IRQ); in process_hw_errors()
160 xe_hw_error_irq_handler(tile, master_ctl); in process_hw_errors()
161 xe_mmio_write32(&tile->mmio, GFX_MSTR_IRQ, master_ctl); in process_hw_errors()
H A Dxe_i2c.h53 void xe_i2c_irq_handler(struct xe_device *xe, u32 master_ctl);
61 static inline void xe_i2c_irq_handler(struct xe_device *xe, u32 master_ctl) { } in xe_i2c_irq_handler() argument
H A Dxe_hw_error.h13 void xe_hw_error_irq_handler(struct xe_tile *tile, const u32 master_ctl);
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.h25 void gen11_gt_irq_handler(struct intel_gt *gt, const u32 master_ctl);
40 void gen8_gt_irq_handler(struct intel_gt *gt, u32 master_ctl);
H A Dintel_gt_irq.c169 void gen11_gt_irq_handler(struct intel_gt *gt, const u32 master_ctl) in gen11_gt_irq_handler() argument
176 if (master_ctl & GEN11_GT_DW_IRQ(bank)) in gen11_gt_irq_handler()
405 void gen8_gt_irq_handler(struct intel_gt *gt, u32 master_ctl) in gen8_gt_irq_handler() argument
410 if (master_ctl & (GEN8_GT_RCS_IRQ | GEN8_GT_BCS_IRQ)) { in gen8_gt_irq_handler()
421 if (master_ctl & (GEN8_GT_VCS0_IRQ | GEN8_GT_VCS1_IRQ)) { in gen8_gt_irq_handler()
432 if (master_ctl & GEN8_GT_VECS_IRQ) { in gen8_gt_irq_handler()
441 if (master_ctl & (GEN8_GT_PM_IRQ | GEN8_GT_GUC_IRQ)) { in gen8_gt_irq_handler()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h26 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl);
55 static inline void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) {} in xe_display_irq_handler() argument
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c1407 void gen8_de_irq_handler(struct intel_display *display, u32 master_ctl) in gen8_de_irq_handler() argument
1414 if (master_ctl & GEN8_DE_MISC_IRQ) { in gen8_de_irq_handler()
1425 if (DISPLAY_VER(display) >= 11 && (master_ctl & GEN11_DE_HPD_IRQ)) { in gen8_de_irq_handler()
1436 if (master_ctl & GEN8_DE_PORT_IRQ) { in gen8_de_irq_handler()
1491 if (!(master_ctl & GEN8_DE_PIPE_IRQ(pipe))) in gen8_de_irq_handler()
1538 master_ctl & GEN8_DE_PCH_IRQ) { in gen8_de_irq_handler()
1568 u32 gen11_gu_misc_irq_ack(struct intel_display *display, const u32 master_ctl) in gen11_gu_misc_irq_ack() argument
1572 if (!(master_ctl & GEN11_GU_MISC_IRQ)) in gen11_gu_misc_irq_ack()
/linux/sound/aoa/fabrics/
H A Dlayout.c913 ctl = snd_ctl_new1(&master_ctl, codec->gpio); in layout_attached_codec()