summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/link
AgeCommit message (Expand)AuthorFilesLines
2023-03-22drm/amd/display/dc/link/protocols/link_dp_capability: Demote non-compliant ke...Lee Jones1-1/+1
2023-03-22drm/amd/display/dc/link/protocols/link_dp_capability: Remove unused variable ...Lee Jones1-1/+1
2023-03-22drm/amd/display/dc/link/protocols/link_dp_training: Remove set but unused var...Lee Jones1-2/+1
2023-03-22drm/amd/display/dc/link/link_detection: Remove unused variable 'status'Lee Jones1-3/+1
2023-03-22drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they a...Lee Jones2-0/+7
2023-03-22drm/amd/display/dc/dc_hdmi_types: Move string definition to the only file it'...Lee Jones1-0/+2
2023-03-22drm/amd/display: Remove the unused function link_timing_bandwidth_kbps()Jiapeng Chong1-51/+0
2023-03-16drm/amd: fix compilation issue with legacy gccbobzhou1-3/+6
2023-03-16drm/amd/display: Fix DP MST sinks removal issueCruise Hung1-0/+8
2023-03-16drm/amd/display: hpd rx irq not working with eDP interfaceRobin Chen1-2/+7
2023-03-14drm/amd/display: Add Validate BW for USB4 LinksMustapha Ghaddar2-0/+48
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu22-131/+412
2023-03-08drm/amd/display: remove unused variable availableTom Rix1-8/+0
2023-03-07drm/amd/display: Rename DCN config to FPHarry Wentland1-1/+1
2023-03-07drm/amd/display: Drop unnecessary DCN guardsHarry Wentland3-9/+0
2023-03-07drm/amd/display: replace all dc_link function call in link with link functionsWenjing Liu9-38/+43
2023-03-07drm/amd/display: move dc_link functions in protocols folder to dc_link_exportsWenjing Liu24-69/+209
2023-03-07drm/amd/display: link link_dp_dpia_bw.o in makefileWenjing Liu3-17/+18
2023-03-07drm/amd/display: move dc_link functions in link root folder to dc_link_exportsWenjing Liu4-10/+19
2023-03-07drm/amd/display: move dc_link functions in accessories folder to dc_link_exportsWenjing Liu7-55/+58
2023-03-07drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCPHarry Wentland3-22/+0
2023-03-07drm/amd/display: Unify DC logging for BW AllocMustapha Ghaddar1-30/+26
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu5-20/+99
2023-02-28drm/amd/display: Update BW ALLOCATION Function declarationMustapha Ghaddar1-1/+1
2023-02-28drm/amd/display: Allocation at stream EnableMustapha Ghaddar3-4/+54
2023-02-28drm/amd/display: Reduce CPU busy-waiting for long delaysAric Cyr6-15/+12
2023-02-28drm/amd/display: Ext displays with dock can't recognized after resumeRyan Lin2-2/+1
2023-02-24drm/amd/display: Modify mismatched function nameJiapeng Chong1-1/+1
2023-02-16drm/amd/display: Add previously missing includesArthur Grillo1-0/+1
2023-02-16drm/amd/display: upstream link_dp_dpia_bw.cMustapha Ghaddar2-29/+413
2023-02-15drm/amd/display: move public dc link function implementation to dc_link_exportsWenjing Liu6-63/+22
2023-02-15drm/amd/display: Remove the unused variable pre_connection_typeJiapeng Chong1-2/+0
2023-02-15drm/amd/display: Remove the unused variable ds_portJiapeng Chong1-4/+0
2023-02-15drm/amd/display: clean up some inconsistent indentingsYang Li1-3/+3
2023-02-15drm/amd/display: Simplify bool conversionYang Li1-1/+1
2023-02-15drm/amd/display: on dp link lost event toggle dpms for master pipe onlyWenjing Liu5-85/+108
2023-02-15drm/amd/display: Extract temp drm mst deallocation wa into its own functionWenjing Liu1-11/+84
2023-02-15drm/amd/display: do not set RX back to SST mode for non 0 mst stream countWenjing Liu3-41/+25
2023-02-09drm/amd/display: Fix spelling mistakes of function name in error messageColin Ian King1-2/+2
2023-02-09drm/amd/display: remove duplicate include headerYe Xingchen1-1/+0
2023-02-09drm/amd/display: fix link_validation build failureArnd Bergmann1-0/+2
2023-02-09drm/amd/display: break down dc_link.cWenjing Liu26-31/+5339
2023-01-31drm/amd/display: Add Function declaration in dc_linkMustapha Ghaddar1-24/+0
2023-01-24drm/amd/display: Pass DSC slice height to PSR FWRobin Chen1-0/+2
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu13-11/+2
2023-01-24drm/amd/display: move dp cts functions from dc_link_dp to link_dp_ctsWenjing Liu3-1/+1089
2023-01-24drm/amd/display: move dp irq handler functions from dc_link_dp to link_dp_irq...Wenjing Liu7-8/+447
2023-01-24drm/amd/display: Enable AdaptiveSync in DC interfaceSung Joon Kim1-0/+16
2023-01-24drm/amd/display: move eDP panel control logic to link_edp_panel_controlWenjing Liu5-2/+869
2023-01-24drm/amd/display: create accessories, hwss and protocols sub folders in linkWenjing Liu36-69/+69