summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-02-23drm/xe: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-02-23drm/xe: Use pointers in trace eventsLucas De Marchi1-15/+15
2024-02-22drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld7-7/+14
2024-02-22drm/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
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst2-0/+13
2024-02-21drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst2-0/+16
2024-02-21drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-21drm/xe: Clear all snapshot members after deleting coredumpMaarten Lankhorst1-0/+2
2024-02-21drm/xe/snapshot: Remove drm_err on guc alloc failuresMaarten Lankhorst1-11/+3
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-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-20drm/xe/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-02-20drm/xe: Initialize GuC earlier during probeMichał Winiarski4-20/+54
2024-02-20drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski4-13/+22
2024-02-20drm/xe/huc: Realloc HuC FW in vram for post-hwconfigMichał Winiarski3-0/+24
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski7-4/+71
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi6-49/+62
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost3-2/+6
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost3-2/+10
2024-02-20drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost1-3/+4
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi4-16/+35
2024-02-20drm/xe: Enable 32bits buildLucas De Marchi1-1/+1
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström7-95/+6
2024-02-16drm/xe: Update shared stats to use the new gem helperAlex Deucher1-1/+1
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-5/+8
2024-02-15Merge tag 'drm-intel-next-2024-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-27/+40
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-15drm/xe: avoid function cast warningsArnd Bergmann1-1/+6
2024-02-14drm/xe: Remove exec queue bind.fence_*Matthew Brost2-24/+9
2024-02-14drm/xe: Add uAPI to query GuC firmware submission versionJosé Roberto de Souza1-0/+44
2024-02-13drm/xe/vf: Don't support MCR registers if VFMichal Wajdeczko1-0/+17
2024-02-13drm/xe/vf: Don't program PAT if VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Don't enable hwmon if VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Don't check if LMEM is initialized if VFMichal Wajdeczko1-1/+8
2024-02-13drm/xe/vf: Don't initialize stolen memory manager if VFMichal Wajdeczko1-1/+4
2024-02-13drm/xe/vf: Don't program MOCS if VFMichal Wajdeczko1-0/+4
2024-02-13drm/xe/vf: Don't try to capture engine data unavailable to VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Assume fixed GSM size if VFMichal Wajdeczko1-1/+6
2024-02-13drm/xe: fix arguments to drm_err_printer()Jani Nikula1-1/+2
2024-02-13drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström3-31/+29