summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19drm/amd/display: Covert integers to double before divisionsAlex Hung1-4/+4
2024-04-27drm/amd/display: Fix uninitialized variables in DCAlex Hung1-2/+2
2024-04-10drm/amd/display: Fix compiler warnings on high compiler warning levelsAric Cyr1-8/+6
2023-12-13drm/amd/display: For prefetch mode > 0, extend prefetch if possibleAlvin Lee1-6/+27
2023-08-30drm/amd/display: Fix useless else if in display_mode_vba_util_32.cSrinivasan Shanmugam1-4/+0
2023-07-25drm/amd/display: Fix underflow issue on 175hz timingLeo Ma1-1/+6
2023-07-18drm/amd/display: Initialize necessary uninitialized variablesMeera Patel1-1/+1
2023-04-21drm/amd/display: Add check for PState change in DCN32Aurabindo Pillai1-0/+4
2023-04-21drm/amd/display: Set DRAM clock if retraining is requiredAurabindo Pillai1-1/+1
2023-04-21drm/amd/display: add support for low bpcDillon Varone1-9/+5
2023-03-07drm/amd/display: Update to correct min FCLK when construction BBAlvin Lee1-1/+5
2023-02-15drm/amd/display: Fix prefetch vratio checkAlvin Lee1-5/+16
2023-02-14drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPOAlvin Lee1-3/+9
2023-01-17drm/amd/display: Add extra mblk for DCCSaaem Rizvi1-5/+5
2023-01-17drm/amd/display: cleanup function args in dmlDillon Varone1-1/+1
2023-01-17drm/amd/display: Account for Subvp Phantoms in DML MALL surface calculationsDillon Varone1-4/+11
2023-01-17drm/amd/display: Account for DCC Meta pitch in DML MALL surface calculationsDillon Varone1-4/+6
2023-01-04drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Samson Tam1-3/+3
2022-11-23drm/amd/display: Add check for DET fetch latency hiding for dcn32Dillon Varone1-0/+69
2022-11-15drm/amd/display: Set max for prefetch lines on dcn32Dillon Varone1-4/+3
2022-11-10drm/amd/display: Enforce minimum prefetch time for low memclk on DCN32Dillon Varone1-2/+10
2022-11-10drm/amd/display: Fix FCLK deviation and tool compile issuesChaitanya Dhere1-1/+1
2022-11-01drm/amd/display: Add DSC delay factor workaroundGeorge Shen1-2/+3
2022-11-01drm/amd/display: Fix DCN32 DSC delay calculationGeorge Shen1-1/+1
2022-09-19drm/amd/display: Port DCN30 420 logic to DCN32Chris Park1-0/+26
2022-09-13drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()Nathan Chancellor1-44/+31
2022-09-13drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLU...Nathan Chancellor1-139/+109
2022-09-13drm/amd/display: Optimizations for DML mathAric Cyr1-17/+14
2022-09-13drm/amd/display: remove possible condition with no effect (if == else)Yang Li1-4/+0
2022-09-13drm/amd/display: Simplify bool conversionYang Li1-1/+1
2022-08-30drm/amd/display: clean up one inconsistent indentingYang Li1-1/+1
2022-08-30drm/amd/display: Set ODM policy based on number of DSC slicesTaimur Hassan1-2/+5
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateSwathAndDETConfigura...Rodrigo Siqueira1-57/+64
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateVMRowAndSwath"Rodrigo Siqueira1-48/+62
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateWatermarksMALLUseAnd...Rodrigo Siqueira1-83/+104
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculatePrefetchSchedule"Rodrigo Siqueira1-184/+210
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-4/+4
2022-07-25drm/amd/display: reduce stack for dml32_CalculatePrefetchScheduleAlex Deucher1-210/+184
2022-07-25drm/amd/display: reduce stack for dml32_CalculateWatermarksMALLUseAndDRAMSpee...Alex Deucher1-104/+83
2022-07-25drm/amd/display: reduce stack for dml32_CalculateVMRowAndSwathAlex Deucher1-62/+48
2022-07-25drm/amd/display: reduce stack for dml32_CalculateSwathAndDETConfigurationAlex Deucher1-64/+57
2022-07-25drm/amd/display: Update DML logic for unbounded req handlingJun Lei1-6/+45
2022-07-25drm/amd/display: Remove unused dml32_CalculatedoublePipeDPPCLKAndSCLThroughpu...MaĆ­ra Canal1-54/+0
2022-07-25drm/amd/display: Fix hard hang if DSC is disabledRodrigo Siqueira1-7/+12
2022-07-07drm/amdgpu/display: Remove duplicated argument to ||Zhongjun Tan1-1/+1
2022-06-10drm/amdgpu/display: Remove unnecessary typecasts and fix build issuesChandan Vurdigere Nataraj1-13/+12
2022-06-03drm/amd/display: DML changes for DCN32/321Aurabindo Pillai1-0/+6254