summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-06drm/amd/display: Support for SET_CONFIG processing with DMUBJude Shih1-2/+15
2021-09-14drm/amd/display: Add periodic detection when zstate is enabledEric Yang1-0/+6
2021-09-01drm/amd/display: Limit max DSC target bpp for specific monitorsRoman Li1-0/+35
2021-09-01drm/amd/display: Add DP 2.0 SST DC SupportFangzhi Zuo1-0/+8
2021-06-04drm/amd/display: Add DCN3.1 clock manager supportNicholas Kazlauskas1-0/+6
2021-05-10drm/amd/display: Add dc log for DP SST DSC enable/disableFangzhi Zuo1-2/+4
2021-05-10drm/amd/display: Support for DMUB AUXJude Shih1-3/+10
2021-04-20drm/amd/display: add helper for enabling mst stream featuresBing Guo1-0/+25
2021-04-09drm/amd/display: Log DMCUB trace buffer eventsLeo (Hanghong) Ma1-2/+10
2021-03-23drm/amd/display: Fix typo for helpers function nameLeo (Hanghong) Ma1-1/+1
2021-03-23drm/amdgpu/display: Implement functions to let DC allocate GPU memoryZhan Liu1-3/+37
2021-03-02drm/amd/display: fix the return of the uninitialized value in retColin Ian King1-1/+1
2021-03-02drm/amd/display: Implement dmub trace eventYongqiang Sun1-0/+6
2021-02-09drm/amd/display: Add return code instead of boolean for future useFangzhi Zuo1-4/+4
2021-01-05drm/amd/display: remove unused including <linux/version.h>Tian Tao1-1/+0
2020-12-01drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notationLee Jones1-0/+1
2020-12-01drm/amd/display: Clear dc remote sinks on MST disconnectAurabindo Pillai1-2/+20
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher1-2/+0
2020-07-01drm/amd/display: Add DCN3 Support in DM (v2)Bhawanpreet Lakha1-0/+20
2020-05-06drm/amd/display: Add dm support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo1-27/+13
2020-04-13drm/amd/display: Change "error" to "dc_log" at amdgpu_dm dpcd reading stageZhan Liu1-1/+1
2020-03-19drm/amd/display: update connector->display_info after read edidHersen Wu1-0/+14
2020-03-05drm/amd/display: fix typo "to found" -> "to find"Roman Li1-8/+8
2020-02-04drm/amd/dm/mst: Ignore payload update failuresLyude Paul1-9/+4
2020-01-09drm/amd/display: Write DSC enable to MST DPCDDavid Francis1-1/+18
2019-11-19drm/amdgpu/dm: Do not throw an error for a display with no audioChris Wilson1-2/+0
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha1-2/+0
2019-11-13drm/amd/display: fix dereference of pointer aconnector when it is nullColin Ian King1-3/+2
2019-11-13drm/amd/display: Add MST atomic routinesMikita Lipski1-39/+11