index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
amdgpu_dm
/
amdgpu_dm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-13
drm/amd/display: Defer BW-optimization-blocked DRR adjustments
John Olender
1
-0
/
+2
2025-05-13
drm/amd/display: Correct the reply value when AUX write incomplete
Wayne Lin
1
-1
/
+2
2025-05-07
drm/amd/display: Copy AUX read reply data whenever length > 0
Wayne Lin
1
-2
/
+1
2025-05-07
drm/amd/display: Remove incorrect checking in dmub aux handler
Wayne Lin
1
-11
/
+1
2025-05-07
drm/amd/display: Fix the checking condition in dmub aux handling
Wayne Lin
1
-1
/
+1
2025-05-07
drm/amd/display: Shift DMUB AUX reply command if necessary
Wayne Lin
1
-1
/
+4
2025-05-07
drm/amd/display: more liberal vmin/vmax update for freesync
Aurabindo Pillai
1
-5
/
+11
2025-04-22
drm/amd/display: do not copy invalid CRTC timing info
Gergo Koteles
1
-6
/
+6
2025-04-22
drm/amd/display: Default IPS to RCG_IN_ACTIVE_IPS2_IN_OFF
Leo Li
1
-20
/
+0
2025-04-22
drm/amd/display: Force full update in gpu reset
Roman Li
1
-0
/
+3
2025-04-22
drm/amd/display: Fix gpu reset in multidisplay config
Roman Li
1
-3
/
+3
2025-04-07
drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1
Mario Limonciello
1
-0
/
+7
2025-04-07
drm/amd/display: Add HP Probook 445 and 465 to the quirk list for eDP on DP1
Mario Limonciello
1
-0
/
+14
2025-03-26
drm/amd/display: Actually do immediate vblank disable
Leo Li
1
-0
/
+2
2025-03-26
drm/amd/display: Increase vblank offdelay for PSR panels
Leo Li
1
-8
/
+33
2025-03-18
drm/amd/display: Fix message for support_edp0_on_dp1
Yilin Chen
1
-1
/
+1
2025-03-10
drm/amd/display: Add and use new dm_prepare_suspend() callback
Mario Limonciello
1
-4
/
+21
2025-03-10
drm/amd/display: Restore correct backlight brightness after a GPU reset
Mario Limonciello
1
-0
/
+10
2025-03-10
drm/amd/display: fix default brightness
Mario Limonciello
1
-1
/
+1
2025-03-10
Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-93
/
+203
2025-03-07
drm/amd: Keep display off while going into S4
Mario Limonciello
1
-0
/
+5
2025-03-05
drm/amd/display: Add workaround for a panel
Aurabindo Pillai
1
-1
/
+26
2025-03-05
drm/amd/display: Add a new dcdebugmask to allow turning off brightness curve
Mario Limonciello
1
-0
/
+5
2025-03-05
drm/amd/display: Add support for custom brightness curve
Mario Limonciello
1
-0
/
+25
2025-03-05
drm/amd/display: Avoid operating on copies of backlight caps
Mario Limonciello
1
-30
/
+22
2025-03-05
drm/amd/display: Use drm_err() for handle_hpd_irq_helper()
Mario Limonciello
1
-1
/
+1
2025-03-05
drm/amd/display: Use scoped guards for handle_hpd_irq_helper()
Mario Limonciello
1
-7
/
+5
2025-03-05
drm/amd/display: Use _free() macro for amdgpu_dm_update_connector_after_detect()
Mario Limonciello
1
-11
/
+4
2025-03-05
drm/amd/display: Use scoped guard for amdgpu_dm_update_connector_after_detect()
Mario Limonciello
1
-6
/
+2
2025-03-05
drm/amd/display: Use _free(kfree) for dm_gpureset_commit_state()
Mario Limonciello
1
-5
/
+2
2025-03-05
drm/amd/display: Use scoped guard for dm_resume()
Mario Limonciello
1
-4
/
+2
2025-03-05
drm/amd/display: Use drm_err() instead of DRM_ERROR in dm_resume()
Mario Limonciello
1
-2
/
+2
2025-03-05
drm/amd/display: Use _free() macro for amdgpu_dm_commit_zero_streams()
Mario Limonciello
1
-14
/
+10
2025-03-05
drm/amd/display: Catch failures for amdgpu_dm_commit_zero_streams()
Mario Limonciello
1
-1
/
+7
2025-03-05
drm/amd/display: Drop `ret` variable from dm_suspend()
Mario Limonciello
1
-2
/
+1
2025-02-26
Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-26
/
+115
2025-02-25
drm/amd/display: ACPI Re-timer Programming
Rafal Ostrowski
1
-0
/
+7
2025-02-25
drm/amd/display: add a quirk to enable eDP0 on DP1
Yilin Chen
1
-7
/
+62
2025-02-25
drm/amd/display: restore edid reading from a given i2c adapter
Melissa Wen
1
-2
/
+15
2025-02-25
drm/amdgpu: update the handle ptr in is_idle
Sunil Khatri
1
-1
/
+1
2025-02-19
drm/amd/display: Fix BT2020 YCbCr limited/full range input
Ilya Bakoulin
1
-3
/
+3
2025-02-19
drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink
Harry Wentland
1
-9
/
+17
2025-02-12
drm/amd/display: Add DCN36 DM Support
Wayne Lin
1
-0
/
+18
2025-02-12
drm/amd/display: Decrease message about seamless boot enabled to debug
Mario Limonciello
1
-1
/
+1
2025-02-12
drm/amd/display: Support "Broadcast RGB" drm property
Yan Li
1
-2
/
+20
2025-02-12
drm/amd/display/dm: add support for OEM i2c bus
Alex Deucher
1
-0
/
+35
2025-02-12
drm/amd/display/dm: handle OEM i2c buses in i2c functions
Alex Deucher
1
-9
/
+20
2025-02-12
drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer()
Alex Deucher
1
-1
/
+1
2025-02-12
drm/amd/display/dm: drop extra parameters to create_i2c()
Alex Deucher
1
-5
/
+4
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-75
/
+158
[next]