summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-24drm/xe: Use _ULL for u64 divisionLucas De Marchi1-1/+1
2024-01-24drm/xe: Use a NULL pointer instead of 0.Thomas Hellström1-1/+1
2024-01-24drm/xe/dmabuf: Make xe_dmabuf_ops staticThomas Hellström1-1/+1
2024-01-15drm/xe: display support should not depend on EXPERTJani Nikula1-1/+1
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty1-6/+6
2024-01-15drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström2-50/+80
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter1-3/+4
2024-01-15drm/xe/selftests: Fix an error pointer dereference bugDan Carpenter1-3/+2
2024-01-15drm/xe/device: clean up on error in probe()Dan Carpenter1-1/+1
2024-01-15drm/xe: Fix build bug for GCC 11Paul E. McKenney1-1/+0
2024-01-15drm/xe: Check skip_guc_pc before setting SLPC flagVinay Belgaumkar2-1/+9
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty4-9/+14
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityBrian Welty1-1/+1
2024-01-15drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström1-2/+2
2024-01-15drm/xe: Annotate multiple mmio pointers with __iomemThomas Hellström1-3/+3
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2-3/+3
2024-01-15drm/xe: Use __iomem for the regs pointerThomas Hellström1-1/+1
2024-01-15drm/xe/vm: Fix an error pathThomas Hellström1-3/+5
2024-01-15drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost1-3/+4
2024-01-15drm/xe: Fix definition of intel_wakeref_tJosé Roberto de Souza1-1/+1
2023-12-26drm/xe: Fix warning on impossible conditionLucas De Marchi1-0/+1
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost1-0/+3
2023-12-22drm/xe: Disable 32bits buildLucas De Marchi1-1/+1
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie330-0/+59575
2023-12-22drm/xe: Remove uninitialized variable from warningLucas De Marchi1-2/+2
2023-12-21drm/xe: Remove ci-only GuC FW definitionsDaniele Ceraolo Spurio1-2/+0
2023-12-21drm/xe: Fix build without CONFIG_FAULT_INJECTIONRodrigo Vivi2-2/+2
2023-12-21drm/xe/uapi: Remove reset uevent for nowRodrigo Vivi1-18/+0