summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Sort includesLucas De Marchi66-125/+172
2023-12-20drm/xe: Assume MTL's forcewake register continues to future platformsMatt Roper1-3/+1
2023-12-20drm/xe: Remove gen-based mmio offsets from hw engine initMatt Roper1-104/+28
2023-12-20drm/xe: Fix kunit integration due to missing prototypesLucas De Marchi9-7/+52
2023-12-20drm/xe/pm: fix unbalanced ref handlingMatthew Auld3-0/+10
2023-12-20drm/xe/guc: Remove i915_regs.h includeLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove outdated build workaroundLucas De Marchi1-8/+2
2023-12-20drm/xe: Remove duplicate media_verLucas De Marchi3-4/+1
2023-12-20drm/xe: Add missing include xe_wait_user_fence.hLucas De Marchi1-0/+2
2023-12-20drm/xe: Add missing doc for xe parameterLucas De Marchi1-0/+1
2023-12-20drm/xe: Remove unused functionsLucas De Marchi1-25/+0
2023-12-20drm/xe: Fix application of LRC tuningsLucas De Marchi3-1/+17
2023-12-20drm/xe: Make local functions staticLucas De Marchi4-9/+9
2023-12-20drm/xe/query: zero the region infoMatthew Auld1-5/+1
2023-12-20drm/xe/stolen: don't map stolen on small-barMatthew Auld3-14/+37
2023-12-20drm/xe/mmio: fix forcewake ref leak in xe_mmio_ioctlMatthew Auld1-14/+14
2023-12-20drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi3-19/+0
2023-12-20drm/xe: Update the list of devices to add even more TGL devicesCarlos Santa2-3/+3
2023-12-20drm/xe: Initialize ret in mcr_lock()José Roberto de Souza1-1/+1
2023-12-20drm/xe/rtp: Support multiple actions per entryLucas De Marchi6-135/+179
2023-12-20drm/xe/rtp: Split action and entry flagsLucas De Marchi5-46/+80
2023-12-20drm/xe: Rename xe_rtp_regval to xe_rtp_actionLucas De Marchi3-24/+27
2023-12-20drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi4-32/+59
2023-12-20drm/xe/mcr: Use designated init for xe_steering_typesLucas De Marchi1-6/+6
2023-12-20drm/xe: Remove TODO from workaround documentationLucas De Marchi1-3/+0
2023-12-20drm/xe: Remove TODO from rtp infraLucas De Marchi1-4/+0
2023-12-20drm/xe: Fix xe_tuning includeLucas De Marchi1-1/+1
2023-12-20drm/xe: Fix typo in MCR documentationLucas De Marchi1-5/+5
2023-12-20drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst3-0/+27
2023-12-20drm/xe: Drop TLB invalidation from ring operationsMatthew Brost1-39/+1
2023-12-20drm/xe: Add TLB invalidation fence after rebinds issued from execsMatthew Brost1-90/+110
2023-12-20drm/xe: Add has_asid to device infoMatthew Brost4-4/+9
2023-12-20drm/xe: Signal invalidation fence immediately if CT send failsMatthew Brost1-9/+14
2023-12-20drm/xe: Propagate VM unbind error to invalidation fenceMatthew Brost1-1/+7
2023-12-20drm/xe: Lock GGTT on when restoring kernel BOsMatthew Brost1-1/+4
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost13-21/+89
2023-12-20drm/xe: Propagate error from bind operations to async fenceMatthew Brost1-1/+8
2023-12-20drm/xe: Add range based TLB invalidationsMatthew Brost5-25/+84
2023-12-20drm/xe: Add has_range_tlb_invalidation device attributeMatthew Brost2-0/+6
2023-12-20drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost1-24/+0
2023-12-20drm/xe: Only set VM->asid for platforms that support a ASIDMatthew Brost1-13/+17
2023-12-20drm/xe: Add TDR for invalidation fence timeout cleanupMatthew Brost4-5/+65
2023-12-20drm/xe: Add TLB invalidation fence ftraceMatthew Brost3-0/+60
2023-12-20drm/xe: Kernel doc GT TLB invalidationsMatthew Brost1-1/+51
2023-12-20drm/xe: Invalidate TLB after unbind is completeMatthew Brost3-0/+107
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost8-7/+80
2023-12-20drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost3-23/+25
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost9-99/+146
2023-12-20drm/xe: Don't process TLB invalidation done in CT fast-pathMatthew Brost1-1/+8
2023-12-20drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost1-11/+6