Age | Commit message (Expand) | Author |
2023-12-21 | drm/xe: add a new sysfs directory for gtidle properties | Riana Tauro |
2023-12-19 | drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist() | Gustavo Sousa |
2023-12-19 | drm/xe: Initialize MOCS earlier | Matt Roper |
2023-12-19 | drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe | Matt Roper |
2023-12-19 | drm/xe: Interrupts are delivered per-tile, not per-GT | Matt Roper |
2023-12-19 | drm/xe: Allocate GT dynamically | Matt Roper |
2023-12-19 | drm/xe: Move migration from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Memory allocations are tile-based, not GT-based | Matt Roper |
2023-12-19 | drm/xe: Move VRAM from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Move GGTT from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Add support for OOB workarounds | Lucas De Marchi |
2023-12-19 | drm/xe/wa: Track gt/engine/lrc active workarounds | Lucas De Marchi |
2023-12-19 | drm/xe: Use GT oriented log messages in xe_gt.c | Michal Wajdeczko |
2023-12-19 | drm/xe/mmio: Use struct xe_reg | Lucas De Marchi |
2023-12-19 | drm/xe: Set default MOCS value for copy cs instructions | José Roberto de Souza |
2023-12-19 | drm/xe: Set default MOCS value for cs instructions | José Roberto de Souza |
2023-12-19 | drm/xe: Drop gen afixes from registers | Lucas De Marchi |
2023-12-19 | drm/xe: Let primary and media GT share a kernel_bb_pool | Matt Roper |
2023-12-19 | drm/xe: fix pvc unload issue | Chang, Bruce |
2023-12-19 | drm/xe: Don't emit extra MI_BATCH_BUFFER_END in WA batchbuffer | Matt Roper |
2023-12-19 | drm/xe: Better error messages for xe_gt_record_default_lrcs | Matthew Brost |
2023-12-19 | drm/xe: don't auto fall back to execlist mode if guc failed to init | Chang, Bruce |
2023-12-19 | drm/xe/pat: Move PAT setup to a dedicated file | Matt Roper |
2023-12-19 | drm/xe/gt: some error handling fixes | Matthew Auld |
2023-12-19 | drm/xe: Name LRC wa after the engine it belongs | 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: Fix application of LRC tunings | Lucas De Marchi |
2023-12-19 | drm/xe: Make local functions static | Lucas De Marchi |
2023-12-19 | drm/xe: Remove unseless xe_force_wake_prune. | Rodrigo Vivi |
2023-12-19 | drm/xe/mcr: Add SQIDI steering for DG2 | Lucas De Marchi |
2023-12-19 | drm/xe: Use GuC to do GGTT invalidations for the GuC firmware | Matthew Brost |
2023-12-19 | drm/xe: Add TLB invalidation fence | Matthew Brost |
2023-12-19 | drm/xe: Break of TLB invalidation into its own file | Matthew Brost |
2023-12-19 | drm/xe: Fix Meteor Lake rsa issue on guc loading | Philippe Lecluse |
2023-12-12 | drm/xe/gt: Fix min() with u32 and u64 | Lucas De Marchi |
2023-12-12 | drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob | Matthew Brost |
2023-12-12 | drm/xe: Remove i915_utils dependency from xe_pcode. | Rodrigo Vivi |
2023-12-12 | drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us. | Rodrigo Vivi |
2023-12-12 | drm/xe: Let's return last value read on xe_mmio_wait32. | Rodrigo Vivi |
2023-12-12 | drm/xe: Introduce a new DRM driver for Intel GPUs | Matthew Brost |