summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce110
AgeCommit message (Expand)AuthorFilesLines
2023-04-27drm/amd/display: Improvement for handling edp link training failsJingwen Zhu1-8/+11
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu1-30/+30
2023-03-08drm/amd/display: remove legacy fields of dc_plane_cap structDavid Tadokoro1-3/+0
2023-03-07drm/amd/display: move dc_link functions in protocols folder to dc_link_exportsWenjing Liu1-2/+0
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu1-1/+1
2023-02-24drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()Hamza Mahfooz1-4/+2
2023-02-09drm/amd/display: break down dc_link.cWenjing Liu1-6/+6
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu1-1/+0
2023-01-24drm/amd/display: Enable AdaptiveSync in DC interfaceSung Joon Kim1-1/+7
2023-01-24drm/amd/display: move eDP panel control logic to link_edp_panel_controlWenjing Liu1-4/+4
2023-01-24drm/amd/display: create accessories, hwss and protocols sub folders in linkWenjing Liu1-11/+10
2023-01-17drm/amd/display: Skip backlight control delay on external powered linksTony Tascioglu1-3/+6
2023-01-17drm/amd/display: Optimize link power-down when link powered externallyTony Tascioglu1-6/+8
2023-01-17drm/amd/display: move dp capability related logic to link_dp_capabilityWenjing Liu1-9/+9
2023-01-17drm/amd/display: move dp phy related logic to link_dp_phyWenjing Liu1-1/+1
2023-01-13drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcdWenjing Liu1-1/+0
2023-01-13drm/amd/display: refactor hpd logic from dc_link to link_hpdWenjing Liu1-1/+2
2023-01-04drm/amd/display: move dccg programming from link hwss hpo dp to hwssWenjing Liu1-0/+13
2022-11-23drm/amd/display: Check if PSR enabled when entering MALLAlvin Lee1-2/+7
2022-10-24drm/amd/display: move stream encoder audio setup to link_hwssWenjing Liu1-17/+5
2022-10-24drm/amd/display: refactor enable/disable audio stream hw sequenceWenjing Liu1-41/+9
2022-09-29drm/amd/display: Fix audio on display after unplugging anotherAric Cyr1-4/+2
2022-09-19drm/amd/display: solve regression in update phy state refactorWenjing Liu1-2/+4
2022-09-19drm/amd/display: skip audio setup when audio stream is enabledzhikzhai1-2/+4
2022-09-19drm/amd/display: Refactor edp panel power sequencer(PPS) codesIan Chen1-10/+15
2022-09-19drm/amd/display: rework recent update PHY state commitWenjing Liu2-7/+150
2022-09-13drm/amd/display: Reverted DSC programming sequence changeNagulendran, Iswara1-13/+0
2022-08-30drm/amd/display: Fix primary EDP link detectionIswara Nagulendran1-0/+13
2022-08-25drm/amd/display: Add interface to track PHY stateAlvin Lee1-2/+6
2022-07-26drm/amd/display: Add dc_ctx to link_enc_create() parametersAurabindo Pillai1-0/+1
2022-07-26drm/amd/display: Use correct DTO_SRC_SEL for 128b/132b encodingMichael Strauss1-0/+1
2022-07-05drm/amd/display: Maintain old audio programming sequenceAlvin Lee1-5/+3
2022-07-05drm/amd/display: Move all linux includes into OS typesHarry Wentland5-11/+0
2022-06-22drm/amd: Revert "drm/amd/display: keep eDP Vdd on when eDP stream is already ...Mario Limonciello1-22/+2
2022-06-08drm/amd/display: fix null pointer deref errorAurabindo Pillai1-3/+6
2022-06-03drm/amd/display: Implement DTBCLK ref switching on dcn32Alvin Lee1-6/+3
2022-06-03drm/amdgpu/display: Prepare for new interfacesLeung, Martin1-5/+18
2022-05-11drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in dceAlex Hung1-2/+0
2022-04-05drm/amd/display: Move link_trace for edp to dp_traceLeo (Hanghong) Ma1-14/+11
2022-03-04drm/amd/display: Program OPP before ODMWesley Chalmers1-24/+25
2022-02-25drm/amd/display: Use NULL instead of 0Magali Lemes1-2/+2
2022-02-08drm/amd/display: keep eDP Vdd on when eDP stream is already enabledZhan Liu1-2/+22
2022-02-08drm/amd/display: change fastboot timing validationPaul Hsieh1-1/+2
2022-02-03drm/amd/display: add setup/reset stream encoder to link_hwssWenjing Liu1-33/+11
2022-02-03drm/amd/display: revert "Reset fifo after enable otg"Zhan Liu1-5/+0
2022-01-26drm/amd/display: Change error to warning when hpd remains low for eDPVarone1-1/+1
2022-01-26drm/amd/display: Drop DCN for DP2.x logicWenjing Liu1-53/+1
2022-01-20drm/amd/display: change FIFO reset condition to embedded display onlyZhan Liu1-1/+1
2021-12-14drm/amd: move variable to local scopeMario Limonciello1-2/+2
2021-12-14drm/amd: add some extra checks that is_dig_enabled is definedMario Limonciello1-11/+10