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
/
drm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
85
-428
/
+771
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
Revert "drm: Add directive to format code in comment"
Bagas Sanjaya
1
-2
/
+0
2025-09-12
drm/xe: defer free of NVM auxiliary container to device release callback
Nitin Gote
1
-1
/
+4
2025-09-12
drm/xe/configfs: Fix documentation warning
Lucas De Marchi
1
-2
/
+2
2025-09-12
drm/xe: Update workaround documentation
Lucas De Marchi
1
-13
/
+32
2025-09-12
drm/xe/hwmon: Remove type casting
Mallesh Koujalagi
1
-16
/
+19
2025-09-12
drm/xe/guc: Fix spelling mistake "sheduling" -> "scheduling"
Colin Ian King
1
-1
/
+1
2025-09-12
drm/xe/xe3: Extend Wa_18041344222 to graphics IP versions 30.00 and 30.01
Harish Chegondi
1
-0
/
+7
2025-09-12
drm/xe: Fix circular locking dependency
Rodrigo Vivi
2
-1
/
+3
2025-09-12
drm/xe: Use tile-oriented messages in GGTT code
Michal Wajdeczko
1
-6
/
+6
2025-09-12
drm/xe: Add dedicated printk macros for tile and device
Michal Wajdeczko
3
-6
/
+261
[prev]
[next]