aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-18drm/amd/display: Write TEST_EDID_CHECKSUM_WRITE for EDID testsMikita Lipski1-3/+27
2023-04-18drm/amd/display: remove incorrect early returnAurabindo Pillai1-1/+0
2023-03-22drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they are actually usedLee Jones1-0/+3
2023-03-13drm/amd/display: use a more accurate check in dm_helpers_dp_read_dpcd()Hamza Mahfooz1-2/+2
2023-03-07drm/amd/display: Pass the right info to drm_dp_remove_payloadWayne Lin1-7/+50
2023-03-07drm/amd/display: Drop unnecessary DCN guardsHarry Wentland1-8/+0
2023-02-28drm/amd/display: Extend Freesync over PCon support for more devicesSung Joon Kim1-0/+2
2023-02-21Merge tag 'amd-drm-next-6.3-2023-02-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2023-02-21Merge tag 'drm-misc-next-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2023-02-13drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak1-1/+1
2023-02-08drm/amd/display: break down dc_link.cWenjing Liu1-1/+1
2023-01-31drm/amd/display: Add Debug Log for MST and PCONFangzhi Zuo1-1/+11
2023-01-31drm/amd/display: Enable Freesync over PConSung Joon Kim1-0/+33
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu1-1/+0
2023-01-24drm/amdgpu/display/mst: adjust the logic in 2nd phase of updating payloadWayne Lin1-1/+5
2023-01-24drm/amdgpu/display/mst: adjust the naming of mst_port and port of aconnectorWayne Lin1-9/+10
2023-01-24drm/amdgpu/display/mst: limit payload to be updated one by oneWayne Lin1-12/+39
2023-01-24drm/amd/display: force connector state when bpc changes during complianceQingqing Zhuo1-0/+125
2022-11-29drm/amd/display: Fix race condition in DPIA AUX transferStylon Wang1-6/+4
2022-11-09drm/amd/display: Only update link settings after successful MST link trainMichael Strauss1-0/+8
2022-10-27Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"Hamza Mahfooz1-35/+0
2022-09-19drm/amd/display: Refactor edp panel power sequencer(PPS) codesIan Chen1-2/+11
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-4/+60
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-73/+35
2022-08-29drm/amd/display: Refactor edp dsc codes.Ian Chen1-0/+19
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul1-71/+33
2022-08-23drm/amdgpu/dm/mst: Rename get_payload_table()Lyude Paul1-3/+4
2022-08-23drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)Lyude Paul1-5/+4
2022-08-16drm/amd/display: implement DSC pass-through supportHamza Mahfooz1-4/+41
2022-07-28drm/amd/display: fix signedness bug in execute_synaptics_rc_command()Dan Carpenter1-1/+1
2022-07-20drm/amd/display: Add tags for indicating mst progress statusWayne Lin1-2/+16
2022-06-21drm/amd/display: Release remote dc_sink under mst scenarioWayne Lin1-17/+1
2022-05-10drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in amdgpu_dmAlex Hung1-2/+0
2022-03-31drm/amd/display: Fix pointer dereferenced before checkingHaowen Bai1-1/+1
2022-02-24drm/amd/display: Add conditional around functionMagali Lemes1-1/+3
2022-02-23drm/amd/display: clear remote dc_sink when stop mstWayne Lin1-1/+19
2022-02-02drm/amd/display: fix spelling mistake: synatpics -> synapticsColin Ian King1-16/+16
2022-01-25drm/amd/display: Add DSC Enable for Synaptics HubFangzhi Zuo1-0/+48
2022-01-25drm/amd/display: Add Synaptics Fifo Reset WorkaroundFangzhi Zuo1-0/+133
2022-01-25drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgrIan Chen1-20/+4
2022-01-25drm/amd/display: Don't update drm connector when read local EDIDWayne Lin1-8/+0
2022-01-25drm/amd/display: Drop DCN for DP2.x logicWenjing Liu1-5/+1
2021-12-07drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez1-12/+7
2021-12-07drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the codeClaudio Suarez1-15/+3
2021-12-01drm/amd/display: Add DP-HDMI FRL PCON SST Support in DMFangzhi Zuo1-2/+11
2021-11-24drm/amd/display: fix accidental casting enum to boolMikita Lipski1-1/+1
2021-11-22drm/amd/display: Enable DSC over eDPMikita Lipski1-1/+1
2021-10-27drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher1-1/+3
2021-10-25drm/amd/display: Add DP 2.0 MST DM SupportBhawanpreet Lakha1-1/+4
2021-10-25drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha1-1/+1