summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt.c
AgeCommit message (Expand)Author
2023-12-21drm/xe: add a new sysfs directory for gtidle propertiesRiana Tauro
2023-12-19drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()Gustavo Sousa
2023-12-19drm/xe: Initialize MOCS earlierMatt Roper
2023-12-19drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper
2023-12-19drm/xe: Interrupts are delivered per-tile, not per-GTMatt Roper
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper
2023-12-19drm/xe: Move migration from GT to tileMatt Roper
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Move GGTT from GT to tileMatt Roper
2023-12-19drm/xe: Add support for OOB workaroundsLucas De Marchi
2023-12-19drm/xe/wa: Track gt/engine/lrc active workaroundsLucas De Marchi
2023-12-19drm/xe: Use GT oriented log messages in xe_gt.cMichal Wajdeczko
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza
2023-12-19drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper
2023-12-19drm/xe: fix pvc unload issueChang, Bruce
2023-12-19drm/xe: Don't emit extra MI_BATCH_BUFFER_END in WA batchbufferMatt Roper
2023-12-19drm/xe: Better error messages for xe_gt_record_default_lrcsMatthew Brost
2023-12-19drm/xe: don't auto fall back to execlist mode if guc failed to initChang, Bruce
2023-12-19drm/xe/pat: Move PAT setup to a dedicated fileMatt Roper
2023-12-19drm/xe/gt: some error handling fixesMatthew Auld
2023-12-19drm/xe: Name LRC wa after the engine it belongsLucas 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: Fix application of LRC tuningsLucas De Marchi
2023-12-19drm/xe: Make local functions staticLucas De Marchi
2023-12-19drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi
2023-12-19drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fenceMatthew Brost
2023-12-19drm/xe: Break of TLB invalidation into its own fileMatthew Brost
2023-12-19drm/xe: Fix Meteor Lake rsa issue on guc loadingPhilippe Lecluse
2023-12-12drm/xe/gt: Fix min() with u32 and u64Lucas De Marchi
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost