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_helpers.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
drm/amd/display: Write TEST_EDID_CHECKSUM_WRITE for EDID tests
Mikita Lipski
1
-3
/
+27
2023-04-18
drm/amd/display: remove incorrect early return
Aurabindo Pillai
1
-1
/
+0
2023-03-22
drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they are actually used
Lee Jones
1
-0
/
+3
2023-03-13
drm/amd/display: use a more accurate check in dm_helpers_dp_read_dpcd()
Hamza Mahfooz
1
-2
/
+2
2023-03-07
drm/amd/display: Pass the right info to drm_dp_remove_payload
Wayne Lin
1
-7
/
+50
2023-03-07
drm/amd/display: Drop unnecessary DCN guards
Harry Wentland
1
-8
/
+0
2023-02-28
drm/amd/display: Extend Freesync over PCon support for more devices
Sung Joon Kim
1
-0
/
+2
2023-02-21
Merge tag 'amd-drm-next-6.3-2023-02-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-1
/
+1
2023-02-21
Merge tag 'drm-misc-next-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-1
/
+1
2023-02-13
drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()
Imre Deak
1
-1
/
+1
2023-02-08
drm/amd/display: break down dc_link.c
Wenjing Liu
1
-1
/
+1
2023-01-31
drm/amd/display: Add Debug Log for MST and PCON
Fangzhi Zuo
1
-1
/
+11
2023-01-31
drm/amd/display: Enable Freesync over PCon
Sung Joon Kim
1
-0
/
+33
2023-01-24
drm/amd/display: merge dc_link_dp into dc_link
Wenjing Liu
1
-1
/
+0
2023-01-24
drm/amdgpu/display/mst: adjust the logic in 2nd phase of updating payload
Wayne Lin
1
-1
/
+5
2023-01-24
drm/amdgpu/display/mst: adjust the naming of mst_port and port of aconnector
Wayne Lin
1
-9
/
+10
2023-01-24
drm/amdgpu/display/mst: limit payload to be updated one by one
Wayne Lin
1
-12
/
+39
2023-01-24
drm/amd/display: force connector state when bpc changes during compliance
Qingqing Zhuo
1
-0
/
+125
2022-11-29
drm/amd/display: Fix race condition in DPIA AUX transfer
Stylon Wang
1
-6
/
+4
2022-11-09
drm/amd/display: Only update link settings after successful MST link train
Michael Strauss
1
-0
/
+8
2022-10-27
Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"
Hamza Mahfooz
1
-35
/
+0
2022-09-19
drm/amd/display: Refactor edp panel power sequencer(PPS) codes
Ian Chen
1
-2
/
+11
2022-09-12
Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-4
/
+60
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-73
/
+35
2022-08-29
drm/amd/display: Refactor edp dsc codes.
Ian Chen
1
-0
/
+19
2022-08-23
drm/display/dp_mst: Move all payload info into the atomic state
Lyude Paul
1
-71
/
+33
2022-08-23
drm/amdgpu/dm/mst: Rename get_payload_table()
Lyude Paul
1
-3
/
+4
2022-08-23
drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
Lyude Paul
1
-5
/
+4
2022-08-16
drm/amd/display: implement DSC pass-through support
Hamza Mahfooz
1
-4
/
+41
2022-07-28
drm/amd/display: fix signedness bug in execute_synaptics_rc_command()
Dan Carpenter
1
-1
/
+1
2022-07-20
drm/amd/display: Add tags for indicating mst progress status
Wayne Lin
1
-2
/
+16
2022-06-21
drm/amd/display: Release remote dc_sink under mst scenario
Wayne Lin
1
-17
/
+1
2022-05-10
drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in amdgpu_dm
Alex Hung
1
-2
/
+0
2022-03-31
drm/amd/display: Fix pointer dereferenced before checking
Haowen Bai
1
-1
/
+1
2022-02-24
drm/amd/display: Add conditional around function
Magali Lemes
1
-1
/
+3
2022-02-23
drm/amd/display: clear remote dc_sink when stop mst
Wayne Lin
1
-1
/
+19
2022-02-02
drm/amd/display: fix spelling mistake: synatpics -> synaptics
Colin Ian King
1
-16
/
+16
2022-01-25
drm/amd/display: Add DSC Enable for Synaptics Hub
Fangzhi Zuo
1
-0
/
+48
2022-01-25
drm/amd/display: Add Synaptics Fifo Reset Workaround
Fangzhi Zuo
1
-0
/
+133
2022-01-25
drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgr
Ian Chen
1
-20
/
+4
2022-01-25
drm/amd/display: Don't update drm connector when read local EDID
Wayne Lin
1
-8
/
+0
2022-01-25
drm/amd/display: Drop DCN for DP2.x logic
Wenjing Liu
1
-5
/
+1
2021-12-07
drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
Claudio Suarez
1
-12
/
+7
2021-12-07
drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the code
Claudio Suarez
1
-15
/
+3
2021-12-01
drm/amd/display: Add DP-HDMI FRL PCON SST Support in DM
Fangzhi Zuo
1
-2
/
+11
2021-11-24
drm/amd/display: fix accidental casting enum to bool
Mikita Lipski
1
-1
/
+1
2021-11-22
drm/amd/display: Enable DSC over eDP
Mikita Lipski
1
-1
/
+1
2021-10-27
drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not set
Alex Deucher
1
-1
/
+3
2021-10-25
drm/amd/display: Add DP 2.0 MST DM Support
Bhawanpreet Lakha
1
-1
/
+4
2021-10-25
drm: Update MST First Link Slot Information Based on Encoding Format
Bhawanpreet Lakha
1
-1
/
+1
[next]