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-09-02
drm/xe/pf: Add thresholds to the VF KLV config
Michal Wajdeczko
1
-0
/
+8
2024-09-02
drm/xe/display: remove unused compat kdev_to_i915() and pdev_to_i915()
Jani Nikula
1
-9
/
+0
2024-09-02
drm/xe: Fix merge fails related to display runtime PM
Maarten Lankhorst
2
-4
/
+0
2024-09-02
drm/i915 & drm/xe: save struct drm_device to drvdata
Jani Nikula
3
-4
/
+10
2024-09-01
drm/xe: clean up fault injection usage
Jani Nikula
2
-14
/
+3
2024-08-30
drm/xe: Invalidate media_gt TLBs in PT code
Matthew Brost
1
-21
/
+96
2024-08-30
drm/xe/hwmon: Treat hwmon as a per-device concept
Matt Roper
1
-42
/
+53
2024-08-30
drm/xe/pcode: Treat pcode as per-tile rather than per-GT
Matt Roper
11
-79
/
+85
2024-08-30
drm/xe/display: Drop unnecessary xe_gt.h includes
Matt Roper
4
-4
/
+0
2024-08-30
drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Nirmoy Das
1
-5
/
+3
2024-08-30
drm/xe/pf: Improve VF control
Michal Wajdeczko
5
-15
/
+1305
2024-08-30
drm/xe/pf: Drop GuC notifications for non-existing VF
Michal Wajdeczko
1
-0
/
+6
2024-08-30
drm/xe/pf: Fix documentation formatting
Michal Wajdeczko
1
-26
/
+28
2024-08-30
drm/xe/pf: Add function to sanitize VF resources
Michal Wajdeczko
2
-0
/
+83
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
1
-0
/
+1
2024-08-30
Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
10
-59
/
+83
2024-08-30
Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
81
-828
/
+2186
2024-08-29
drm/xe/gsc: Wedge the device if the GSCCS reset fails
Daniele Ceraolo Spurio
1
-1
/
+3
2024-08-29
drm/xe/gsc: Add debugfs to print GSC info
Daniele Ceraolo Spurio
7
-0
/
+128
2024-08-29
drm/xe/gsc: Track the platform in the compatibility version
Daniele Ceraolo Spurio
2
-7
/
+13
2024-08-29
drm/xe/gsc: Fix FW status if the firmware is already loaded
Daniele Ceraolo Spurio
1
-1
/
+4
2024-08-29
drm/xe/gsc: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
2
-2
/
+19
2024-08-29
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
Karthik Poosa
1
-1
/
+1
2024-08-28
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
20
-20
/
+20
2024-08-28
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
Karthik Poosa
1
-1
/
+1
2024-08-28
drm/xe: move the kernel lrc from hwe to execlist port
Ilia Levi
4
-20
/
+22
2024-08-28
drm/xe/bmg: Drop force_probe requirement
Balasubramani Vivekanandan
1
-1
/
+0
2024-08-28
drm/xe: Fix NPD in ggtt_node_remove()
Himal Prasad Ghimiray
1
-5
/
+8
2024-08-28
drm/xe: Use separate rpm lockdep map for non-d3cold-capable devices
Thomas Hellström
3
-14
/
+80
2024-08-28
Revert "drm/xe/lnl: Offload system clear page activity to GPU"
Nirmoy Das
3
-38
/
+2
2024-08-27
drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.
Maarten Lankhorst
3
-1
/
+26
2024-08-27
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
102
-1780
/
+3383
2024-08-27
drm/xe: Support 'nomodeset' kernel command-line option
Thomas Zimmermann
1
-3
/
+36
2024-08-27
drm/xe: Invalidate media_gt TLBs
Matthew Brost
1
-13
/
+24
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
25
-46
/
+133
2024-08-27
drm/xe: Remove unrequired NULL check in xe_sched_job_free_fences
Himal Prasad Ghimiray
1
-2
/
+1
2024-08-27
drm/xe: Remove unrequired NULL checks in xe_sync_entry_cleanup
Himal Prasad Ghimiray
1
-4
/
+2
2024-08-27
drm/xe: Remove extra dma_fence_put on xe_sync_entry_add_deps failure
Himal Prasad Ghimiray
1
-10
/
+3
2024-08-26
drm/xe/lnl: Drop force_probe requirement
Lucas De Marchi
1
-1
/
+0
2024-08-26
drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
Apoorva Singh
1
-1
/
+1
2024-08-24
drm/xe: Fix total initialization in xe_ggtt_print_holes()
Nathan Chancellor
2
-2
/
+2
2024-08-23
drm/xe/display: handle HPD polling in display runtime suspend/resume
Vinod Govindapillai
3
-3
/
+32
2024-08-23
drm/xe: Handle polling only for system s/r in xe_display_pm_suspend/resume()
Imre Deak
1
-12
/
+6
2024-08-23
drm/xe: Suspend/resume user access only during system s/r
Imre Deak
1
-4
/
+6
2024-08-23
drm/xe: Update xe_sa to use xe_managed_bo_create_pin_map
Matthew Brost
2
-7
/
+7
2024-08-23
drm/xe: Move hw_engine_fini to devm managed
Matthew Brost
1
-2
/
+2
2024-08-23
drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini
Matthew Brost
1
-1
/
+1
2024-08-23
drm/xe: Set firmware state to loadable before registering guc_fini_hw
Matthew Brost
1
-2
/
+2
2024-08-23
drm/xe: Move ggtt_fini to devm managed
Matthew Brost
1
-2
/
+2
2024-08-23
Revert "drm/xe: Invalidate media_gt TLBs in PT code"
Matthew Brost
1
-80
/
+19
[prev]
[next]