summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-05-02drm/xe: call free_gsc_pkt only once on action add failureHimal Prasad Ghimiray1-8/+1
2024-05-02drm/xe: Remove sysfs only once on action add failureHimal Prasad Ghimiray3-14/+11
2024-04-27drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst1-2/+6
2024-04-17drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa1-2/+2
2024-04-17drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-10drm/xe: Rework rebindingThomas Hellström5-51/+14
2024-04-10drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström6-9/+30
2024-04-10kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-2/+2
2024-04-10drm/xe/device: fix XE_MAX_TILES_PER_DEVICE checkMatthew Auld1-1/+1
2024-04-10drm/xe/device: fix XE_MAX_GT_PER_TILE checkMatthew Auld1-1/+1
2024-04-10drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-04-10drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-04-10drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty3-1/+5
2024-04-10drm/xe: Remove unused xe_bo->props structNirmoy Das2-69/+9
2024-04-03drm/xe/query: fix gt_id bounds checkMatthew Auld1-1/+1
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