index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton
Srinivasan Shanmugam
2
-0
/
+60
2025-09-15
drm/amdgpu: validate userq buffer virtual address and size
Prike Liang
3
-0
/
+58
2025-09-15
drm/amd/pm: make smu_set_temp_funcs() smu specific for smu v13.0.6
Yang Wang
3
-7
/
+7
2025-09-15
drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
Srinivasan Shanmugam
1
-0
/
+9
2025-09-15
drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
Srinivasan Shanmugam
1
-3
/
+16
2025-09-15
drm/amdgpu: Replace kzalloc + copy_from_user with memdup_user
Thorsten Blum
1
-14
/
+6
2025-09-15
drm/amdkfd: Replace kzalloc + copy_from_user with memdup_user
Thorsten Blum
1
-9
/
+3
2025-09-15
drm/amdgpu: Use (v)memdup_array_user in amdgpu_cs_pass1
Tvrtko Ursulin
1
-23
/
+10
2025-09-15
drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
Tvrtko Ursulin
1
-14
/
+5
2025-09-15
drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_array
Tvrtko Ursulin
1
-24
/
+17
2025-09-15
drm/amdgpu: Remove volatile references from VCN
Rodrigo Siqueira
10
-51
/
+51
2025-09-15
drm/amdgpu: Remove volatile from amdgpu and amdgpu_ih headers
Rodrigo Siqueira
2
-4
/
+4
2025-09-15
drm/amdgpu: Remove volatile from ring manipulation
Rodrigo Siqueira
5
-10
/
+10
2025-09-15
drm/amdgpu: Remove volatile from RLC files
Rodrigo Siqueira
2
-4
/
+4
2025-09-15
drm/amdgpu: Remove volatile from CSB functions
Rodrigo Siqueira
10
-25
/
+18
2025-09-15
drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ
Loic Poulain
1
-2
/
+4
2025-09-15
drm/xe: defer free of NVM auxiliary container to device release callback
Nitin Gote
1
-1
/
+4
2025-09-15
drm/xe/hwmon: Remove type casting
Mallesh Koujalagi
1
-16
/
+19
2025-09-15
drm/xe/guc: Add test for G2G communications
John Harrison
8
-0
/
+801
2025-09-15
drm/xe: Allow freeing of a managed bo
John Harrison
2
-0
/
+6
2025-09-15
drm/xe/guc: Add firmware build type to available info
John Harrison
2
-0
/
+4
2025-09-15
drm/xe/guc: Update CSS header structures
John Harrison
2
-35
/
+53
2025-09-15
drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Fushuai Wang
1
-1
/
+1
2025-09-15
drm/xe: Use ARRAY_SIZE in guc_waklv_init()
Lucas De Marchi
1
-2
/
+2
2025-09-15
drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()
Dan Carpenter
1
-2
/
+2
2025-09-15
drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitation
Michal Wajdeczko
1
-1
/
+0
2025-09-15
drm/xe/tile: Release kobject for the failure path
Shuicheng Lin
1
-5
/
+7
2025-09-15
drm/exynos: dsi: add support for exynos7870
Kaustabh Chakraborty
1
-0
/
+9
2025-09-15
drm/exynos: exynos7_drm_decon: remove ctx->suspended
Kaustabh Chakraborty
1
-36
/
+0
2025-09-15
drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridge
Kaustabh Chakraborty
1
-0
/
+82
2025-09-15
drm/bridge: samsung-dsim: add ability to define clock names for every variant
Kaustabh Chakraborty
1
-45
/
+43
2025-09-15
drm/bridge: samsung-dsim: increase timeout value for PLL_STABLE
Kaustabh Chakraborty
1
-1
/
+1
2025-09-15
drm/bridge: samsung-dsim: allow configuring the PLL_STABLE bit
Kaustabh Chakraborty
1
-2
/
+7
2025-09-15
drm/bridge: samsung-dsim: allow configuring PLL_M and PLL_S offsets
Kaustabh Chakraborty
1
-5
/
+16
2025-09-15
drm/bridge: samsung-dsim: allow configuring the VIDEO_MODE bit
Kaustabh Chakraborty
1
-2
/
+7
2025-09-15
drm/bridge: samsung-dsim: allow configuring the MAIN_VSA offset
Kaustabh Chakraborty
1
-3
/
+10
2025-09-15
drm/bridge: samsung-dsim: allow configuring bits and offsets of CLKCTRL register
Kaustabh Chakraborty
1
-22
/
+54
2025-09-15
drm/bridge: samsung-dsim: add flag to control header FIFO wait
Kaustabh Chakraborty
1
-3
/
+12
2025-09-15
drm/bridge: samsung-dsim: add SFRCTRL register
Kaustabh Chakraborty
1
-0
/
+16
2025-09-15
drm/bridge: samsung-dsim: support separate LINK and DPHY status registers
Kaustabh Chakraborty
1
-4
/
+18
2025-09-15
drm/pixpaper: Fix return type of pixpaper_mode_valid()
Nathan Chancellor
1
-2
/
+2
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
86
-428
/
+772
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
101
-667
/
+1003
2025-09-15
Merge tag 'drm-intel-gt-next-2025-09-12' of https://gitlab.freedesktop.org/dr...
Dave Airlie
6
-12
/
+116
2025-09-13
gpu: nova-core: Add base files for r570.144 firmware bindings
Alistair Popple
4
-0
/
+39
2025-09-13
gpu: nova-core: firmware: use 570.144 firmware
Alexandre Courbot
1
-1
/
+1
2025-09-13
gpu: nova-core: firmware: process the GSP bootloader
Alexandre Courbot
4
-21
/
+99
2025-09-13
gpu: nova-core: firmware: process and prepare the GSP firmware
Alexandre Courbot
4
-2
/
+246
2025-09-13
gpu: nova-core: firmware: process Booter and patch its signature
Alexandre Courbot
4
-9
/
+393
2025-09-13
gpu: nova-core: firmware: add support for common firmware header
Alexandre Courbot
1
-0
/
+62
[prev]
[next]