summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_link.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27drm/amd/display: Fix the uninitialized variable in enable_stream_features()Yizhuo Zhai1-0/+2
2021-09-16drm/amd/display: Get backlight from PWM if DMCU is not initializedHarry Wentland1-4/+12
2021-07-28drm/amd/display: Fixed EdidUtility build errorsMark Morra1-55/+55
2021-07-23drm/amd/display: Reduce delay when sink device not able to ACK 00340h writeZhan Liu1-0/+6
2021-07-21drm/amd/display: reset dpcd_cap.dpcd_rev for passive dongle.Charlene Liu1-0/+2
2021-06-22drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher1-3/+3
2021-06-22drm/amd/display: do not compare integers of different widthsJosip Pavic1-1/+1
2021-06-16drm/amd/display: Enforce DPCD Address rangesWesley Chalmers1-0/+1
2021-06-16drm/amd/display: dp mst detection code refactorWenjing Liu1-95/+61
2021-06-16drm/amd/display: add config option for eDP hotplug detectionYi-Ling Chen1-4/+6
2021-06-08drm/amd/display: Revert "Disconnect non-DP with no EDID"Roy Chan1-18/+0
2021-06-08drm/amd/display: Enable PSR Residency for multiple panelsMikita Lipski1-2/+6
2021-06-08drm/amd/display: Enabling PSR support for multiple panelsMikita Lipski1-4/+17
2021-06-04drm/amd/display: Add z10 restore checks for DC interfacesNicholas Kazlauskas1-0/+4
2021-06-04drm/amd/display: Add DCN3.1 DIONicholas Kazlauskas1-0/+14
2021-05-20drm/amd/display: Disconnect non-DP with no EDIDChris Park1-0/+18
2021-05-11drm/amd/display: remove unused function dc_link_perform_link_trainingRouven Czerwinski1-13/+0
2021-05-11drm/amd/display: Add fallback and abort paths for DP link training.Jimmy Kizito1-1/+4
2021-05-11drm/amd/display: Update setting of DP training parameters.Jimmy Kizito1-1/+16
2021-05-11drm/amd/display: Update DPRX detection.Jimmy Kizito1-3/+24
2021-05-11drm/amd/display: Add audio support for DFP type of active branch is DP caseDale Zhao1-8/+9
2021-05-11drm/amd/display: add dsc stream overhead for dp onlyWenjing Liu1-1/+2
2021-04-29drm/amd/display: take max dsc stream bandwidth overhead into accountWenjing Liu1-3/+4
2021-04-29drm/amd/display: skip program clock when allow seamless bootLewis Huang1-2/+13
2021-04-21drm/amd/display: add helper for enabling mst stream featuresBing Guo1-11/+17
2021-04-21drm/amd/display: removed unused function dc_link_reallocate_mst_payload.Robin Singh1-44/+0
2021-04-15drm/amd/display: Fix hangs with psr enabled on dcn3.xxRoman Li1-4/+1
2021-04-15drm/amd/display: Fix DSC enable sequenceMike Hsieh1-3/+7
2021-04-09drm/amd/display: Set initial value to a dividerMikita Lipski1-2/+2
2021-04-09drm/amd/display: Added dc_edp_id_count to dc_contextJake Wang1-7/+3
2021-04-09drm/amd/display: Add dynamic link encoder selection.Jimmy Kizito1-5/+11
2021-04-09drm/amd/display: Use pwrseq instance to determine eDP instanceJake Wang1-1/+7
2021-03-24drm/amdgpu/display: properly guard dc_dsc_stream_bandwidth_in_kbpsAlex Deucher1-2/+2
2021-03-24drm/amd/display: Add changes for dsc bpp in 16ths and unify bw calculationsDillon Varone1-6/+3
2021-03-24drm/amd/display: Free local data after useVictor Lu1-0/+1
2021-03-24drm/amd/display: Added multi instance support for panel controlJake Wang1-1/+1
2021-03-05drm/amdgpu/display: don't assert in set backlight functionAlex Deucher1-1/+0
2021-03-02drm/amd/display: Update link encoder object creationJimmy Kizito1-1/+13
2021-02-23drm/amd/display: enable audio on DP seamless bootAnthony Wang1-0/+10
2021-02-09drm/amd/display: fix 64bit division issue on 32bit OSLang Yu1-2/+2
2021-02-02drm/amd/display: correct some hdcp variable namingWenjing Liu1-7/+7
2021-01-26drm/amd/display: Fix a potential NULL dereferenceDan Carpenter1-2/+2
2021-01-21drm/amd/display: Fix spelling mistake of function nameColin Ian King1-2/+2
2021-01-21drm/amd/display: Log link/connector info provided in BIOS object tableGeorge Shen1-0/+18
2021-01-21drm/amd/display: Guard against NULL pointer deref when get_i2c_info failsNicholas Kazlauskas1-0/+5
2021-01-21drm/amd/display: disable FEC while using eDPMike Hsieh1-2/+3
2021-01-15drm/amd/display: fix the coding style issue of integrated_infoHuang Rui1-2/+2
2021-01-15drm/amd/display: fix the system memory page fault because of copy overflowHuang Rui1-2/+2
2021-01-14drm/amd/display/dc/core/dc_link: Fix a couple of function documentation issuesLee Jones1-9/+6
2021-01-14drm/amd/display/dc/core/dc_link: Move some local data from the stack to the heapLee Jones1-3/+9