aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2022-01-18drm/amd/display: Fix black screen issue on memory clock switch enFelipe Clark3-1/+9
2022-01-18drm/amd/display: DCEFCLK DS on CLK initChris Park1-0/+1
2022-01-18drm/amd/display: modify SMU_TIMEOUT macro.Ian Chen1-2/+2
2022-01-18drm/amd/display: move FPU associated DCN302 code to DML folder (#2266)Jasdeep Dhillon6-318/+404
2022-01-18drm/amd/display: 3.2.168Aric Cyr1-1/+1
2022-01-18drm/amd/display: support new PMFW interface to disable Z9 onlyEric Yang5-10/+22
2022-01-18drm/amd/display: adjust bit comparison to be more type safeEric Yang1-1/+1
2022-01-18drm/amd/display: Disabled seamless boots on DP and renamed power_down_display_on_bootJarif Aftab6-25/+10
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann8-9/+9
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-115/+242
2022-01-14drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-14drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-14drm/amd/display: Remove redundant initialization of dpg_widthJiapeng Chong1-1/+1
2022-01-14drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan1-1/+1
2022-01-14drm/amd/pm: do not expose power implementation details to displayEvan Quan2-164/+88
2022-01-14drm/amd/display: Enable Freesync Video Mode by defaultSolomon Chiu1-7/+5
2022-01-11drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito1-1/+2
2022-01-11drm/amd/display: reset dcn31 SMU mailbox on failuresMario Limonciello1-0/+6
2022-01-11drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello1-0/+1
2022-01-10Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds7-99/+14
2022-01-07drm/amd/display: Add version check before using DP alt query interfaceNicholas Kazlauskas1-20/+94
2022-01-07drm/amd/display: introduce mpo detection flagsMikita Lipski2-1/+11
2022-01-07drm/amd/display: Add check for forced_clocks debug optionCharlene Liu1-1/+1
2022-01-07drm/amd/display: Don't reinitialize DMCUB on s0ix resumeNicholas Kazlauskas1-3/+27
2022-01-07drm/amd/display: unhard code link to phy idx mapping in dc link and clean upWenjing Liu5-88/+93
2022-01-07drm/amd/display: Fix underflow for fused display pipes caseYi-Ling Chen1-1/+6
2021-12-31Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie38-327/+970
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: [FW Promotion] Release 0.0.98Anthony Koo1-2/+2
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: Fix check for null function ptrAlvin Lee1-2/+2
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-28drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie93-1053/+1768