index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-29
drm/xe: Remove obsolete async_ops from struct xe_vm
Mika Kuoppala
1
-24
/
+0
2024-02-29
drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move trace
Priyanka Dandamudi
2
-5
/
+9
2024-02-29
drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move trace
Priyanka Dandamudi
2
-5
/
+9
2024-02-29
drm/xe: Deny unbinds if uapi ufence pending
Mika Kuoppala
2
-0
/
+44
2024-02-29
drm/xe: Expose user fence from xe_sync_entry
Mika Kuoppala
3
-11
/
+53
2024-02-29
drm/xe: Use pointers in trace events
Lucas De Marchi
1
-15
/
+15
2024-02-29
drm/xe/xe_bo_move: Enhance xe_bo_move trace
Priyanka Dandamudi
4
-15
/
+34
2024-02-29
drm/xe/mmio: fix build warning for BAR resize on 32-bit
Arnd Bergmann
1
-1
/
+1
2024-02-29
drm/xe: get rid of MAX_BINDS
Paulo Zanoni
1
-4
/
+1
2024-02-29
drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
Matthew Brost
1
-11
/
+14
2024-02-29
drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
Matthew Brost
1
-0
/
+12
2024-02-29
drm/xe: Fix execlist splat
Matthew Brost
1
-1
/
+1
2024-02-29
drm/xe/uapi: Remove unused flags
Francois Dugast
5
-118
/
+6
2024-02-29
drm/xe: Add uapi for dumpable bos
Maarten Lankhorst
1
-1
/
+2
2024-02-28
drm/xe/guc: Fix missing topology init
Zhanjun Dong
1
-2
/
+1
2024-02-28
drm/xe/xe2: fix 64-bit division in pte_update_size
Arnd Bergmann
1
-1
/
+1
2024-02-28
drm/xe/mmio: fix build warning for BAR resize on 32-bit
Arnd Bergmann
1
-1
/
+1
2024-02-28
drm/xe/kunit: fix link failure with built-in xe
Arnd Bergmann
3
-3
/
+5
2024-02-28
drm/xe: Deny unbinds if uapi ufence pending
Mika Kuoppala
2
-0
/
+44
2024-02-28
drm/xe: Expose user fence from xe_sync_entry
Mika Kuoppala
3
-11
/
+53
2024-02-27
drm/xe/tests: Fix printf format specifiers in xe_migrate test
David Gow
1
-4
/
+4
2024-02-26
drm/xe/guc: Handle timing out of signaled jobs gracefully
Matthew Brost
1
-13
/
+19
2024-02-26
drm/xe: get rid of MAX_BINDS
Paulo Zanoni
1
-4
/
+1
2024-02-26
drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
Matthew Brost
1
-11
/
+14
2024-02-26
drm/xe: Extend uAPI to query HuC micro-controler firmware version
Francois Dugast
1
-4
/
+34
2024-02-26
drm/xe: Remove useless mem_access on PAT dumps
Rodrigo Vivi
1
-10
/
+0
2024-02-26
drm/xe: Convert gt_reset from mem_access to xe_pm_runtime
Rodrigo Vivi
1
-3
/
+4
2024-02-26
drm/xe: Remove mem_access from suspend and resume functions
Rodrigo Vivi
1
-8
/
+0
2024-02-26
drm/xe: Convert gsc_work from mem_access to xe_pm_runtime
Rodrigo Vivi
1
-2
/
+3
2024-02-26
drm/xe: Remove useless mem_access protection for query ioctls
Rodrigo Vivi
1
-4
/
+0
2024-02-26
drm/xe: Convert hwmon from mem_access to xe_pm_runtime calls
Rodrigo Vivi
1
-12
/
+13
2024-02-26
drm/xe: Replace dma_buf mem_access per direct xe_pm_runtime calls
Rodrigo Vivi
1
-2
/
+3
2024-02-26
drm/xe: Runtime PM wake on every debugfs call
Rodrigo Vivi
5
-16
/
+66
2024-02-26
drm/xe: Remove mem_access from guc_pc calls
Rodrigo Vivi
1
-54
/
+10
2024-02-26
drm/xe: Runtime PM wake on every sysfs call
Rodrigo Vivi
7
-5
/
+129
2024-02-26
drm/xe: Convert kunit tests from mem_access to xe_pm_runtime
Rodrigo Vivi
3
-12
/
+22
2024-02-26
drm/xe: Runtime PM wake on every IOCTL
Rodrigo Vivi
3
-2
/
+51
2024-02-26
drm/xe: Convert mem_access assertion towards the runtime_pm state
Rodrigo Vivi
3
-1
/
+29
2024-02-26
drm/xe: Document Xe PM component
Rodrigo Vivi
1
-11
/
+98
2024-02-26
Merge tag 'drm-xe-next-2024-02-25' of ssh://gitlab.freedesktop.org/drm/xe/ker...
Daniel Vetter
140
-1185
/
+6486
2024-02-26
Merge tag 'drm-misc-next-2024-02-22' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+1
2024-02-23
drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
Matthew Brost
1
-0
/
+12
2024-02-23
drm/xe: Cleanup some layering in GGTT
Matthew Brost
4
-33
/
+54
2024-02-23
drm/xe: Fix execlist splat
Matthew Brost
1
-1
/
+1
2024-02-23
drm/xe/uapi: Remove unused flags
Francois Dugast
5
-124
/
+6
2024-02-22
drm/xe: Prefer struct_size over open coded arithmetic
Erick Archer
1
-1
/
+1
2024-02-22
drm/xe: Use pointers in trace events
Lucas De Marchi
1
-15
/
+15
2024-02-21
drm/xe: Do not include current dir for generated/xe_wa_oob.h
Dafna Hirschfeld
7
-7
/
+14
2024-02-21
drm/xe: Add debug prints for skipping rebinds
Matthew Brost
1
-0
/
+7
2024-02-21
drm/xe: Implement VM snapshot support for BO's and userptr
Maarten Lankhorst
4
-4
/
+211
[prev]
[next]