index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
Revert "drm/amd/display: edp do not add non-edid timings"
Hersen Wu
1
-7
/
+1
2023-07-27
drm/amd/display: Add polling method to handle MST reply packet
Wayne Lin
4
-86
/
+159
2023-07-27
drm/amd/display: Clean up errors & warnings in amdgpu_dm.c
Srinivasan Shanmugam
1
-68
/
+65
2023-07-27
drm/ttm: fix bulk_move corruption when adding a entry
Yunxiang Li
1
-1
/
+4
2023-07-27
drm/i915/perf: add sentinel to xehp_oa_b_counters
Andrzej Hajda
1
-0
/
+1
2023-07-27
drm/radeon: Fix integer overflow in radeon_cs_parser_init
hackyzh002
1
-1
/
+2
2023-07-27
drm/amd/display: Keep PHY active for DP displays on DCN31
Nicholas Kazlauskas
1
-0
/
+5
2023-07-27
drm/amd/display: check TG is non-null before checking if enabled
Taimur Hassan
1
-1
/
+2
2023-07-27
drm/amd/display: Disable MPC split by default on special asic
Zhikai Zhai
1
-1
/
+1
2023-07-27
drm/amd/display: only accept async flips for fast updates
Simon Ser
2
-0
/
+20
2023-07-27
drm/client: Fix memory leak in drm_client_modeset_probe
Jocelyn Falempe
1
-0
/
+1
2023-07-27
drm/client: Fix memory leak in drm_client_target_cloned
Jocelyn Falempe
1
-0
/
+5
2023-07-27
drm/nouveau/i2c: fix number of aux event slots
Ben Skeggs
2
-4
/
+11
2023-07-27
drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP
Ben Skeggs
1
-0
/
+4
2023-07-27
drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts
Ben Skeggs
1
-9
/
+18
2023-07-27
drm/amdgpu/pm: make mclk consistent for smu 13.0.7
Alex Deucher
1
-1
/
+1
2023-07-27
drm/amdgpu/pm: make gfxclock consistent for sienna cichlid
Alex Deucher
1
-2
/
+6
2023-07-27
drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
Guchun Chen
1
-2
/
+3
2023-07-23
drm/atomic: Fix potential use-after-free in nonblocking commits
Daniel Vetter
1
-1
/
+10
2023-07-23
Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"
Mario Limonciello
1
-2
/
+0
2023-07-23
drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13
Mario Limonciello
1
-3
/
+39
2023-07-23
drm/amd/pm: share the code around SMU13 pcie parameters update
Evan Quan
4
-64
/
+37
2023-07-23
drm/ttm: Don't leak a resource on swapout move error
Thomas Hellström
1
-0
/
+1
2023-07-23
drm/ttm: Don't leak a resource on eviction error
Thomas Hellström
1
-11
/
+11
2023-07-23
drm/amd/pm: fix smu i2c data read risk
Yang Wang
6
-6
/
+6
2023-07-23
drm/amdgpu: avoid restore process run into dead loop.
gaba
1
-0
/
+3
2023-07-23
drm/amd/display: Add monitor specific edid quirk
Aurabindo Pillai
1
-0
/
+26
2023-07-23
drm/amd/display: Correct `DMUB_FW_VERSION` macro
Mario Limonciello
1
-1
/
+1
2023-07-23
drm/amd/display: Fix 128b132b link loss handling
Ilya Bakoulin
1
-2
/
+9
2023-07-23
drm/amd/display: add a NULL pointer check
Sung-huai Wang
1
-4
/
+6
2023-07-23
drm/amd: Disable PSR-SU on Parade 0803 TCON
Mario Limonciello
1
-0
/
+2
2023-07-23
drm/amdgpu: fix clearing mappings for BOs that are always valid in VM
Samuel Pitoiset
1
-0
/
+12
2023-07-23
drm/amd/display: disable seamless boot if force_odm_combine is enabled
Leo Chen
1
-0
/
+3
2023-07-23
drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2
Austin Zheng
1
-4
/
+0
2023-07-23
drm/amd/display: edp do not add non-edid timings
Hersen Wu
1
-1
/
+7
2023-07-23
drm/amd/display: fix seamless odm transitions
Dmytro Laktyushkin
3
-1
/
+13
2023-07-23
drm/amd/display: Fix in secure display context creation
Alan Liu
2
-7
/
+6
2023-07-23
drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 for FPO
Alvin Lee
3
-0
/
+19
2023-07-23
drm/dp_mst: Clear MSG_RDY flag before sending new message
Wayne Lin
4
-29
/
+76
2023-07-23
drm/rockchip: vop: Leave vblank enabled in self-refresh
Brian Norris
1
-4
/
+4
2023-07-23
drm/atomic: Allow vblank-enabled + self-refresh "disable"
Brian Norris
1
-1
/
+10
2023-07-23
drm/amd/display: perform a bounds check before filling dirty rectangles
Hamza Mahfooz
1
-9
/
+4
2023-07-23
drm/client: Send hotplug event after registering a client
Thomas Zimmermann
9
-32
/
+21
2023-07-23
drm/nouveau: bring back blit subchannel for pre nv50 GPUs
Karol Herbst
3
-3
/
+19
2023-07-23
drm/nouveau/acr: Abort loading ACR if no firmware was found
Karol Herbst
1
-1
/
+1
2023-07-23
drm/nouveau/disp/g94: enable HDMI
Karol Herbst
1
-0
/
+1
2023-07-23
drm/nouveau/disp: fix HDMI on gt215+
Karol Herbst
1
-1
/
+1
2023-07-23
drm/i915: Fix one wrong caching mode enum usage
Tvrtko Ursulin
1
-1
/
+1
2023-07-23
drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner
Stanislav Lisovskiy
1
-1
/
+0
2023-07-23
drm/fbdev-dma: Fix documented default preferred_bpp value
Geert Uytterhoeven
1
-1
/
+1
[next]