summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2022-02-24drm/amd/display: Fix stream->link_enc unassigned during stream removalNicholas Kazlauskas1-4/+0
2022-02-22drm/amd/display: Protect update_bw_bounding_box FPU code.Bas Nieuwenhuizen2-2/+7
2022-02-10drm/amdgpu/display: change pipe policy for DCN 2.0Alex Deucher1-1/+1
2022-02-09drm/amd/display: keep eDP Vdd on when eDP stream is already enabledZhan Liu1-2/+22
2022-02-09drm/amd/display: fix yellow carp wm clampingDmytro Laktyushkin1-29/+32
2022-02-09drm/amd/display: Cap pflip irqs per max otg numberRoman Li2-0/+3
2022-02-09display/amd: decrease message verbosity about watermarks table failureMario Limonciello1-1/+5
2022-02-03drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...Aun-Ali Zaidi1-0/+20
2022-02-03drm/amd/display: revert "Reset fifo after enable otg"Zhan Liu6-31/+0
2022-02-03drm/amd/display: watermark latencies is not enough on DCN31Paul Hsieh1-10/+10
2022-02-03drm/amd/display: Update watermark values for DCN301Agustin Gutierrez1-8/+8
2022-01-26drm/amdgpu/display: Remove t_srx_delay_us.Bas Nieuwenhuizen8-17/+0
2022-01-26drm/amd/display: Wrap dcn301_calculate_wm_and_dlg for FPU.Bas Nieuwenhuizen3-2/+13
2022-01-26drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.Bas Nieuwenhuizen1-2/+2
2022-01-26drm/amd/display/dc/calcs/dce_calcs: Fix a memleak in calculate_bandwidth()Zhou Qingyang1-2/+2
2022-01-26drm/amdgpu/display: use msleep rather than udelay for long delaysAlex Deucher1-2/+2
2022-01-26drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_intervalAlex Deucher1-1/+1
2022-01-26drm/amd/display: change FIFO reset condition to embedded display onlyZhan Liu1-1/+1
2022-01-26drm/amd/display: Correct MPC split policy for DCN301Zhan Liu1-1/+1
2022-01-26drm/amd/display: Fix for otg synchronization logicMeenakshikumar Somasundaram7-13/+105
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-79/+3
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-111/+202
2022-01-15drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-11drm/amd/display: reset dcn31 SMU mailbox on failuresMario Limonciello1-0/+6
2022-01-11Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds7-99/+14
2022-01-08drm/amd/display: Add version check before using DP alt query interfaceNicholas Kazlauskas1-20/+94
2022-01-08drm/amd/display: Add check for forced_clocks debug optionCharlene Liu1-1/+1
2022-01-08drm/amd/display: unhard code link to phy idx mapping in dc link and clean upWenjing Liu4-89/+94
2022-01-08drm/amd/display: Fix underflow for fused display pipes caseYi-Ling Chen1-1/+6
2021-12-30drm/amd/display: fix dereference before NULL checkJosé Expósito1-1/+2
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 Liu3-0/+112
2021-12-30drm/amd/display: support dynamic HPO DP link encoder allocationWenjing Liu12-76/+134
2021-12-30drm/amd/display: access hpo dp link encoder only through link resourceWenjing Liu7-43/+40
2021-12-30drm/amd/display: populate link res in both detection and validationWenjing Liu3-3/+11
2021-12-30drm/amd/display: define link res and make it accessible to all link interfacesWenjing Liu9-114/+229
2021-12-30drm/amd/display: 3.2.167Aric Cyr1-1/+1
2021-12-30drm/amd/display: Undo ODM combineMartin Leung2-71/+21
2021-12-30drm/amd/display: Add reg defs for DCN303Wesley Chalmers1-2/+18
2021-12-30drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang8-8/+8
2021-12-30drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-30drm/amd/display: Remove CR AUX RD Interval limit for LTTPRGeorge Shen1-3/+0
2021-12-30drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas1-0/+1
2021-12-30drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2021-12-30drm/amd/display: Block z-states when stutter period exceeds criteriaNicholas Kazlauskas1-2/+1
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-30drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2-2/+54
2021-12-29drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-16drm/amd/display: Fix warning comparing pointer to 0Jiapeng Chong1-1/+1