summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2024-02-21drm/xe: Fix modpost warning on xe_mocs kunit moduleAshutosh Dixit-0/+1
2024-02-21drm/xe/xe_gt_idle: Drop redundant newline in nameAshutosh Dixit-2/+2
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost-2/+6
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost-2/+10
2024-02-21drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost-3/+4
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström-93/+5
2024-02-15drm/xe: avoid function cast warningsArnd Bergmann-1/+6
2024-02-15drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström-31/+29
2024-02-15drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld-1/+1
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström-3/+10
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost-35/+1
2024-02-08drm/xe/vm: don't ignore error when in_kthreadMatthew Auld-4/+1
2024-02-08drm/xe: Assume large page size if VMA not yet boundMatthew Brost-1/+3
2024-02-08drm/xe/display: Fix memleak in display initializationXiaoming Wang-6/+0
2024-02-08drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost-6/+22
2024-02-08drm/xe: circumvent bogus stringop-overflow warningArnd Bergmann-1/+1
2024-02-08drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost-5/+17
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost-6/+11
2024-02-08drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost-1/+1
2024-02-01drm/xe: Make all GuC ABI shift values unsignedMatthew Brost-21/+21
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström-93/+137
2024-02-01drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost-7/+7
2024-02-01drm/xe: Don't use __user error pointersThomas Hellström-25/+25
2024-02-01drm/xe: Annotate mcr_[un]lock()Thomas Hellström-2/+2
2024-02-01drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost-2/+23
2024-02-01drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platformsMatt Roper-0/+2
2024-02-01drm/xe: Fix crash in trace_dma_fence_init()José Roberto de Souza-3/+3
2024-01-24drm/xe: Remove PVC from xe_wa kunit testsLucas De Marchi-3/+0
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski-9/+14
2024-01-24drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray-7/+7
2024-01-24drm/xe/display: Avoid calling readq()Lucas De Marchi-6/+5
2024-01-24drm/xe/mmio: Cast to u64 when printingLucas De Marchi-2/+2
2024-01-24drm/xe: Use _ULL for u64 divisionLucas De Marchi-1/+1
2024-01-24drm/xe: Use a NULL pointer instead of 0.Thomas Hellström-1/+1
2024-01-24drm/xe/dmabuf: Make xe_dmabuf_ops staticThomas Hellström-1/+1
2024-01-15drm/xe: display support should not depend on EXPERTJani Nikula-1/+1
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty-6/+6
2024-01-15drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström-50/+80
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter-3/+4
2024-01-15drm/xe/selftests: Fix an error pointer dereference bugDan Carpenter-3/+2
2024-01-15drm/xe/device: clean up on error in probe()Dan Carpenter-1/+1
2024-01-15drm/xe: Fix build bug for GCC 11Paul E. McKenney-1/+0
2024-01-15drm/xe: Check skip_guc_pc before setting SLPC flagVinay Belgaumkar-1/+9
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty-9/+14
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityBrian Welty-1/+1
2024-01-15drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström-2/+2
2024-01-15drm/xe: Annotate multiple mmio pointers with __iomemThomas Hellström-3/+3
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström-3/+3
2024-01-15drm/xe: Use __iomem for the regs pointerThomas Hellström-1/+1
2024-01-15drm/xe/vm: Fix an error pathThomas Hellström-3/+5