summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2025-03-29drm/xe: Fix exporting xe buffers multiple timesTomasz Rusinowicz2-3/+1
2025-03-22drm/xe/pm: Temporarily disable D3Cold on BMGRodrigo Vivi1-1/+12
2025-03-22drm/xe/userptr: Fix an incorrect assertThomas Hellström1-1/+5
2025-03-22drm/xe: Release guc ids before cancelling workTejas Upadhyay1-1/+1
2025-03-22drm/xe: cancel pending job timer before freeing schedulerTejas Upadhyay1-0/+2
2025-03-13drm/xe: Remove double pageflipMaarten Lankhorst1-10/+0
2025-03-13drm/i915: Plumb 'dsb' all way to the plane hooksVille Syrjälä1-1/+1
2025-03-13drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström4-9/+52
2025-03-13drm/xe/userptr: properly setup pfn_flags_maskMatthew Auld1-8/+10
2025-03-13drm/xe: Fix fault mode invalidation with unbindThomas Hellström4-60/+75
2025-03-13drm/xe: Fix GT "for each engine" workaroundsTvrtko Ursulin1-2/+2
2025-03-13drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström1-1/+10
2025-03-13drm/xe/vm: Fix a misplaced #endifThomas Hellström1-1/+1
2025-03-13drm/xe/hmm: Don't dereference struct page pointers without notifier lockThomas Hellström1-26/+86
2025-03-13drm/xe/hmm: Style- and include fixesThomas Hellström2-6/+8
2025-03-13drm/xe: Add staging tree for VM bindsMatthew Brost3-19/+46
2025-03-07drm/xe/userptr: fix EFAULT handlingMatthew Auld1-0/+12
2025-03-07drm/xe/userptr: restore invalidation list on errorMatthew Auld1-7/+21
2025-03-07drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)Mingcong Bai1-1/+0
2025-03-07drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-03-07drm/xe/oa: Allow only certain property changes from configAshutosh Dixit1-14/+46
2025-03-07drm/xe/oa: Add syncs support to OA config ioctlAshutosh Dixit2-18/+26
2025-03-07drm/xe/oa: Move functions up so they can be reused for config ioctlAshutosh Dixit1-229/+229
2025-03-07drm/xe/oa: Signal output fencesAshutosh Dixit2-17/+105
2025-02-27xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa3-90/+51
2025-02-27drm/xe/oa: Add input fence dependenciesAshutosh Dixit1-4/+21
2025-02-27drm/xe/oa/uapi: Define and parse OA sync propertiesAshutosh Dixit3-2/+89
2025-02-27drm/xe/oa: Separate batch submission from waiting for completionAshutosh Dixit1-13/+44
2025-02-21drm/xe/tracing: Fix a potential TP_printk UAFThomas Hellström1-6/+6
2025-02-21drm/xe/client: bo->client does not need bos_lockTejas Upadhyay1-1/+1
2025-02-17drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi3-23/+15
2025-02-17drm/xe/devcoredump: Move exec queue snapshot to Contexts sectionLucas De Marchi1-5/+1
2025-01-23drm/xe/oa: Add missing VISACTL mux registersAshutosh Dixit1-0/+1
2025-01-23drm/xe: Mark ComputeCS read mode as UC on iGPUMatthew Brost1-1/+1
2025-01-17drm/xe: Fix tlb invalidation when wedgingLucas De Marchi3-7/+8
2025-01-09drm/xe: Wait for migration job before unmapping pagesNirmoy Das1-1/+9
2025-01-09drm/xe: Use non-interruptible wait when moving BO to systemNirmoy Das1-1/+1
2025-01-09drm/xe: Fix fault on fd close after unbindLucas De Marchi1-0/+9
2025-01-09drm/xe/pf: Use correct function to check LMEM provisioningMichal Wajdeczko1-1/+1
2025-01-09drm/xe: Revert some changes that break a mesa debug toolJohn Harrison1-1/+14
2025-01-02drm/xe: Move the coredump registration to the worker threadJohn Harrison1-34/+39
2025-01-02drm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost1-0/+6
2024-12-19drm/xe/reg_sr: Remove register poolLucas De Marchi2-31/+6
2024-12-19drm/xe: fix the ERR_PTR() returned on failure to allocate tiny ptMirsad Todorovac1-2/+2
2024-12-19drm/xe: Call invalidation_fence_fini for PT inval fences in error stateDaniele Ceraolo Spurio3-2/+10
2024-12-14drm/xe/devcoredump: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray1-6/+8
2024-12-14drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()Himal Prasad Ghimiray1-0/+16
2024-12-14drm/xe/guc: Copy GuC log prior to dumpingJohn Harrison1-17/+23
2024-12-14drm/xe/devcoredump: Add ASCII85 dump helper functionJohn Harrison2-0/+93
2024-12-14drm/xe/devcoredump: Improve section headings and add tile infoJohn Harrison5-3/+9