summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_irq.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/irq: Don't call pci_free_irq_vectorsMichaƂ Winiarski1-4/+1
2023-12-21drm/xe/pmu: Drop interrupt pmu eventAravind Iddamsetty1-18/+0
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-1/+12
2023-12-21drm/xe: clear the serviced bits on INTR_IDENTITY_REGJonathan Cavitt1-1/+1
2023-12-21drm/xe/gsc: add gsc device supportVitaly Lubart1-6/+16
2023-12-21drm/xe/irq: Clear GFX_MSTR_IRQ as part of IRQ resetGustavo Sousa1-0/+17
2023-12-21drm/xe: add msix supportDani Liberman1-3/+3
2023-12-21drm/xe: change old msi irq api to a new oneDani Liberman1-9/+29
2023-12-21drm/xe: proper setting of irq enabled flagDani Liberman1-5/+3
2023-12-21drm/xe: Simplify final return from xe_irq_install()Gustavo Sousa1-5/+1
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty1-0/+18
2023-12-21drm/xe: add GSCCS irq supportDaniele Ceraolo Spurio1-7/+18
2023-12-21drm/xe: Fix an invalid locking wait context bugRodrigo Vivi1-6/+26
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-6/+5
2023-12-20drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper1-45/+44
2023-12-20drm/xe/irq: Untangle postinstall functionsMatt Roper1-28/+9
2023-12-20drm/xe/irq: Move ASLE backlight interrupt logicMatt Roper1-6/+10
2023-12-20drm/xe: Interrupts are delivered per-tile, not per-GTMatt Roper1-146/+181
2023-12-20drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper1-3/+3
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-69/+69
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-3/+3
2023-12-20drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi1-1/+1
2023-12-20drm/xe/irq: Don't clobber display interrupts on multi-tile platformsMatt Roper1-2/+10
2023-12-20drm/xe/irq: Drop commented-out code for non-existent media enginesMatt Roper1-12/+0
2023-12-20drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functionsMatt Roper1-24/+22
2023-12-20drm/xe/irq: Rename and clarify top-level interrupt handling routinesMatt Roper1-22/+24
2023-12-20drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixesMatt Roper1-55/+54
2023-12-20drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macrosMatt Roper1-31/+32
2023-12-20drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registersMatt Roper1-12/+20
2023-12-20drm/xe/irq: Drop gen3_ prefixesMatt Roper1-22/+20
2023-12-20drm/xe/irq: the irq handler local variable need not be staticJani Nikula1-1/+1
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-2/+4
2023-12-20drm/xe: Make local functions staticLucas De Marchi1-1/+1
2023-12-20drm/xe/gt: Enable interrupt while initializing root gtBalasubramani Vivekanandan1-1/+1
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+565