summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_irq.c
AgeCommit message (Expand)Author
2024-06-26drm/xe/irq: remove xe_irq_shutdownIlia Levi
2024-06-20drm/xe/vf: Don't change hwe IRQ masks if using memory IRQsMichal Wajdeczko
2024-05-22drm/xe/irq: move irq_uninstall over to devmMatthew Auld
2024-03-20drm/xe/gt: Remove continue statement which has no effectTejas Upadhyay
2024-03-14drm/xe/gsc: Handle GSCCS ER interruptDaniele Ceraolo Spurio
2024-02-12drm/xe: use drm based debugging instead of devJani Nikula
2024-02-08drm/xe/irq: allocate all possible msix interruptsDani Liberman
2024-01-31drm/xe: drop display/ subdir from include directoriesJani Nikula
2024-01-18drm/xe/gsc: add support for GSC proxy interruptDaniele Ceraolo Spurio
2023-12-21drm/xe/vf: Add VF specific interrupt handlerMichal Wajdeczko
2023-12-21drm/xe/irq: Don't call pci_free_irq_vectorsMichaƂ Winiarski
2023-12-21drm/xe/pmu: Drop interrupt pmu eventAravind Iddamsetty
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst
2023-12-21drm/xe: clear the serviced bits on INTR_IDENTITY_REGJonathan Cavitt
2023-12-21drm/xe/gsc: add gsc device supportVitaly Lubart
2023-12-21drm/xe/irq: Clear GFX_MSTR_IRQ as part of IRQ resetGustavo Sousa
2023-12-21drm/xe: add msix supportDani Liberman
2023-12-21drm/xe: change old msi irq api to a new oneDani Liberman
2023-12-21drm/xe: proper setting of irq enabled flagDani Liberman
2023-12-21drm/xe: Simplify final return from xe_irq_install()Gustavo Sousa
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty
2023-12-21drm/xe: add GSCCS irq supportDaniele Ceraolo Spurio
2023-12-21drm/xe: Fix an invalid locking wait context bugRodrigo Vivi
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
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