summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-03-27drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-27drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost4-16/+29
2024-03-27drm/xe: Replace 'grouped target' in Makefile with pattern ruleDafna Hirschfeld1-1/+2
2024-03-27drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-03-27drm/xe/tests: Fix printf format specifiers in xe_migrate testDavid Gow1-4/+4
2024-03-07drm/xe: Return immediately on tile_init failureRodrigo Vivi1-2/+3
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi2-5/+9
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala2-0/+44
2024-02-29drm/xe: Expose user fence from xe_sync_entryMika Kuoppala3-11/+53
2024-02-29drm/xe: Use pointers in trace eventsLucas De Marchi1-15/+15
2024-02-29drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi4-15/+34
2024-02-29drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann1-1/+1
2024-02-29drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-29drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-29drm/xe: Don't support execlists in xe_gt_tlb_invalidation layerMatthew Brost1-0/+12
2024-02-29drm/xe: Fix execlist splatMatthew Brost1-1/+1
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast5-118/+6
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-21drm/xe: Fix modpost warning on xe_mocs kunit moduleAshutosh Dixit1-0/+1
2024-02-21drm/xe/xe_gt_idle: Drop redundant newline in nameAshutosh Dixit1-2/+2
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost3-2/+6
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost3-2/+10
2024-02-21drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost1-3/+4
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström7-93/+5
2024-02-15drm/xe: avoid function cast warningsArnd Bergmann1-1/+6
2024-02-15drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström3-31/+29
2024-02-15drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld1-1/+1
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost2-35/+1
2024-02-08drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1
2024-02-08drm/xe: Assume large page size if VMA not yet boundMatthew Brost1-1/+3
2024-02-08drm/xe/display: Fix memleak in display initializationXiaoming Wang1-6/+0
2024-02-08drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost2-6/+22
2024-02-08drm/xe: circumvent bogus stringop-overflow warningArnd Bergmann1-1/+1
2024-02-08drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost1-5/+17
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost5-6/+11
2024-02-08drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost1-1/+1
2024-02-01drm/xe: Make all GuC ABI shift values unsignedMatthew Brost5-21/+21
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström5-93/+137
2024-02-01drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost1-7/+7
2024-02-01drm/xe: Don't use __user error pointersThomas Hellström1-25/+25
2024-02-01drm/xe: Annotate mcr_[un]lock()Thomas Hellström1-2/+2
2024-02-01drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost3-2/+23
2024-02-01drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platformsMatt Roper1-0/+2
2024-02-01drm/xe: Fix crash in trace_dma_fence_init()José Roberto de Souza1-3/+3
2024-01-24drm/xe: Remove PVC from xe_wa kunit testsLucas De Marchi1-3/+0
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski1-9/+14
2024-01-24drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray1-7/+7
2024-01-24drm/xe/display: Avoid calling readq()Lucas De Marchi1-6/+5
2024-01-24drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2