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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: add a new sysfs directory for gtidle properties
Riana Tauro
8
-29
/
+239
2023-12-21
drm/xe/bo: consider bo->flags in xe_bo_migrate()
Matthew Auld
1
-0
/
+13
2023-12-21
drm/xe/uapi: restrict system wide accounting
Matthew Auld
1
-3
/
+9
2023-12-21
drm/xe: Fix unreffed ptr leak on engine lookup
Mika Kuoppala
1
-8
/
+8
2023-12-21
drm/xe: Skip applying copy engine fuses
Lucas De Marchi
1
-0
/
+3
2023-12-21
drm/xe/bo: handle PL_TT -> PL_TT
Matthew Auld
1
-0
/
+10
2023-12-21
drm/xe: VM LRU bulk move
Matthew Brost
6
-7
/
+43
2023-12-21
drm/xe: Only try to lock external BOs in VM bind
Matthew Brost
1
-3
/
+5
2023-12-21
drm/xe: Ensure LR engines are not persistent
Matthew Brost
1
-1
/
+3
2023-12-21
drm/xe: Long running job update
Matthew Brost
6
-13
/
+134
2023-12-21
drm/xe: NULL binding implementation
Matthew Brost
7
-55
/
+118
2023-12-21
drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP
Janga Rahul Kumar
5
-11
/
+11
2023-12-21
drm/xe: limit GGTT size to GUC_GGTT_TOP
Daniele Ceraolo Spurio
1
-6
/
+18
2023-12-21
drm/xe/mtl: Add some initial MTL workarounds
Matt Roper
2
-0
/
+39
2023-12-21
drm/xe: Fix check for platform without geometry pipeline
Michał Winiarski
3
-1
/
+8
2023-12-21
drm/xe: Fix uninitialized variables
Michał Winiarski
3
-3
/
+3
2023-12-21
drm/xe: Fix GT looping for standalone media
Riana Tauro
1
-1
/
+1
2023-12-21
drm/xe: Donot apply forcewake while reading actual frequency
Badal Nilawar
1
-11
/
+3
2023-12-21
drm/xe/guc: Normalize error messages with %#x
Lucas De Marchi
1
-3
/
+3
2023-12-21
drm/xe/guc: Fix typo s/enabled/enable/
Lucas De Marchi
1
-1
/
+1
2023-12-21
drm/xe: Rename pte/pde encoding functions
Lucas De Marchi
5
-38
/
+36
2023-12-21
drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h
Matthew Brost
2
-2
/
+1
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
1
-0
/
+1
2023-12-20
drm/i915/cdclk: Remove divider field from tables
Gustavo Sousa
1
-135
/
+134
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2
-4
/
+4
2023-12-20
drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
Jocelyn Falempe
5
-5
/
+25
2023-12-19
drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
Matthew Brost
3
-7
/
+9
2023-12-19
drm/xe: Use Xe ordered workqueue for rebind worker
Matthew Brost
3
-3
/
+8
2023-12-19
drm/xe: Handle unmapped userptr in analyze VM
Matthew Brost
1
-3
/
+7
2023-12-19
drm/xe: Emit a render cache flush after each rcs/ccs batch
Thomas Hellström
4
-1
/
+40
2023-12-19
drm/xe: Invalidate TLB also on bind if in scratch page mode
Thomas Hellström
5
-13
/
+57
2023-12-19
drm/xe/reg_sr: Apply limit to register whitelisting
Gustavo Sousa
1
-0
/
+7
2023-12-19
drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()
Gustavo Sousa
4
-7
/
+9
2023-12-19
drm/xe/guc: Read HXG fields from DW1 of G2H response
Matthew Brost
1
-3
/
+3
2023-12-19
drm/xe/wa: Extend scope of Wa_14015795083
Matt Roper
1
-8
/
+11
2023-12-19
drm/xe: REBAR resize should be best effort
Michael J. Ruhl
1
-17
/
+11
2023-12-19
drm/xe: Don't hardcode GuC's MOCS index in register header
Matt Roper
2
-5
/
+2
2023-12-19
drm/xe: Initialize MOCS earlier
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Reformat xe_guc_regs.h
Matt Roper
1
-93
/
+93
2023-12-19
drm/xe: Replace deprecated DRM_ERROR()
Gustavo Sousa
4
-5
/
+10
2023-12-19
drm/xe: Add kerneldoc description of multi-tile devices
Matt Roper
1
-0
/
+57
2023-12-19
drm/xe: Reinstate media GT support
Matt Roper
2
-1
/
+33
2023-12-19
drm/xe: Update query uapi to support standalone media
Matt Roper
1
-8
/
+8
2023-12-19
drm/xe: Allow GT looping and lookup on standalone media
Matt Roper
3
-8
/
+42
2023-12-19
drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
Matt Roper
1
-0
/
+9
2023-12-19
drm/xe: Invalidate TLB on all affected GTs during GGTT updates
Matt Roper
1
-6
/
+10
2023-12-19
drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe
Matt Roper
4
-48
/
+49
2023-12-19
drm/xe/irq: Untangle postinstall functions
Matt Roper
1
-28
/
+9
2023-12-19
drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt mask
Matt Roper
1
-4
/
+7
2023-12-19
drm/xe/irq: Move ASLE backlight interrupt logic
Matt Roper
1
-6
/
+10
[prev]
[next]