summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dml2
AgeCommit message (Expand)AuthorFilesLines
2024-01-19drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_strea...Christophe JAILLET1-1/+1
2024-01-19drm/amd/display: Fix DML2 watermark calculationOvidiu Bunea1-7/+7
2024-01-09Revert "drm/amd/display: Fix conversions between bytes and KB"Daniel Miess1-9/+9
2024-01-06drm/amd/display: Allow z8/z10 from driverCharlene Liu1-0/+2
2024-01-03drm/amd/display: Fix Mismatch between pipe and streamGabe Teeger2-6/+16
2023-12-19drm/amd/display: Fix lightup regression with DP2 single display configsMichael Strauss1-0/+8
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone2-24/+11
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone6-46/+78
2023-12-19drm/amd/display: dereference variable before checking for zeroJosip Pavic1-1/+1
2023-12-13drm/amd/display: Populate dtbclk from bounding boxFangzhi Zuo1-2/+3
2023-12-13drm/amd/display: Revert DP2 MST hub triple display fixMichael Strauss1-7/+0
2023-12-13drm/amd/display: Revert "Fix conversions between bytes and KB"Taimur Hassan1-8/+8
2023-12-06drm/amd/display: Fix array-index-out-of-bounds in dml2Roman Li1-3/+3
2023-12-06drm/amd/display: Add dml2 copy functionsDillon Varone2-1/+32
2023-12-06drm/amd/display: Fix null pointerJohnson Chen1-0/+2
2023-12-06drm/amd/display: Only enumerate top local sink as DP2 outputMichael Strauss1-0/+9
2023-12-06drm/amd/display: initialize all the dpm level's stutter latencyCharlene Liu1-1/+3
2023-11-30drm/amd/display: Fix some HostVM parameters in DMLTaimur Hassan1-3/+6
2023-11-30drm/amd/display: Fix conversions between bytes and KBTaimur Hassan2-10/+10
2023-11-30drm/amd/display: Add Z8 watermarks for DML2 bbox overridesNicholas Kazlauskas2-15/+34
2023-11-30drm/amd/display: always use mpc factor of 2 for stereo timingsWenjing Liu3-10/+20
2023-11-07drm/amd/display: Fix handling duplicate planes on one streamSung Joon Kim6-34/+90
2023-11-07drm/amd/display: Remove references to unused dml arch versionChaitanya Dhere2-15/+2
2023-11-07drm/amd/display: Add missing dml2 init value for dcn35Roman Li1-0/+1
2023-11-03drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml2Nathan Chancellor1-0/+4
2023-10-27drm/amd/display: Fix HDMI framepack 3D test issueSung Joon Kim1-0/+2
2023-10-27drm/amd/display: implement map dc pipe with callback in DML2Wenjing Liu2-0/+147
2023-10-27drm/amd/display: add pipe resource management callbacks to DML2Wenjing Liu1-0/+15
2023-10-27drm/amd/display: Fix copyright notice in DML2 codeStylon Wang22-1/+45
2023-10-20drm/amd/display: Fix stack size issue on DML2Rodrigo Siqueira1-45/+54
2023-10-20drm/amd/display: Reduce stack size by splitting functionRodrigo Siqueira1-481/+489
2023-10-20drm/amd/display: Respect CONFIG_FRAME_WARN=0 in DML2Nathan Chancellor1-1/+1
2023-10-20drm/amd/display: Simplify bool conversionYang Li1-1/+1
2023-10-20drm/amd/display: Remove unneeded semicolonYang Li1-1/+1
2023-10-20drm/amd/display: Fix a handful of spelling mistakes in dml_print outputColin Ian King1-3/+3
2023-10-09drm/amd/display: add check in validate_only in dml2Gabe Teeger1-0/+3
2023-10-09drm/amd/display: Port replay vblank logic to DML2Daniel Miess1-3/+22
2023-10-09drm/amd/display: Modify Pipe Selection for Policy for ODMSaaem Rizvi1-14/+126
2023-10-09drm/amd/display: correct dml2 input and dlg_refclkCharlene Liu1-2/+6
2023-10-09drm/amd/display: Fix Chroma Surface height/width initializationSung Joon Kim1-2/+2
2023-10-09drm/amd/display: Move stereo timing check to helperTaimur Hassan3-8/+19
2023-10-09drm/amd/display: Split pipe for stereo timingsTaimur Hassan1-0/+11
2023-10-09drm/amd/display: Use fixed DET Buffer SizeSung Joon Kim2-9/+14
2023-10-09drm/amd/display: Handle multiple streams sourcing same surfaceSung Joon Kim3-32/+53
2023-10-09drm/amd/display: Add z8_marks in dmlCharlene Liu5-0/+9
2023-10-09drm/amd/display: Add DCN35 DML2 supportQingqing Zhuo4-1/+103
2023-10-09drm/amd/display: Introduce DML2Qingqing Zhuo27-0/+19245