summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2023-12-19drm/xe: Fix kunit integration due to missing prototypesLucas De Marchi
2023-12-19drm/xe/pm: fix unbalanced ref handlingMatthew Auld
2023-12-19drm/xe/guc: Remove i915_regs.h includeLucas De Marchi
2023-12-19drm/xe: Remove outdated build workaroundLucas De Marchi
2023-12-19drm/xe: Remove duplicate media_verLucas De Marchi
2023-12-19drm/xe: Add missing include xe_wait_user_fence.hLucas De Marchi
2023-12-19drm/xe: Add missing doc for xe parameterLucas De Marchi
2023-12-19drm/xe: Remove unused functionsLucas 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/query: zero the region infoMatthew Auld
2023-12-19drm/xe/stolen: don't map stolen on small-barMatthew Auld
2023-12-19drm/xe/mmio: fix forcewake ref leak in xe_mmio_ioctlMatthew Auld
2023-12-19drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi
2023-12-19drm/xe: Update the list of devices to add even more TGL devicesCarlos Santa
2023-12-19drm/xe: Initialize ret in mcr_lock()José Roberto de Souza
2023-12-19drm/xe/rtp: Support multiple actions per entryLucas De Marchi
2023-12-19drm/xe/rtp: Split action and entry flagsLucas De Marchi
2023-12-19drm/xe: Rename xe_rtp_regval to xe_rtp_actionLucas De Marchi
2023-12-19drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi
2023-12-19drm/xe/mcr: Use designated init for xe_steering_typesLucas De Marchi
2023-12-19drm/xe: Remove TODO from workaround documentationLucas De Marchi
2023-12-19drm/xe: Remove TODO from rtp infraLucas De Marchi
2023-12-19drm/xe: Fix xe_tuning includeLucas De Marchi
2023-12-19drm/xe: Fix typo in MCR documentationLucas De Marchi
2023-12-19drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst
2023-12-19drm/xe: Drop TLB invalidation from ring operationsMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fence after rebinds issued from execsMatthew Brost
2023-12-19drm/xe: Add has_asid to device infoMatthew Brost
2023-12-19drm/xe: Signal invalidation fence immediately if CT send failsMatthew Brost
2023-12-19drm/xe: Propagate VM unbind error to invalidation fenceMatthew Brost
2023-12-19drm/xe: Lock GGTT on when restoring kernel BOsMatthew Brost
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost
2023-12-19drm/xe: Propagate error from bind operations to async fenceMatthew Brost
2023-12-19drm/xe: Add range based TLB invalidationsMatthew Brost
2023-12-19drm/xe: Add has_range_tlb_invalidation device attributeMatthew Brost
2023-12-19drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost
2023-12-19drm/xe: Only set VM->asid for platforms that support a ASIDMatthew Brost
2023-12-19drm/xe: Add TDR for invalidation fence timeout cleanupMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fence ftraceMatthew Brost
2023-12-19drm/xe: Kernel doc GT TLB invalidationsMatthew Brost
2023-12-19drm/xe: Invalidate TLB after unbind is completeMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fenceMatthew Brost
2023-12-19drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost
2023-12-19drm/xe: Break of TLB invalidation into its own fileMatthew Brost
2023-12-19drm/xe: Don't process TLB invalidation done in CT fast-pathMatthew Brost
2023-12-19drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost
2023-12-19drm/xe/ggtt: fix GGTT scratch usage for DG2Matthew Auld
2023-12-19drm/xe/ggtt: fix alignment usage for DG2Matthew Auld
2023-12-19drm/xe/ppgtt: fix scratch page usage on DG2Matthew Auld