summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dml
AgeCommit message (Expand)AuthorFilesLines
2023-01-03drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Samson Tam1-3/+3
2022-12-06drm/amd/display: fix array index out of bound error in DCN32 DMLAurabindo Pillai1-1/+1
2022-12-06drm/amd/display: correct DML calc error of UrgentLatencyZhongwei3-3/+3
2022-12-06drm/amd/display: Bypass DET swath fill check for max clocksDillon Varone1-1/+2
2022-12-06drm/amd/display: Fix DCN2.1 default DSC clocksMichael Strauss1-3/+3
2022-11-29drm/amd/display: Don't overwrite subvp pipe info in fast updatesAlvin Lee1-2/+2
2022-11-29drm/amd/display: set per pipe dppclk to 0 when dpp is offDmytro Laktyushkin2-1/+7
2022-11-23drm/amd/display: Revert check for phantom BPPAlvin Lee1-1/+1
2022-11-23drm/amd/display: Use new num clk levels struct for max mclk indexDillon Varone1-1/+1
2022-11-23drm/amd/display: Add debug options for increasing phantom linesAlvin Lee1-0/+3
2022-11-23drm/amd/display: Add check for DET fetch latency hiding for dcn32Dillon Varone4-0/+128
2022-11-23drm/amd/display: Use dummy pstate latency for subvp when needed on dcn32Dillon Varone1-12/+49
2022-11-23drm/amd/display: Update soc bounding box for dcn32/dcn321Dillon Varone2-7/+7
2022-11-23drm/amd/display: Add Z8 allow states to z-state support listNicholas Kazlauskas1-3/+9
2022-11-23drm/amd/display: Update Z8 watermarks for DCN314Nicholas Kazlauskas1-2/+2
2022-11-23drm/amd/display: fix compilation issue with legacy gccBob zhou1-1/+2
2022-11-15drm/amd/display: Set max for prefetch lines on dcn32Dillon Varone2-4/+5
2022-11-15drm/amd/display: use uclk pstate latency for fw assisted mclk validation dcn32Dillon Varone1-1/+15
2022-11-15drm/amd/display: Fix prefetch calculations for dcn32Dillon Varone1-0/+2
2022-11-15drm/amd/display: Don't check output BPP for phantomAlvin Lee1-1/+1
2022-11-15drm/amd/display: fix unbounded requesting for high pixel rate modes on dcn315Dmytro Laktyushkin2-0/+6
2022-11-15drm/amd/display: Align phantom pipe dst/src scaling with main for subvpDillon Varone1-1/+7
2022-11-15drm/amd/display: Check context constructed for pipe split flags is still validDillon Varone1-0/+19
2022-11-15drm/amd/display: fix dcn3.1x mode validation on high bandwidth configCharlene Liu4-7/+58
2022-11-15drm/amd/display: Workaround to increase phantom pipe vactive in pipesplitGeorge Shen1-0/+7
2022-11-15drm/amd/display: use low clocks for no plane configsDmytro Laktyushkin2-5/+27
2022-11-09drm/amd/display: Populate DP2.0 output type for DML pipeGeorge Shen1-0/+2
2022-11-09drm/amd/display: Enforce minimum prefetch time for low memclk on DCN32Dillon Varone7-2/+23
2022-11-09drm/amd/display: Fix FCLK deviation and tool compile issuesChaitanya Dhere2-2/+2
2022-11-09drm/amd/display: Zeromem mypipe heap struct before using itAurabindo Pillai1-0/+1
2022-11-09drm/amd/display: Allow tuning DCN314 bounding boxNicholas Kazlauskas1-5/+2
2022-11-09drm/amd/display: Update SR watermarks for DCN314Nicholas Kazlauskas1-2/+2
2022-11-04drm/amd/display: add DCN support for ARM64Ao Zhong1-4/+16
2022-11-01drm/amd/display: Investigate tool reported FCLK P-state deviationsNevenko Stupar1-1/+2
2022-11-01drm/amd/display: Add DSC delay factor workaroundGeorge Shen6-7/+18
2022-11-01drm/amd/display: Round up DST_after_scaler to nearest intGeorge Shen1-2/+2
2022-11-01drm/amd/display: Use forced DSC bpp in DMLGeorge Shen2-2/+2
2022-11-01drm/amd/display: Fix DCN32 DSC delay calculationGeorge Shen1-1/+1
2022-11-01drm/amd/display: Check validation passed after applying pipe split changesDillon Varone1-4/+6
2022-11-01drm/amd/display: Update DML formulaCharlene Liu2-2/+4
2022-10-27drm/amd/display: move remaining FPU code to dml folderAo Zhong2-0/+11
2022-10-27drm/amd/display: move remaining FPU code to dml folderAo Zhong2-0/+38
2022-10-27drm/amd/display: Expand kernel doc for DCRodrigo Siqueira3-0/+41
2022-10-27drm/amd/display: Enable timing sync on DCN32Alvin Lee1-0/+1
2022-10-27drm/amd/display: Update latencies on DCN321Dillon Varone1-5/+5
2022-10-24drm/amd/display: Refactor eDP PSR codesIan Chen1-1/+1
2022-10-24drm/amd/display: Remove FPU guards from the DML folderRodrigo Siqueira2-18/+1
2022-10-24drm/amd/display: Make some symbols staticruanjinjie1-18/+18
2022-10-17drm/amd/display: Increase frame size limit for display_mode_vba_util_32.oGuenter Roeck1-1/+1
2022-10-13Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-220/+164