index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe: Replace 'grouped target' in Makefile with pattern rule
Dafna Hirschfeld
2024-03-04
1
-1
/
+2
*
drm/xe: Fix ref counting leak on page fault
Matthew Brost
2024-03-04
1
-2
/
+4
*
drm/xe: Remove obsolete async_ops from struct xe_vm
Mika Kuoppala
2024-03-04
1
-24
/
+0
*
drm/xe/guc: Fix missing topology init
Zhanjun Dong
2024-03-04
1
-2
/
+1
*
drm/xe/xe2: fix 64-bit division in pte_update_size
Arnd Bergmann
2024-03-04
1
-1
/
+1
*
drm/xe/kunit: fix link failure with built-in xe
Arnd Bergmann
2024-03-04
3
-3
/
+5
*
Merge tag 'drm-xe-next-2024-02-25' of ssh://gitlab.freedesktop.org/drm/xe/ker...
Daniel Vetter
2024-02-26
140
-1185
/
+6486
|
\
|
*
drm/xe: Prefer struct_size over open coded arithmetic
Erick Archer
2024-02-23
1
-1
/
+1
|
*
drm/xe: Use pointers in trace events
Lucas De Marchi
2024-02-22
1
-15
/
+15
|
*
drm/xe: Do not include current dir for generated/xe_wa_oob.h
Dafna Hirschfeld
2024-02-22
7
-7
/
+14
|
*
drm/xe: Add debug prints for skipping rebinds
Matthew Brost
2024-02-22
1
-0
/
+7
|
*
drm/xe: Implement VM snapshot support for BO's and userptr
Maarten Lankhorst
2024-02-21
4
-4
/
+211
|
*
drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredump
Maarten Lankhorst
2024-02-21
2
-0
/
+13
|
*
drm/xe: Annotate each dumpable vma as such
Maarten Lankhorst
2024-02-21
2
-0
/
+16
|
*
drm/xe: Add uapi for dumpable bos
Maarten Lankhorst
2024-02-21
1
-1
/
+2
|
*
drm/xe: Clear all snapshot members after deleting coredump
Maarten Lankhorst
2024-02-21
1
-0
/
+2
|
*
drm/xe/snapshot: Remove drm_err on guc alloc failures
Maarten Lankhorst
2024-02-21
1
-11
/
+3
|
*
drm/xe: Fix modpost warning on xe_mocs kunit module
Ashutosh Dixit
2024-02-20
1
-0
/
+1
|
*
drm/xe/xe_gt_idle: Drop redundant newline in name
Ashutosh Dixit
2024-02-20
1
-2
/
+2
|
*
drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-02-20
1
-3
/
+3
|
*
drm/xe: Initialize GuC earlier during probe
Michał Winiarski
2024-02-20
4
-20
/
+54
|
*
drm/xe/guc: Move GuC power control init to "post-hwconfig"
Michał Winiarski
2024-02-20
4
-13
/
+22
|
*
drm/xe/huc: Realloc HuC FW in vram for post-hwconfig
Michał Winiarski
2024-02-20
3
-0
/
+24
|
*
drm/xe/guc: Allocate GuC data structures in system memory for initial load
Michał Winiarski
2024-02-20
7
-4
/
+71
|
*
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
2024-02-20
6
-49
/
+62
|
|
\
|
*
|
drm/xe: Return 2MB page size for compact 64k PTEs
Matthew Brost
2024-02-20
3
-2
/
+6
|
*
|
drm/xe: Add XE_VMA_PTE_64K VMA flag
Matthew Brost
2024-02-20
3
-2
/
+10
|
*
|
drm/xe: Fix xe_vma_set_pte_size
Matthew Brost
2024-02-20
1
-3
/
+4
|
*
|
drm/xe/xe_bo_move: Enhance xe_bo_move trace
Priyanka Dandamudi
2024-02-20
4
-16
/
+35
|
*
|
drm/xe: Enable 32bits build
Lucas De Marchi
2024-02-20
1
-1
/
+1
|
*
|
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
2024-02-19
7
-95
/
+6
|
*
|
drm/xe: avoid function cast warnings
Arnd Bergmann
2024-02-15
1
-1
/
+6
|
*
|
drm/xe: Remove exec queue bind.fence_*
Matthew Brost
2024-02-14
2
-24
/
+9
|
*
|
drm/xe: Add uAPI to query GuC firmware submission version
José Roberto de Souza
2024-02-13
1
-0
/
+44
|
*
|
drm/xe/vf: Don't support MCR registers if VF
Michal Wajdeczko
2024-02-13
1
-0
/
+17
|
*
|
drm/xe/vf: Don't program PAT if VF
Michal Wajdeczko
2024-02-13
1
-0
/
+5
|
*
|
drm/xe/vf: Don't enable hwmon if VF
Michal Wajdeczko
2024-02-13
1
-0
/
+5
|
*
|
drm/xe/vf: Don't check if LMEM is initialized if VF
Michal Wajdeczko
2024-02-13
1
-1
/
+8
|
*
|
drm/xe/vf: Don't initialize stolen memory manager if VF
Michal Wajdeczko
2024-02-13
1
-1
/
+4
|
*
|
drm/xe/vf: Don't program MOCS if VF
Michal Wajdeczko
2024-02-13
1
-0
/
+4
|
*
|
drm/xe/vf: Don't try to capture engine data unavailable to VF
Michal Wajdeczko
2024-02-13
1
-0
/
+5
|
*
|
drm/xe/vf: Assume fixed GSM size if VF
Michal Wajdeczko
2024-02-13
1
-1
/
+6
|
*
|
drm/xe/pt: Allow for stricter type- and range checking
Thomas Hellström
2024-02-12
3
-31
/
+29
|
*
|
drm/xe: use drm based debugging instead of dev
Jani Nikula
2024-02-12
1
-1
/
+1
|
*
|
drm/xe/display: fix i915_gem_object_is_shmem() wrapper
Matthew Auld
2024-02-09
1
-1
/
+1
|
*
|
drm/xe/irq: allocate all possible msix interrupts
Dani Liberman
2024-02-08
1
-2
/
+15
|
*
|
drm/xe/vm: Avoid reserving zero fences
Thomas Hellström
2024-02-08
1
-3
/
+10
|
*
|
drm/xe: Avoid cryptic message when there's no GuC definition
Lucas De Marchi
2024-02-08
1
-1
/
+6
|
*
|
drm/xe: Always allow to override firmware
Lucas De Marchi
2024-02-08
1
-2
/
+1
|
*
|
drm/xe: Remove TEST_VM_ASYNC_OPS_ERROR
Matthew Brost
2024-02-06
2
-35
/
+1
[next]