summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_irq.c
AgeCommit message (Expand)Author
2023-12-19drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper
2023-12-19drm/xe/irq: Untangle postinstall functionsMatt Roper
2023-12-19drm/xe/irq: Move ASLE backlight interrupt logicMatt Roper
2023-12-19drm/xe: Interrupts are delivered per-tile, not per-GTMatt Roper
2023-12-19drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi
2023-12-19drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi
2023-12-19drm/xe/irq: Don't clobber display interrupts on multi-tile platformsMatt Roper
2023-12-19drm/xe/irq: Drop commented-out code for non-existent media enginesMatt Roper
2023-12-19drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functionsMatt Roper
2023-12-19drm/xe/irq: Rename and clarify top-level interrupt handling routinesMatt Roper
2023-12-19drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixesMatt Roper
2023-12-19drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macrosMatt Roper
2023-12-19drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registersMatt Roper
2023-12-19drm/xe/irq: Drop gen3_ prefixesMatt Roper
2023-12-19drm/xe/irq: the irq handler local variable need not be staticJani Nikula
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Make local functions staticLucas De Marchi
2023-12-19drm/xe/gt: Enable interrupt while initializing root gtBalasubramani Vivekanandan
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost