summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Replace 'grouped target' in Makefile with pattern ruleDafna Hirschfeld2024-03-041-1/+2
* drm/xe: Fix ref counting leak on page faultMatthew Brost2024-03-041-2/+4
* drm/xe: Remove obsolete async_ops from struct xe_vmMika Kuoppala2024-03-041-24/+0
* drm/xe/guc: Fix missing topology initZhanjun Dong2024-03-041-2/+1
* drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann2024-03-041-1/+1
* drm/xe/kunit: fix link failure with built-in xeArnd Bergmann2024-03-043-3/+5
* Merge tag 'drm-xe-next-2024-02-25' of ssh://gitlab.freedesktop.org/drm/xe/ker...Daniel Vetter2024-02-26140-1185/+6486
|\
| * drm/xe: Prefer struct_size over open coded arithmeticErick Archer2024-02-221-1/+1
| * drm/xe: Use pointers in trace eventsLucas De Marchi2024-02-221-15/+15
| * drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld2024-02-217-7/+14
| * drm/xe: Add debug prints for skipping rebindsMatthew Brost2024-02-211-0/+7
| * drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst2024-02-214-4/+211
| * drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst2024-02-212-0/+13
| * drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst2024-02-212-0/+16
| * drm/xe: Add uapi for dumpable bosMaarten Lankhorst2024-02-211-1/+2
| * drm/xe: Clear all snapshot members after deleting coredumpMaarten Lankhorst2024-02-211-0/+2
| * drm/xe/snapshot: Remove drm_err on guc alloc failuresMaarten Lankhorst2024-02-211-11/+3
| * drm/xe: Fix modpost warning on xe_mocs kunit moduleAshutosh Dixit2024-02-201-0/+1
| * drm/xe/xe_gt_idle: Drop redundant newline in nameAshutosh Dixit2024-02-201-2/+2
| * drm/xe/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-02-201-3/+3
| * drm/xe: Initialize GuC earlier during probeMichał Winiarski2024-02-204-20/+54
| * drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski2024-02-204-13/+22
| * drm/xe/huc: Realloc HuC FW in vram for post-hwconfigMichał Winiarski2024-02-203-0/+24
| * drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski2024-02-207-4/+71
| * Merge drm/drm-next into drm-xe-nextLucas De Marchi2024-02-206-49/+62
| |\
| * | drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost2024-02-203-2/+6
| * | drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost2024-02-203-2/+10
| * | drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost2024-02-201-3/+4
| * | drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi2024-02-204-16/+35
| * | drm/xe: Enable 32bits buildLucas De Marchi2024-02-191-1/+1
| * | drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström2024-02-197-95/+6
| * | drm/xe: avoid function cast warningsArnd Bergmann2024-02-151-1/+6
| * | drm/xe: Remove exec queue bind.fence_*Matthew Brost2024-02-142-24/+9
| * | drm/xe: Add uAPI to query GuC firmware submission versionJosé Roberto de Souza2024-02-131-0/+44
| * | drm/xe/vf: Don't support MCR registers if VFMichal Wajdeczko2024-02-131-0/+17
| * | drm/xe/vf: Don't program PAT if VFMichal Wajdeczko2024-02-131-0/+5
| * | drm/xe/vf: Don't enable hwmon if VFMichal Wajdeczko2024-02-131-0/+5
| * | drm/xe/vf: Don't check if LMEM is initialized if VFMichal Wajdeczko2024-02-131-1/+8
| * | drm/xe/vf: Don't initialize stolen memory manager if VFMichal Wajdeczko2024-02-131-1/+4
| * | drm/xe/vf: Don't program MOCS if VFMichal Wajdeczko2024-02-131-0/+4
| * | drm/xe/vf: Don't try to capture engine data unavailable to VFMichal Wajdeczko2024-02-131-0/+5
| * | drm/xe/vf: Assume fixed GSM size if VFMichal Wajdeczko2024-02-131-1/+6
| * | drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström2024-02-123-31/+29
| * | drm/xe: use drm based debugging instead of devJani Nikula2024-02-121-1/+1
| * | drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld2024-02-091-1/+1
| * | drm/xe/irq: allocate all possible msix interruptsDani Liberman2024-02-081-2/+15
| * | drm/xe/vm: Avoid reserving zero fencesThomas Hellström2024-02-081-3/+10
| * | drm/xe: Avoid cryptic message when there's no GuC definitionLucas De Marchi2024-02-071-1/+6
| * | drm/xe: Always allow to override firmwareLucas De Marchi2024-02-071-2/+1
| * | drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost2024-02-062-35/+1