Age | Commit message (Expand) | Author |
2024-07-17 | drm/xe/gsc: add Battlemage support | Alexander Usyskin |
2024-06-26 | drm/xe/irq: remove xe_irq_shutdown | Ilia Levi |
2024-06-20 | drm/xe/vf: Don't change hwe IRQ masks if using memory IRQs | Michal Wajdeczko |
2024-05-22 | drm/xe/irq: move irq_uninstall over to devm | Matthew Auld |
2024-03-20 | drm/xe/gt: Remove continue statement which has no effect | Tejas Upadhyay |
2024-03-14 | drm/xe/gsc: Handle GSCCS ER interrupt | Daniele Ceraolo Spurio |
2024-02-12 | drm/xe: use drm based debugging instead of dev | Jani Nikula |
2024-02-08 | drm/xe/irq: allocate all possible msix interrupts | Dani Liberman |
2024-01-31 | drm/xe: drop display/ subdir from include directories | Jani Nikula |
2024-01-18 | drm/xe/gsc: add support for GSC proxy interrupt | Daniele Ceraolo Spurio |
2023-12-21 | drm/xe/vf: Add VF specific interrupt handler | Michal Wajdeczko |
2023-12-21 | drm/xe/irq: Don't call pci_free_irq_vectors | MichaĆ Winiarski |
2023-12-21 | drm/xe/pmu: Drop interrupt pmu event | Aravind Iddamsetty |
2023-12-21 | drm/xe/display: Implement display support | Maarten Lankhorst |
2023-12-21 | drm/xe: clear the serviced bits on INTR_IDENTITY_REG | Jonathan Cavitt |
2023-12-21 | drm/xe/gsc: add gsc device support | Vitaly Lubart |
2023-12-21 | drm/xe/irq: Clear GFX_MSTR_IRQ as part of IRQ reset | Gustavo Sousa |
2023-12-21 | drm/xe: add msix support | Dani Liberman |
2023-12-21 | drm/xe: change old msi irq api to a new one | Dani Liberman |
2023-12-21 | drm/xe: proper setting of irq enabled flag | Dani Liberman |
2023-12-21 | drm/xe: Simplify final return from xe_irq_install() | Gustavo Sousa |
2023-12-21 | drm/xe/uc: Rename guc_submission_enabled() to uc_enabled() | Daniele Ceraolo Spurio |
2023-12-21 | drm/xe/pmu: Enable PMU interface | Aravind Iddamsetty |
2023-12-21 | drm/xe: add GSCCS irq support | Daniele Ceraolo Spurio |
2023-12-21 | drm/xe: Fix an invalid locking wait context bug | Rodrigo Vivi |
2023-12-21 | drm/xe: Cleanup style warnings | Francois Dugast |
2023-12-19 | drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe | Matt Roper |
2023-12-19 | drm/xe/irq: Untangle postinstall functions | Matt Roper |
2023-12-19 | drm/xe/irq: Move ASLE backlight interrupt logic | Matt Roper |
2023-12-19 | drm/xe: Interrupts are delivered per-tile, not per-GT | Matt Roper |
2023-12-19 | drm/xe: Clarify 'gt' retrieval for primary tile | Matt Roper |
2023-12-19 | drm/xe: Move VRAM from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Rename reg field to addr | Lucas De Marchi |
2023-12-19 | drm/xe/mmio: Use struct xe_reg | Lucas De Marchi |
2023-12-19 | drm/xe: Use XE_REG/XE_REG_MCR | Lucas De Marchi |
2023-12-19 | drm/xe: Introduce xe_reg/xe_reg_mcr | Lucas De Marchi |
2023-12-19 | drm/xe/irq: Don't clobber display interrupts on multi-tile platforms | Matt Roper |
2023-12-19 | drm/xe/irq: Drop commented-out code for non-existent media engines | Matt Roper |
2023-12-19 | drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functions | Matt Roper |
2023-12-19 | drm/xe/irq: Rename and clarify top-level interrupt handling routines | Matt Roper |
2023-12-19 | drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixes | Matt Roper |
2023-12-19 | drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros | Matt Roper |
2023-12-19 | drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registers | Matt Roper |
2023-12-19 | drm/xe/irq: Drop gen3_ prefixes | Matt Roper |
2023-12-19 | drm/xe/irq: the irq handler local variable need not be static | Jani Nikula |
2023-12-19 | drm/xe: Remove dependency on i915_reg.h | Lucas De Marchi |
2023-12-19 | drm/xe: Remove dependency on intel_gt_regs.h | Lucas De Marchi |
2023-12-19 | drm/xe: Sort includes | Lucas De Marchi |
2023-12-19 | drm/xe: Make local functions static | Lucas De Marchi |
2023-12-19 | drm/xe/gt: Enable interrupt while initializing root gt | Balasubramani Vivekanandan |