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-12-18
drivers: gpu: Update ARef imports from sync::aref
Shankari Anand
-4
/
+4
2025-12-17
drm/xe/eustall: Disallow 0 EU stall property values
Ashutosh Dixit
-1
/
+1
2025-12-17
drm/xe/oa: Disallow 0 OA property values
Ashutosh Dixit
-1
/
+1
2025-12-17
drm/xe/oa: Move default oa unit assignment earlier during stream open
Ashutosh Dixit
-4
/
+4
2025-12-17
drm/xe/pf: Add handling for MLRC adverse event threshold
Daniele Ceraolo Spurio
-0
/
+10
2025-12-17
drm/xe/pf: Prepare for new threshold KLVs
Michal Wajdeczko
-10
/
+23
2025-12-17
drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helper
Michal Wajdeczko
-3
/
+24
2025-12-17
drm/xe: Introduce IF_ARGS macro utility
Michal Wajdeczko
-0
/
+81
2025-12-17
drm/xe: Fix NULL pointer dereference in xe_exec_ioctl
Tapani Pälli
-6
/
+4
2025-12-17
drm/panthor: fix for dma-fence safe access rules
Chia-I Wu
-0
/
+4
2025-12-17
drm/panthor: Fix NULL pointer dereference on panthor_fw_unplug
Karunika Choo
-4
/
+0
2025-12-17
drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_migration_supported()
Dan Carpenter
-1
/
+1
2025-12-17
drm/xe/vf: fix return type in vf_migration_init_late()
Dan Carpenter
-1
/
+1
2025-12-16
drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
Ashutosh Dixit
-3
/
+4
2025-12-16
drm/xe/rtp: Whitelist OAMERT MMIO trigger registers
Ashutosh Dixit
-0
/
+19
2025-12-16
drm/xe/oa/uapi: Expose MERT OA unit
Ashutosh Dixit
-3
/
+43
2025-12-16
drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
Brian Kocoloski
-1
/
+1
2025-12-16
drm/amd/pm: restore SCLK settings after S0ix resume
mythilam
-5
/
+37
2025-12-16
drm/amdgpu: fix a job->pasid access race in gpu recovery
Alex Deucher
-2
/
+8
2025-12-16
drm/amd/display: Fix DP no audio issue
Charlene Liu
-4
/
+4
2025-12-16
drm/amd/display: Fix scratch registers offsets for DCN351
Ray Wu
-4
/
+4
2025-12-16
drm/amd/display: Fix scratch registers offsets for DCN35
Ray Wu
-4
/
+4
2025-12-16
drm/amd: Resume the device in thaw() callback when console suspend is disabled
Mario Limonciello (AMD)
-1
/
+4
2025-12-16
drm/radeon: Convert legacy DRM logging in evergreen.c to drm_* helpers
Abhishek Rajput
-50
/
+62
2025-12-16
drm/amdgpu: Add gfx v12_1 interrupt source header
Hawking Zhang
-6
/
+142
2025-12-16
drm/amdkfd: Override KFD SVM mappings for GFX 12.1
Mukul Joshi
-1
/
+3
2025-12-16
drm/amdgpu: correct rlc autoload for xcc harvest
Likun Gao
-1
/
+2
2025-12-16
drm/amdgpu: add gfx sysfs support for gfx_v12_1
Likun Gao
-0
/
+4
2025-12-16
drm/amdgpu/mes_v12_1: fix mes access xcd register
Jack Xiao
-0
/
+20
2025-12-16
drm/amdgpu: normalize reg addr as local xcc for gfx v12_1
Likun Gao
-0
/
+30
2025-12-16
drm/amdgpu: support xcc harvest for ih translate
Likun Gao
-4
/
+6
2025-12-16
drm/amdgpu: Correct inst_id input from physical to logic
Likun Gao
-25
/
+25
2025-12-16
drm/amdgpu: use physical xcc id to get rrmt
Likun Gao
-10
/
+16
2025-12-16
drm/radeon: Convert logging in radeon_display.c to drm_* helpers
Mukesh Ogare
-27
/
+39
2025-12-16
drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
Brian Kocoloski
-1
/
+1
2025-12-16
drm/amdgpu: Correct xcc_id input to GET_INST from physical to logic
Likun Gao
-37
/
+24
2025-12-16
drm/amdgpu: Fix CP_MEC_MDBASE in multi-xcc for gfx v12_1
Michael Chen
-94
/
+98
2025-12-16
drm/amdgpu: Support 57bit fault address for GFX 12.1.0
Philip Yang
-1
/
+1
2025-12-16
drm/amdgpu: Add pde3 table invalidation request for GFX 12.1.0
Philip Yang
-0
/
+3
2025-12-16
drm/amdkfd: Update LDS, Scratch base for 57bit address
Philip Yang
-10
/
+14
2025-12-16
drm/amdgpu: Enable 5-level page table for GFX 12.1.0
Philip Yang
-3
/
+3
2025-12-16
drm/amdgpu: init RS64_MEC_P2/P3_STACK for gfx12.1
Feifei Xu
-0
/
+2
2025-12-16
drm/amdgpu: Fix CU info calculations for GFX 12.1
Mukul Joshi
-51
/
+27
2025-12-16
drm/amdkfd: Update CWSR area calculations for GFX 12.1
Mukul Joshi
-9
/
+54
2025-12-16
drm/amdgpu: Add soc v1_0 ih client id table
Hawking Zhang
-8
/
+96
2025-12-16
drm/amdgpu: Flush TLB on all XCCs on GFX 12.1
Mukul Joshi
-1
/
+1
2025-12-16
drm/amd/pm: restore SCLK settings after S0ix resume
mythilam
-5
/
+37
2025-12-16
drm/amdgpu: do not use amdgpu_bo_gpu_offset_no_check individually
Saleemkhan Jamadar
-2
/
+30
2025-12-16
drm/amdgpu: Change set ip clock/power gating param
Lijo Lazar
-8
/
+6
2025-12-16
drm/amdgpu: Use helper to get ip block
Lijo Lazar
-25
/
+18
[prev]
[next]