summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Refactor edp panel power sequencer(PPS) codesIan Chen2022-09-191-2/+11
* Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-09-121-4/+60
|\
| * drm/amd/display: Refactor edp dsc codes.Ian Chen2022-08-291-0/+19
| * drm/amd/display: implement DSC pass-through supportHamza Mahfooz2022-08-161-4/+41
* | Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-111-73/+35
|\ \ | |/ |/|
| * drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul2022-08-231-71/+33
| * drm/amdgpu/dm/mst: Rename get_payload_table()Lyude Paul2022-08-231-3/+4
| * drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)Lyude Paul2022-08-231-5/+4
* | drm/amd/display: fix signedness bug in execute_synaptics_rc_command()Dan Carpenter2022-07-281-1/+1
|/
* drm/amd/display: Add tags for indicating mst progress statusWayne Lin2022-07-201-2/+16
* drm/amd/display: Release remote dc_sink under mst scenarioWayne Lin2022-06-211-17/+1
* drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in amdgpu_dmAlex Hung2022-05-101-2/+0
* drm/amd/display: Fix pointer dereferenced before checkingHaowen Bai2022-03-311-1/+1
* drm/amd/display: Add conditional around functionMagali Lemes2022-02-241-1/+3
* drm/amd/display: clear remote dc_sink when stop mstWayne Lin2022-02-231-1/+19
* drm/amd/display: fix spelling mistake: synatpics -> synapticsColin Ian King2022-02-021-16/+16
* drm/amd/display: Add DSC Enable for Synaptics HubFangzhi Zuo2022-01-251-0/+48
* drm/amd/display: Add Synaptics Fifo Reset WorkaroundFangzhi Zuo2022-01-251-0/+133
* drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgrIan Chen2022-01-251-20/+4
* drm/amd/display: Don't update drm connector when read local EDIDWayne Lin2022-01-251-8/+0
* drm/amd/display: Drop DCN for DP2.x logicWenjing Liu2022-01-251-5/+1
* drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez2021-12-071-12/+7
* drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the codeClaudio Suarez2021-12-071-15/+3
* drm/amd/display: Add DP-HDMI FRL PCON SST Support in DMFangzhi Zuo2021-12-011-2/+11
* drm/amd/display: fix accidental casting enum to boolMikita Lipski2021-11-241-1/+1
* drm/amd/display: Enable DSC over eDPMikita Lipski2021-11-221-1/+1
* drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher2021-10-271-1/+3
* drm/amd/display: Add DP 2.0 MST DM SupportBhawanpreet Lakha2021-10-251-1/+4
* drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha2021-10-251-1/+1
* drm/amd/display: Support for SET_CONFIG processing with DMUBJude Shih2021-10-061-2/+15
* drm/amd/display: Add periodic detection when zstate is enabledEric Yang2021-09-141-0/+6
* drm/amd/display: Limit max DSC target bpp for specific monitorsRoman Li2021-09-011-0/+35
* drm/amd/display: Add DP 2.0 SST DC SupportFangzhi Zuo2021-09-011-0/+8
* drm/amd/display: Add DCN3.1 clock manager supportNicholas Kazlauskas2021-06-041-0/+6
* drm/amd/display: Add dc log for DP SST DSC enable/disableFangzhi Zuo2021-05-101-2/+4
* drm/amd/display: Support for DMUB AUXJude Shih2021-05-101-3/+10
* drm/amd/display: add helper for enabling mst stream featuresBing Guo2021-04-201-0/+25
* drm/amd/display: Log DMCUB trace buffer eventsLeo (Hanghong) Ma2021-04-091-2/+10
* drm/amd/display: Fix typo for helpers function nameLeo (Hanghong) Ma2021-03-231-1/+1
* drm/amdgpu/display: Implement functions to let DC allocate GPU memoryZhan Liu2021-03-231-3/+37
* drm/amd/display: fix the return of the uninitialized value in retColin Ian King2021-03-021-1/+1
* drm/amd/display: Implement dmub trace eventYongqiang Sun2021-03-021-0/+6
* drm/amd/display: Add return code instead of boolean for future useFangzhi Zuo2021-02-091-4/+4
* drm/amd/display: remove unused including <linux/version.h>Tian Tao2021-01-051-1/+0
* drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notationLee Jones2020-12-011-0/+1
* drm/amd/display: Clear dc remote sinks on MST disconnectAurabindo Pillai2020-12-011-2/+20
* drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher2020-11-041-2/+0
* drm/amd/display: Add DCN3 Support in DM (v2)Bhawanpreet Lakha2020-07-011-0/+20
* drm/amd/display: Add dm support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo2020-05-061-27/+13
* drm/amd/display: Change "error" to "dc_log" at amdgpu_dm dpcd reading stageZhan Liu2020-04-131-1/+1