index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
drm/xe: Rename ___xe_bo_create_locked()
Thomas Hellström
-28
/
+27
2025-09-10
drm/xe: Convert xe_dma_buf.c for exhaustive eviction
Thomas Hellström
-20
/
+41
2025-09-10
drm/xe/display: Convert __xe_pin_fb_vma()
Thomas Hellström
-12
/
+18
2025-09-10
drm/xe: Convert the CPU fault handler for exhaustive eviction
Thomas Hellström
-51
/
+225
2025-09-10
drm/xe: Convert existing drm_exec transactions for exhaustive eviction
Thomas Hellström
-106
/
+75
2025-09-10
drm/xe: Convert SVM validation for exhaustive eviction
Thomas Hellström
-48
/
+55
2025-09-10
drm/xe: Convert xe_bo_create_user() for exhaustive eviction
Thomas Hellström
-61
/
+115
2025-09-10
drm/xe: Introduce an xe_validation wrapper around drm_exec
Thomas Hellström
-0
/
+351
2025-09-10
drm/xe: Pass down drm_exec context to validation
Thomas Hellström
-110
/
+407
2025-09-09
drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at any time
David Rosca
-8
/
+16
2025-09-09
drm/amdgpu/vcn4: Fix IB parsing with multiple engine info packages
David Rosca
-31
/
+21
2025-09-09
drm/amd/amdgpu: Declare isp firmware binary file
Pratap Nirujogi
-0
/
+2
2025-09-09
drm/amd/display: use udelay rather than fsleep
Alex Deucher
-1
/
+1
2025-09-09
drm/amdgpu: fix a memory leak in fence cleanup when unloading
Alex Deucher
-2
/
+0
2025-09-09
drm/amdgpu/vcn: Change amdgpu_vcn_sw_fini return to void
Rodrigo Siqueira
-39
/
+19
2025-09-09
drm/amdgpu/vcn: Document IRQ per-instance irq behavior for VCN 4.0.3
Rodrigo Siqueira
-1
/
+5
2025-09-09
drm/amdgpu: validate userq hw unmap status for destroying userq
Prike Liang
-0
/
+5
2025-09-09
drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
Srinivasan Shanmugam
-0
/
+18
2025-09-09
drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
Srinivasan Shanmugam
-1
/
+2
2025-09-09
drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at any time
David Rosca
-8
/
+16
2025-09-09
drm/amdgpu/vcn4: Fix IB parsing with multiple engine info packages
David Rosca
-31
/
+21
2025-09-09
drm/amdgpu: clean up the amdgpu_userq_active()
Prike Liang
-18
/
+0
2025-09-09
drm/amdgpu/jpeg: Move parse_cs to amdgpu_jpeg.c
Sathishkumar S
-70
/
+83
2025-09-09
drm/amd/display: Remove duplicated code
Ray Wu
-9
/
+0
2025-09-09
drm/amdgpu: validate userq input args
Prike Liang
-32
/
+56
2025-09-09
drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
Srinivasan Shanmugam
-0
/
+3
2025-09-09
drm/amd/amdgpu: Declare isp firmware binary file
Pratap Nirujogi
-0
/
+2
2025-09-09
drm/amd/display: use udelay rather than fsleep
Alex Deucher
-1
/
+1
2025-09-09
drm/amdgpu: Fix NULL ptr deref in amdgpu_device_cache_switch_state()
John Olender
-1
/
+1
2025-09-09
drm/amdgpu: fix a memory leak in fence cleanup when unloading
Alex Deucher
-2
/
+0
2025-09-09
drm/xe/guc: Recommend GUC v70.49.4 for PTL, BMG
Julia Filipchuk
-2
/
+2
2025-09-09
drm/xe/guc: Don't invoke disable_ct action during replacement
Michal Wajdeczko
-1
/
+1
2025-09-09
drm/xe/guc: Always add CT disable action during second init step
Michal Wajdeczko
-6
/
+5
2025-09-09
drm/xe: Extend Wa_13011645652 to PTL-H, WCL
Julia Filipchuk
-1
/
+2
2025-09-09
drm/xe: Block exec and rebind worker while evicting for suspend / hibernate
Thomas Hellström
-1
/
+88
2025-09-09
drm/xe: Allow the pm notifier to continue on failure
Thomas Hellström
-10
/
+7
2025-09-09
drm/xe: Attempt to bring bos back to VRAM after eviction
Thomas Hellström
-16
/
+16
2025-09-09
drm/xe/configfs: Don't touch survivability_mode on fini
Michal Wajdeczko
-1
/
+2
2025-09-09
drm/xe: Never report L3 bank mask for media GT going forward
Matt Roper
-15
/
+24
2025-09-09
amd/amdkfd: correct mem limit calculation for small APUs
Yifan Zhang
-12
/
+32
2025-09-09
drm/amdkfd: fix p2p links bug in topology
Eric Huang
-1
/
+2
2025-09-09
drm/amd/display: remove oem i2c adapter on finish
Geoffrey McRae
-1
/
+12
2025-09-09
drm/amd/display: Drop dm_prepare_suspend() and dm_complete()
Mario Limonciello (AMD)
-21
/
+0
2025-09-09
drm/amd/display: Correct sequences and delays for DCN35 PG & RCG
Ovidiu Bunea
-164
/
+111
2025-09-09
drm/amd/display: Disable DPCD Probe Quirk
Fangzhi Zuo
-0
/
+1
2025-09-09
drm/i915/gt: Fix memory leak in hangcheck selftest
Jonathan Cavitt
-3
/
+1
2025-09-09
drm/xe/debugfs: Don't expose dgfx residencies attributes on VF
Michal Wajdeczko
-1
/
+1
2025-09-09
drm/i915: Drop unused struct_mutex from drm_i915_private
Luiz Otavio Mello
-10
/
+0
2025-09-09
drm/i915: Clean-up outdated struct_mutex comments
Luiz Otavio Mello
-4
/
+2
2025-09-09
drm/i915/display: Remove outdated struct_mutex comments
Luiz Otavio Mello
-5
/
+1
[prev]
[next]