aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadGravatar Michał Winiarski 1-0/+1
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move traceGravatar Priyanka Dandamudi 1-0/+1
2024-01-19drm/xe: make xe_ttm_funcs constGravatar Jani Nikula 1-1/+1
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendGravatar Badal Nilawar 1-0/+2
2023-12-21drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WBGravatar Michal Wajdeczko 1-0/+1
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createGravatar Michał Winiarski 1-0/+4
2023-12-21drm/xe/uapi: Add support for CPU caching modeGravatar Pallavi Mishra 1-4/+10
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Gravatar Thomas Hellström 1-1/+1
2023-12-21drm/xe/display: Add empty def for i915_gem_object_flush_if_displayGravatar Jouni Högander 1-0/+2
2023-12-21drm/xe: Remove unused xe_bo_to_tileGravatar Brian Welty 1-2/+0
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesGravatar Matthew Auld 1-0/+1
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesGravatar Lucas De Marchi 1-0/+1
2023-12-21drm/xe: Use pat_index to encode pde/pteGravatar Lucas De Marchi 1-4/+4
2023-12-21drm/xe: Implement fdinfo memory stats printingGravatar Tejas Upadhyay 1-0/+11
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceGravatar Thomas Hellström 1-21/+2
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Gravatar Thomas Hellström 1-3/+2
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelGravatar Francois Dugast 1-7/+7
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLGravatar Lucas De Marchi 1-2/+3
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Gravatar Lucas De Marchi 1-7/+3
2023-12-21drm/xe/bo: support tiered vram allocation for small-barGravatar Matthew Auld 1-0/+1
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCGravatar Matt Roper 1-0/+1
2023-12-21drm/xe: add missing bulk_move resetGravatar Matthew Auld 1-0/+6
2023-12-21drm/xe: Port Xe to GPUVAGravatar Matthew Brost 1-1/+10
2023-12-21drm/xe: VM LRU bulk moveGravatar Matthew Brost 1-2/+2
2023-12-21drm/xe: NULL binding implementationGravatar Matthew Brost 1-0/+1
2023-12-21drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.hGravatar Matthew Brost 1-2/+0
2023-12-19drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYGravatar Matthew Brost 1-1/+1
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedGravatar Matt Roper 1-9/+9
2023-12-19drm/xe: Move VRAM from GT to tileGravatar Matt Roper 1-2/+2
2023-12-19drm/xe: Rename GPU offset helper to reflect true usageGravatar Michael J. Ruhl 1-1/+1
2023-12-19drm/xe: Prevent evicting for page tablesGravatar Maarten Lankhorst 1-3/+4
2023-12-19drm/xe: Apply upper limit to sg element sizeGravatar Niranjana Vishwanathapura 1-0/+24
2023-12-19drm/xe: Fix splat during error dumpGravatar Francois Dugast 1-0/+2
2023-12-19drm/xe: Cleanup page-related definesGravatar Lucas De Marchi 1-26/+26
2023-12-19drm/xe: fix suspend-resume for dgfxGravatar Matthew Auld 1-0/+3
2023-12-19drm/xe: Use proper vram offsetGravatar Niranjana Vishwanathapura 1-0/+1
2023-12-19drm/xe: add XE_BO_CREATE_VRAM_MASKGravatar Matthew Auld 1-0/+2
2023-12-19drm/xe: Use BO's GT to determine dma_offset when programming PTEsGravatar Matthew Brost 1-0/+2
2023-12-19drm/xe: s/lmem/vram/Gravatar Matthew Auld 1-3/+3
2023-12-12drm/xe: Fix hidden gotcha regression with bo createGravatar Maarten Lankhorst 1-3/+5
2023-12-12drm/xe: Implement stolen memory.Gravatar Maarten Lankhorst 1-2/+14
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsGravatar Matthew Brost 1-0/+290