summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay
2023-12-21drm/xe: Add sysfs entries for engines under its GTTejas Upadhyay
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-21drm/xe: Fix error paths of __xe_bo_create_lockedMaarten Lankhorst
2023-12-21drm/xe: remove header variable from parse_g2h_msgMatthew Brost
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe/macro: Remove unused constantFrancois Dugast
2023-12-21drm/xe: Add define WQ_HEADER_SIZEMatthew Brost
2023-12-21drm/xe: Remove ct->fence_contextMatthew Brost
2023-12-21drm/xe: Remove XE_GUC_CT_SELFTESTMatthew Brost
2023-12-21drm/xe/mtl: Reduce Wa_14018575942 scope to the CCS engineMatt Roper
2023-12-21drm/xe: Ensure memory eviction on s2idle.Rodrigo Vivi
2023-12-21drm/xe: Only init runtime PM after all d3cold config is in place.Rodrigo Vivi
2023-12-21drm/xe: Fix the runtime_idle call and d3cold.allowed decision.Rodrigo Vivi
2023-12-21drm/xe: Move d3cold_allowed decision all together.Rodrigo Vivi
2023-12-21drm/xe: Only set PCI d3cold_allowed when we are really allowing.Rodrigo Vivi
2023-12-21drm/xe: Introduce fault injection for gt resetHimal Prasad Ghimiray
2023-12-21drm/xe: Notify Userspace when gt reset failsHimal Prasad Ghimiray
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi
2023-12-21drm/xe: Fix an invalid locking wait context bugRodrigo Vivi
2023-12-21drm/xe: Sort xe_regs.hLucas De Marchi
2023-12-21drm/xe: Carve out top of DSM as reservedLucas De Marchi
2023-12-21drm/xe: Fix MTL+ stolen memory mappingLucas De Marchi
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi
2023-12-21drm/xe: fix mcr semaphore locking for MTLDaniele Ceraolo Spurio
2023-12-21drm/xe: Fix checking for unset valueLucas De Marchi
2023-12-21drm/xe/engine: add missing rpm for bind enginesMatthew Auld
2023-12-21drm/xe: Signal out-syncs on VM binds if no operationsMatthew Brost
2023-12-21drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost
2023-12-21drm/xe: Invert guc vs execlists parameters and info.Rodrigo Vivi
2023-12-21drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUCRodrigo Vivi
2023-12-21drm/xe: fully turn on small-bar supportMatthew Auld
2023-12-21drm/xe/uapi: add the userspace bits for small-barMatthew Auld
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld
2023-12-21drm/xe: xe_engine_create_ioctl should check gt_count, not tile_countMatt Roper
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld
2023-12-21drm/xe: Use migrate engine for page fault bindsMatthew Brost
2023-12-21drm/xe: Only alloc userptr part of xe_vma for userptrsMatthew Brost
2023-12-21drm/xe: Combine destroy_cb and destroy_work in xe_vma into unionMatthew Brost
2023-12-21drm/xe: Change tile masks from u64 to u8Matthew Brost
2023-12-21drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanupMatthew Brost
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost
2023-12-21drm/xe: Remove xe_vma_op_unmapMatthew Brost
2023-12-21drm/xe: Make bind engines safeMatthew Brost
2023-12-21drm/xe: Introduce a range-fence utilityThomas Hellström