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