aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core
AgeCommit message (Expand)AuthorFilesLines
2022-02-02drm/amd/display: add set dp link test pattern to link_hwssWenjing Liu1-20/+26
2022-02-02drm/amd/display: add enable/disable dp link output to link_hwssWenjing Liu2-131/+131
2022-02-02drm/amd/display: refactor destructive verify link cap sequenceWenjing Liu3-93/+80
2022-02-02drm/amd/display: add setup/reset stream encoder to link_hwssWenjing Liu3-110/+147
2022-02-02drm/amd/display: add infoframe update sequence debug traceLeo (Hanghong) Ma1-0/+3
2022-02-02drm/amd/display: Add link enc null ptr check for cable ID (#2597)Shen, George1-1/+6
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2022-01-25drm/amd/display: don't use /** for non-kernel-doc commentsRandy Dunlap1-1/+1
2022-01-25drm/amd/display: Call dc_stream_release for remove link enc assignmentNicholas Kazlauskas1-0/+1
2022-01-25drm/amd/display: allow set dp drive setting when stream is not presentWenjing Liu1-17/+13
2022-01-25drm/amd/display: remove PHY repeater count check for LTTPR modeSung Joon Kim1-2/+1
2022-01-25drm/amd/display: Add Cable ID support for native DPShen, George2-0/+64
2022-01-25drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgrIan Chen1-6/+8
2022-01-25drm/amd/display: do not compare integers of different widthsJosip Pavic1-2/+2
2022-01-25drm/amd/display: add protection in link encoder matching logicMartin Tsai4-90/+32
2022-01-25drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpiaWenjing Liu1-1/+1
2022-01-25drm/amd/display: rename dc_link_hwss struct to link_hwssWenjing Liu2-10/+10
2022-01-25drm/amd/display: add more link_hwss types and method to decide which oneWenjing Liu1-6/+47
2022-01-25drm/amd/display: abstract encoder related hwseq across different typesWenjing Liu2-48/+120
2022-01-25drm/amd/display: Drop DCN for DP2.x logicWenjing Liu5-560/+77
2022-01-25drm/amd/display: Add work around to enforce TBT3 compatibility.Jimmy Kizito2-0/+23
2022-01-25drm/amd/display: factor out dp detection link training and mst top detectionWenjing Liu3-286/+256
2022-01-25drm/amdgpu/display: use msleep rather than udelay for long delaysAlex Deucher1-2/+2
2022-01-25drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_intervalAlex Deucher1-1/+1
2022-01-25drm/amd/display: Not to call dpcd_set_source_specific_data during resume.Rajib Mahapatra1-1/+2
2022-01-25drm/amdgpu/display: use msleep rather than udelay for long delaysAlex Deucher1-2/+2
2022-01-25drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_intervalAlex Deucher1-1/+1
2022-01-25drm/amd/display: Fix for otg synchronization logicMeenakshikumar Somasundaram2-13/+81
2022-01-18drm/amd/display: Add signal type check when verify stream backends sameDale Zhao1-0/+3
2022-01-18drm/amd/display: Disabled seamless boots on DP and renamed power_down_display_on_bootJarif Aftab1-12/+0
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-85/+89
2022-01-14drm/amd/display: Remove redundant initialization of dpg_widthJiapeng Chong1-1/+1
2022-01-10Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds2-75/+14
2022-01-07drm/amd/display: unhard code link to phy idx mapping in dc link and clean upWenjing Liu2-85/+89
2021-12-30drm/amd/display: Fix the uninitialized variable in enable_stream_features()Yizhuo Zhai1-0/+2
2021-12-30drm/amd/display: get and restore link res mapWenjing Liu1-0/+103
2021-12-30drm/amd/display: support dynamic HPO DP link encoder allocationWenjing Liu5-68/+117
2021-12-30drm/amd/display: access hpo dp link encoder only through link resourceWenjing Liu3-31/+33
2021-12-30drm/amd/display: populate link res in both detection and validationWenjing Liu2-3/+7
2021-12-30drm/amd/display: define link res and make it accessible to all link interfacesWenjing Liu4-106/+193
2021-12-30drm/amd/display: Undo ODM combineMartin Leung1-60/+21
2021-12-30drm/amd/display: Remove CR AUX RD Interval limit for LTTPRGeorge Shen1-3/+0
2021-12-30drm/amd/display: Refactor vendor specific link training sequenceShen, George1-1/+337
2021-12-30drm/amd/display: Limit max link cap with LTTPR capsGeorge Shen1-1/+1
2021-12-28drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-14drm/amd/display: implement dc_mode_memclkMartin Leung1-0/+92
2021-12-14drm/amd/display: ODM + MPO window on only one half of ODMEric Bernstein1-21/+60
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter3-11/+31
2021-12-13drm/amd/display: fix function scopesIsabella Basso1-1/+2