summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dml
AgeCommit message (Expand)AuthorFilesLines
2023-04-18drm/amd/display: Set maximum VStartup if is DCN201Rodrigo Siqueira1-0/+2
2023-04-18drm/amd/display: Adjust code identation and other minor detailsRodrigo Siqueira1-83/+87
2023-04-18drm/amd/display: Add missing mclk updateRodrigo Siqueira1-0/+5
2023-04-18drm/amd/display: Update bouding box values for DCN32Rodrigo Siqueira1-3/+3
2023-04-12drm/amd/display: set variables dml*_funcs storage-class-specifier to staticTom Rix1-12/+12
2023-04-12drm/amd/display: set variable dcn3_14_soc storage-class-specifier to staticTom Rix1-1/+1
2023-04-12drm/amd/display: Add FPO + VActive supportAlvin Lee2-3/+82
2023-04-12drm/amd/display: Correct DML calculation to follow HW SPECPaul Hsieh4-4/+4
2023-04-12drm/amd/display: Clear FAMS flag if FAMS doesn't reduce vlevelAlvin Lee1-0/+4
2023-03-31drm/amd/display: Remove unused variable 'scl_enable'Caio Novais1-2/+0
2023-03-31drm/amd/display: Use per pipe P-State force for FPOAlvin Lee2-4/+8
2023-03-31drm/amd/display: Add infrastructure for enabling FAMS for DCN30Qingqing Zhuo1-7/+46
2023-03-31drm/amd/display: Update FCLK change latencyAlvin Lee1-1/+1
2023-03-31drm/amd/display: Enable FPO for configs that could reduce vlevelAlvin Lee1-6/+17
2023-03-28drm/amd/display: Remove the unused variable dppclk_delay_subtotalJiapeng Chong1-10/+0
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie13-228/+419
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu2-3/+3
2023-03-07drm/amd/display: Enable HostVM based on rIOMMU activeGabe Teeger1-0/+4
2023-03-07drm/amd/display: Update to correct min FCLK when construction BBAlvin Lee5-8/+17
2023-03-07drm/amd/display: Rename DCN config to FPHarry Wentland1-1/+1
2023-03-07drm/amd/display: Drop unnecessary DCN guardsHarry Wentland2-5/+0
2023-03-07drm/amd/display: Add minimum Z8 residency debug optionNicholas Kazlauskas1-1/+2
2023-03-03Merge tag 'drm-next-2023-03-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+4
2023-03-02drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung1-1/+4
2023-02-28drm/amd/display: Correct DML calculation to align HW formulaPaul Hsieh2-204/+392
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu4-4/+0
2023-02-28drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung1-1/+4
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+2
2023-02-24drm/amd/display: Remove unused local variablesArthur Grillo1-2/+0
2023-02-16drm/amd/display: disable SubVP + DRR to prevent underflowAurabindo Pillai1-0/+4
2023-02-16drm/amd/display: Remove duplicate/repeating expressionsDeepak R Varma1-3/+1
2023-02-16drm/amd/display: Remove duplicate/repeating expressionDeepak R Varma1-1/+1
2023-02-16drm/amd/display: Make variables declaration inside ifdef guardArthur Grillo2-0/+8
2023-02-15drm/amd/display: Update Z8 SR exit/enter latenciesNicholas Kazlauskas1-2/+2
2023-02-15drm/amd/display: Disable unbounded request mode during rotationNasir Osman1-1/+2
2023-02-15drm/amd/display: Remove stutter only configurationsNasir Osman1-1/+1
2023-02-15drm/amd/display: Fix prefetch vratio checkAlvin Lee3-6/+29
2023-02-14drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPOAlvin Lee7-8/+50
2023-02-09drm/amdgpu: fix enum odm_combine_mode mismatchArnd Bergmann3-15/+15
2023-02-03drm/amd/display: reduce else-if to else in dcn32_calculate_dlg_params()Tom Rix1-1/+1
2023-01-31drm/amd/display: fix FCLK pstate change underflowVladimir Stempen1-0/+4
2023-01-31drm/amd/display: Add missing brackets in calculationDaniel Miess1-1/+1
2023-01-31drm/amd/display: Fix Z8 support configurationsNicholas Kazlauskas1-7/+7
2023-01-26drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clangNathan Chancellor1-1/+2
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu2-2/+0
2023-01-24drm/amd/display: Enable AdaptiveSync in DC interfaceSung Joon Kim2-0/+75
2023-01-24drm/amd/display: adjust MALL size available for DCN32 and DCN321Samson Tam2-2/+8
2023-01-24drm/amd/display: Disable SubVP for PSR panelsAlvin Lee1-1/+1
2023-01-24drm/amd/display: Correcting prefetch mode for fast validateSaaem Rizvi1-7/+1
2023-01-24drm/amd/display: Speed up DML fast_validate pathIlya Bakoulin3-19/+31