summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast45-1637/+1636
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast15-14/+14
2023-12-21drm/xe: Fix error paths of __xe_bo_create_lockedMaarten Lankhorst1-2/+6
2023-12-21drm/xe: remove header variable from parse_g2h_msgMatthew Brost1-2/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast33-219/+218
2023-12-21drm/xe/macro: Remove unused constantFrancois Dugast1-1/+0
2023-12-21drm/xe: Add define WQ_HEADER_SIZEMatthew Brost1-2/+3
2023-12-21drm/xe: Remove ct->fence_contextMatthew Brost2-3/+0
2023-12-21drm/xe: Remove XE_GUC_CT_SELFTESTMatthew Brost4-98/+0
2023-12-21drm/xe/mtl: Reduce Wa_14018575942 scope to the CCS engineMatt Roper1-9/+1
2023-12-21drm/xe: Ensure memory eviction on s2idle.Rodrigo Vivi2-22/+43
2023-12-21drm/xe: Only init runtime PM after all d3cold config is in place.Rodrigo Vivi1-1/+3
2023-12-21drm/xe: Fix the runtime_idle call and d3cold.allowed decision.Rodrigo Vivi1-2/+2
2023-12-21drm/xe: Move d3cold_allowed decision all together.Rodrigo Vivi3-15/+12
2023-12-21drm/xe: Only set PCI d3cold_allowed when we are really allowing.Rodrigo Vivi1-2/+1
2023-12-21drm/xe: Introduce fault injection for gt resetHimal Prasad Ghimiray3-1/+31
2023-12-21drm/xe: Notify Userspace when gt reset failsHimal Prasad Ghimiray1-0/+19
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi7-24/+17
2023-12-21drm/xe: Fix an invalid locking wait context bugRodrigo Vivi1-6/+26
2023-12-21drm/xe: Sort xe_regs.hLucas De Marchi1-30/+33
2023-12-21drm/xe: Carve out top of DSM as reservedLucas De Marchi2-1/+10
2023-12-21drm/xe: Fix MTL+ stolen memory mappingLucas De Marchi1-2/+13
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi5-12/+29
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi6-43/+23
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi4-48/+13
2023-12-21drm/xe: fix mcr semaphore locking for MTLDaniele Ceraolo Spurio1-3/+4
2023-12-21drm/xe: Fix checking for unset valueLucas De Marchi1-1/+3
2023-12-21drm/xe/engine: add missing rpm for bind enginesMatthew Auld2-0/+20
2023-12-21drm/xe: Signal out-syncs on VM binds if no operationsMatthew Brost1-0/+2
2023-12-21drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost2-9/+8
2023-12-21drm/xe: Invert guc vs execlists parameters and info.Rodrigo Vivi6-14/+9
2023-12-21drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUCRodrigo Vivi1-3/+0
2023-12-21drm/xe: fully turn on small-bar supportMatthew Auld1-9/+2
2023-12-21drm/xe/uapi: add the userspace bits for small-barMatthew Auld4-4/+39
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld4-16/+40
2023-12-21drm/xe: xe_engine_create_ioctl should check gt_count, not tile_countMatt Roper1-2/+2
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper3-5/+15
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld3-2/+33
2023-12-21drm/xe: Use migrate engine for page fault bindsMatthew Brost2-3/+3
2023-12-21drm/xe: Only alloc userptr part of xe_vma for userptrsMatthew Brost2-27/+37
2023-12-21drm/xe: Combine destroy_cb and destroy_work in xe_vma into unionMatthew Brost1-5/+6
2023-12-21drm/xe: Change tile masks from u64 to u8Matthew Brost2-20/+20
2023-12-21drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanupMatthew Brost1-1/+1
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost5-41/+49
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost3-10/+70
2023-12-21drm/xe: Remove xe_vma_op_unmapMatthew Brost2-15/+0
2023-12-21drm/xe: Make bind engines safeMatthew Brost5-0/+140
2023-12-21drm/xe: Introduce a range-fence utilityThomas Hellström3-0/+232
2023-12-21drm/xe/execlist: Log when using execlist submissionFrancois Dugast1-1/+4
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast10-34/+39