summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza1-0/+1
2023-12-20drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza1-0/+2
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-2/+2
2023-12-20drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper1-13/+19
2023-12-20drm/xe: fix pvc unload issueChang, Bruce1-18/+0
2023-12-20drm/xe: Don't emit extra MI_BATCH_BUFFER_END in WA batchbufferMatt Roper1-2/+0
2023-12-20drm/xe: Better error messages for xe_gt_record_default_lrcsMatthew Brost1-3/+17
2023-12-20drm/xe: don't auto fall back to execlist mode if guc failed to initChang, Bruce1-2/+2
2023-12-20drm/xe/pat: Move PAT setup to a dedicated fileMatt Roper1-79/+3
2023-12-20drm/xe/gt: some error handling fixesMatthew Auld1-3/+5
2023-12-20drm/xe: Name LRC wa after the engine it belongsLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Fix application of LRC tuningsLucas De Marchi1-0/+1
2023-12-20drm/xe: Make local functions staticLucas De Marchi1-3/+3
2023-12-20drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi1-2/+0
2023-12-20drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi1-0/+2
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-0/+13
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost1-0/+1
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost1-0/+5
2023-12-20drm/xe: Fix Meteor Lake rsa issue on guc loadingPhilippe Lecluse1-2/+2
2023-12-12drm/xe/gt: Fix min() with u32 and u64Lucas De Marchi1-1/+1
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost1-0/+3
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi1-1/+1
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi1-1/+2
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi1-1/+1
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+830