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-08-13
drm/tidss: remove redundant assignment to variable ret
Colin Ian King
-1
/
+0
2025-08-13
drm/tidss: Set crtc modesetting parameters with adjusted mode
Jayesh Choudhary
-1
/
+4
2025-08-13
drm/bridge: cdns-dsi: Don't fail on MIPI_DSI_MODE_VIDEO_BURST
Tomi Valkeinen
-4
/
+0
2025-08-13
drm/bridge: cdns-dsi: Tune adjusted_mode->clock according to dsi needs
Tomi Valkeinen
-0
/
+37
2025-08-13
drm/bridge: cdns-dsi: Fix event mode
Tomi Valkeinen
-11
/
+20
2025-08-13
drm/bridge: cdns-dsi: Use video mode and clean up cdns_dsi_mode2cfg()
Tomi Valkeinen
-21
/
+24
2025-08-13
drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value
Tomi Valkeinen
-1
/
+7
2025-08-13
drm/bridge: cdns-dsi: Adjust mode to negative syncs
Tomi Valkeinen
-1
/
+5
2025-08-13
drm/bridge: cdns-dsi: Drop cdns_dsi_adjust_phy_config()
Tomi Valkeinen
-45
/
+0
2025-08-13
drm/bridge: cdns-dsi: Update htotal in cdns_dsi_mode2cfg()
Tomi Valkeinen
-6
/
+8
2025-08-13
drm/bridge: cdns-dsi: Drop checks that shouldn't be in .mode_valid()
Tomi Valkeinen
-6
/
+1
2025-08-13
drm/bridge: cdns-dsi: Remove broken fifo emptying check
Tomi Valkeinen
-15
/
+0
2025-08-13
drm/bridge: cdns-dsi: Drop crtc_* code
Tomi Valkeinen
-43
/
+17
2025-08-13
drm/bridge: cdns-dsi: Remove extra line at the end of the file
Tomi Valkeinen
-1
/
+0
2025-08-13
drm/tidss: Use the crtc_* timings when programming the HW
Tomi Valkeinen
-9
/
+9
2025-08-13
drm/tidss: Fix missing includes and struct decls
Tomi Valkeinen
-0
/
+9
2025-08-13
drm/bridge: cdns-dsi: Fix the _atomic_check()
Aradhya Bhatia
-2
/
+2
2025-08-12
drm/nouveau: Improve message for missing firmware
Mel Henning
-1
/
+3
2025-08-12
drm/nouveau: Remove nvkm_gsp_fwif.enable
Mel Henning
-6
/
+5
2025-08-12
drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
Mel Henning
-13
/
+1
2025-08-12
drm/amdgpu: fix task hang from failed job submission during process kill
Liu01 Tong
-4
/
+14
2025-08-12
drm/amdgpu: fix incorrect vm flags to map bo
Jack Xiao
-2
/
+2
2025-08-12
drm/amdgpu: fix vram reservation issue
YiPeng Chai
-2
/
+1
2025-08-12
drm/amdgpu: Add PSP fw version check for fw reserve GFX command
Frank Min
-3
/
+16
2025-08-12
drm/i915/connector: make intel_connector_init() static
Jani Nikula
-2
/
+1
2025-08-12
drm/i915/display: add intel_dig_port_alloc()
Jani Nikula
-20
/
+25
2025-08-12
drm/amdgpu: fix task hang from failed job submission during process kill
Liu01 Tong
-4
/
+14
2025-08-12
drm/amdgpu: fix incorrect vm flags to map bo
Jack Xiao
-2
/
+2
2025-08-12
drm/amdgpu: fix vram reservation issue
YiPeng Chai
-2
/
+1
2025-08-12
drm/amdkfd: return -ENOTTY for unsupported IOCTLs
Geoffrey McRae
-2
/
+6
2025-08-12
drm/amdgpu: Add PSP fw version check for fw reserve GFX command
Frank Min
-3
/
+16
2025-08-12
drm/amdgpu: Add description for partition commands
Lijo Lazar
-0
/
+4
2025-08-12
drm/xe/hwmon: Add SW clamp for power limits writes
Karthik Poosa
-0
/
+29
2025-08-12
drm/xe: Defer buffer object shrinker write-backs and GPU waits
Thomas Hellström
-4
/
+47
2025-08-12
drm/xe/migrate: prevent potential UAF
Matthew Auld
-4
/
+5
2025-08-12
drm/xe/migrate: don't overflow max copy size
Matthew Auld
-0
/
+6
2025-08-12
drm/xe/migrate: prevent infinite recursion
Matthew Auld
-12
/
+17
2025-08-12
drm/xe/pf: Set VF LMEM BAR size
Michał Winiarski
-0
/
+23
2025-08-12
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
-18175
/
+31985
2025-08-12
drm/xe: Move ASID allocation and user PT BO tracking into xe_vm_create
Piotr Piórkowski
-19
/
+15
2025-08-12
drm/xe: Assign ioctl xe file handler to vm in xe_vm_create
Piotr Piórkowski
-8
/
+9
2025-08-12
drm/i915/icl+/tc: Convert AUX powered WARN to a debug message
Imre Deak
-3
/
+3
2025-08-12
drm/i915/lnl+/tc: Use the cached max lane count value
Imre Deak
-1
/
+5
2025-08-12
drm/i915/lnl+/tc: Fix max lane count HW readout
Imre Deak
-0
/
+9
2025-08-12
drm/i915/icl+/tc: Cache the max lane count value
Imre Deak
-9
/
+48
2025-08-12
drm/i915/lnl+/tc: Fix handling of an enabled/disconnected dp-alt sink
Imre Deak
-6
/
+11
2025-08-12
drm/i915/psr: Do not trigger Frame Change events from frontbuffer flush
Jouni Högander
-5
/
+9
2025-08-12
drm/i915/fbc: fix the implementation of wa_18038517565
Vinod Govindapillai
-4
/
+4
2025-08-12
drm/i915/vbt: add missing DSI VBT defs
Jani Nikula
-3
/
+10
2025-08-12
drm/i915/vbt: flip bta_enabled to bta_disable
Jani Nikula
-2
/
+2
[prev]
[next]