summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/link/link_detection.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27drm/amd/display: Fix uninitialized variables in DCAlex Hung1-2/+2
2024-01-23drm/amd/display: Add usb4_bw_alloc_support flagPeichen Huang1-0/+18
2023-11-30drm/amd/display: Simplify brightness initializationCamille Cho1-1/+1
2023-11-17drm/amd/display: Clear dpcd_sink_ext_caps if not setPaul Hsieh1-0/+3
2023-10-05drm/amd/display: refactor ILR to make it workSherry Wang1-0/+6
2023-09-27drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-0/+3
2023-07-18drm/amd/display: Cache backlight_millinits in link structure and setting brig...Nicholas Susanto1-2/+1
2023-06-15drm/amd/display: limit DPIA link rate to HBR3Peichen Huang1-0/+5
2023-06-09drm/amd/display: Add w/a to disable DP dual mode on certain portsGeorge Shen1-0/+4
2023-03-22drm/amd/display: power down eDP if eDP not presentPaul Hsieh1-0/+5
2023-03-22drm/amd/display/dc/link/link_detection: Demote a couple of kerneldoc abusesLee Jones1-2/+2
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 Jones1-0/+2
2023-03-22drm/amd/display/dc/dc_hdmi_types: Move string definition to the only file it'...Lee Jones1-0/+2
2023-03-16drm/amd/display: Fix DP MST sinks removal issueCruise Hung1-0/+8
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu1-1/+1
2023-03-07drm/amd/display: move dc_link functions in protocols folder to dc_link_exportsWenjing Liu1-1/+1
2023-03-07drm/amd/display: move dc_link functions in link root folder to dc_link_exportsWenjing Liu1-2/+2
2023-03-07drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCPHarry Wentland1-10/+0
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu1-0/+99
2023-02-24drm/amd/display: Modify mismatched function nameJiapeng Chong1-1/+1
2023-02-15drm/amd/display: move public dc link function implementation to dc_link_exportsWenjing Liu1-12/+8
2023-02-15drm/amd/display: Remove the unused variable pre_connection_typeJiapeng Chong1-2/+0
2023-02-15drm/amd/display: on dp link lost event toggle dpms for master pipe onlyWenjing Liu1-29/+2
2023-02-09drm/amd/display: break down dc_link.cWenjing Liu1-0/+1356