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-04-24
drm/xe: Add helpers to loop over geometry and compute DSS
José Roberto de Souza
3
-0
/
+37
2024-04-24
drm/xe: Store xe_hw_engine in xe_hw_engine_snapshot
José Roberto de Souza
2
-5
/
+5
2024-04-24
drm/xe/guc: Fix arguments passed to relay G2H handlers
Michal Wajdeczko
1
-2
/
+2
2024-04-24
drm/xe: call free_gsc_pkt only once on action add failure
Himal Prasad Ghimiray
1
-8
/
+1
2024-04-24
drm/xe: Remove sysfs only once on action add failure
Himal Prasad Ghimiray
3
-14
/
+11
2024-04-24
drm/xe/pf: Clamp maximum execution quantum to 100s
Michal Wajdeczko
1
-6
/
+12
2024-04-24
drm/xe/guc: Update VF configuration KLVs definitions
Michal Wajdeczko
1
-2
/
+12
2024-04-24
drm/xe/pf: Expose SR-IOV policy settings over debugfs
Michal Wajdeczko
1
-0
/
+53
2024-04-24
drm/xe/pf: Expose SR-IOV VF control commands over debugfs
Michal Wajdeczko
1
-0
/
+79
2024-04-24
drm/xe/pf: Expose SR-IOV VFs configuration over debugfs
Michal Wajdeczko
4
-0
/
+227
2024-04-24
drm/xe/kunit: Add PF service tests
Michal Wajdeczko
2
-0
/
+236
2024-04-24
drm/xe/pf: Add SR-IOV GuC Relay PF services
Michal Wajdeczko
6
-2
/
+646
2024-04-24
drm/xe: Add few more GT register definitions
Michal Wajdeczko
1
-0
/
+3
2024-04-24
drm/xe: Add helper to calculate adjusted register offset
Michal Wajdeczko
2
-23
/
+22
2024-04-24
drm/xe/guc: Add GuC Relay ABI version 1.0 definitions
Michal Wajdeczko
1
-1
/
+169
2024-04-24
drm/xe: Fix unexpected backmerge results
Thomas Hellström
2
-6
/
+11
2024-04-24
Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
175
-1985
/
+7802
2024-04-23
drm/xe: make xe_pm_runtime_lockdep_map a static struct
Rodrigo Vivi
1
-1
/
+1
2024-04-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
28
-281
/
+170
2024-04-22
drm/xe/guc: Fix arguments passed to relay G2H handlers
Michal Wajdeczko
1
-2
/
+2
2024-04-22
drm/xe/pf: Fix xe_gt_sriov_pf_config_print_available_ggtt()
Michal Wajdeczko
1
-2
/
+6
2024-04-22
drm/buddy: Implement tracking clear page feature
Arunpravin Paneer Selvam
1
-2
/
+2
2024-04-22
drm/i915/display: move dmc_firmware_path to display params
Jani Nikula
1
-3
/
+0
2024-04-22
drm/xe: Kill xe_device_mem_access_{get*,put}
Rodrigo Vivi
11
-63
/
+25
2024-04-22
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
21
-172
/
+166
2024-04-19
drm/xe: Define all possible engines in media IP descriptors
Matt Roper
1
-7
/
+9
2024-04-19
Merge tag 'drm-intel-next-2024-04-17-1' of https://anongit.freedesktop.org/gi...
Dave Airlie
8
-109
/
+4
2024-04-18
drm/xe/pm: Capture errors and handle them
Himal Prasad Ghimiray
5
-21
/
+45
2024-04-18
drm/xe/tile: Abort driver load for sysfs creation failure
Himal Prasad Ghimiray
5
-24
/
+18
2024-04-18
drm/xe/gt: Abort driver load for sysfs creation failure
Himal Prasad Ghimiray
10
-60
/
+38
2024-04-18
drm/xe: Return NULL in case of drmm_add_action_or_reset failure
Himal Prasad Ghimiray
1
-17
/
+5
2024-04-18
drm/xe: call free_gsc_pkt only once on action add failure
Himal Prasad Ghimiray
1
-8
/
+1
2024-04-18
drm/xe: Remove sysfs only once on action add failure
Himal Prasad Ghimiray
3
-14
/
+11
2024-04-18
drm/xe: Simplify function return using drmm_add_action_or_reset()
Himal Prasad Ghimiray
6
-33
/
+6
2024-04-18
drm/xe/xe2lpg: Extend Wa_14020338487
Gustavo Sousa
1
-0
/
+4
2024-04-18
drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_buf
Rodrigo Vivi
1
-0
/
+3
2024-04-18
drm/xe: Ensure all the inner access are using the _noresume variant
Rodrigo Vivi
1
-1
/
+1
2024-04-18
drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
Rodrigo Vivi
3
-22
/
+4
2024-04-18
drm/xe: Removing extra mem_access protection from runtime pm
Rodrigo Vivi
3
-12
/
+0
2024-04-18
drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
Rodrigo Vivi
1
-2
/
+3
2024-04-18
drm/xe: Remove useless mem_access during probe
Rodrigo Vivi
5
-34
/
+5
2024-04-18
drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
Rodrigo Vivi
3
-35
/
+37
2024-04-18
drm/xe: Introduce intel_runtime_pm_get_noresume at compat-i915-headers for di...
Rodrigo Vivi
1
-0
/
+8
2024-04-18
drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
Rodrigo Vivi
3
-2
/
+23
2024-04-17
drm/xe/lnl: Apply GuC Wa_13011645652
Vinay Belgaumkar
3
-0
/
+40
2024-04-17
drm/xe/vm: prevent UAF with asid based lookup
Matthew Auld
1
-10
/
+11
2024-04-17
drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init
Maarten Lankhorst
1
-2
/
+6
2024-04-17
drm/xe/vm: don't include xe_gt.h
Matthew Auld
1
-1
/
+0
2024-04-17
drm/xe/vm: drop vm->destroy_work
Matthew Auld
2
-22
/
+2
2024-04-17
drm/xe/vm: prevent UAF with asid based lookup
Matthew Auld
1
-10
/
+11
[prev]
[next]