aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-02-29drm/xe: Remove obsolete async_ops from struct xe_vmMika Kuoppala1-24/+0
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi2-5/+9
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-28drm/xe/guc: Fix missing topology initZhanjun Dong1-2/+1
2024-02-28drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann1-1/+1
2024-02-28drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann1-1/+1
2024-02-28drm/xe/kunit: fix link failure with built-in xeArnd Bergmann3-3/+5
2024-02-28drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala2-0/+44
2024-02-28drm/xe: Expose user fence from xe_sync_entryMika Kuoppala3-11/+53
2024-02-27drm/xe/tests: Fix printf format specifiers in xe_migrate testDavid Gow1-4/+4
2024-02-26drm/xe/guc: Handle timing out of signaled jobs gracefullyMatthew Brost1-13/+19
2024-02-26drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-26drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-26drm/xe: Extend uAPI to query HuC micro-controler firmware versionFrancois Dugast1-4/+34
2024-02-26drm/xe: Remove useless mem_access on PAT dumpsRodrigo Vivi1-10/+0
2024-02-26drm/xe: Convert gt_reset from mem_access to xe_pm_runtimeRodrigo Vivi1-3/+4
2024-02-26drm/xe: Remove mem_access from suspend and resume functionsRodrigo Vivi1-8/+0
2024-02-26drm/xe: Convert gsc_work from mem_access to xe_pm_runtimeRodrigo Vivi1-2/+3
2024-02-26drm/xe: Remove useless mem_access protection for query ioctlsRodrigo Vivi1-4/+0
2024-02-26drm/xe: Convert hwmon from mem_access to xe_pm_runtime callsRodrigo Vivi1-12/+13
2024-02-26drm/xe: Replace dma_buf mem_access per direct xe_pm_runtime callsRodrigo Vivi1-2/+3
2024-02-26drm/xe: Runtime PM wake on every debugfs callRodrigo Vivi5-16/+66
2024-02-26drm/xe: Remove mem_access from guc_pc callsRodrigo Vivi1-54/+10
2024-02-26drm/xe: Runtime PM wake on every sysfs callRodrigo Vivi7-5/+129
2024-02-26drm/xe: Convert kunit tests from mem_access to xe_pm_runtimeRodrigo Vivi3-12/+22
2024-02-26drm/xe: Runtime PM wake on every IOCTLRodrigo Vivi3-2/+51
2024-02-26drm/xe: Convert mem_access assertion towards the runtime_pm stateRodrigo Vivi3-1/+29
2024-02-26drm/xe: Document Xe PM componentRodrigo Vivi1-11/+98
2024-02-26Merge tag 'drm-xe-next-2024-02-25' of ssh://gitlab.freedesktop.org/drm/xe/ker...Daniel Vetter140-1185/+6486
2024-02-26Merge tag 'drm-misc-next-2024-02-22' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2024-02-23drm/xe: Don't support execlists in xe_gt_tlb_invalidation layerMatthew Brost1-0/+12
2024-02-23drm/xe: Cleanup some layering in GGTTMatthew Brost4-33/+54
2024-02-23drm/xe: Fix execlist splatMatthew Brost1-1/+1
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast5-124/+6
2024-02-22drm/xe: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-02-22drm/xe: Use pointers in trace eventsLucas De Marchi1-15/+15
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld7-7/+14
2024-02-21drm/xe: Add debug prints for skipping rebindsMatthew Brost1-0/+7
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst4-4/+211