Home
last modified time | relevance | path

Searched refs:UrgentBurstFactorCursor (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h552 double *UrgentBurstFactorCursor,
1079 double UrgentBurstFactorCursor[]);
1096 double UrgentBurstFactorCursor[],
1120 double UrgentBurstFactorCursor[],
1141 double UrgentBurstFactorCursor[],
H A Ddisplay_mode_vba_util_32.c2743 double *UrgentBurstFactorCursor, in dml32_CalculateUrgentBurstFactor() argument
2764 *UrgentBurstFactorCursor = 0; in dml32_CalculateUrgentBurstFactor()
2766 *UrgentBurstFactorCursor = CursorBufferSizeInTime / in dml32_CalculateUrgentBurstFactor()
2770 *UrgentBurstFactorCursor = 1; in dml32_CalculateUrgentBurstFactor()
6120 double UrgentBurstFactorCursor[]) in dml32_CalculateVActiveBandwithSupport() argument
6163 double UrgentBurstFactorCursor[], in dml32_CalculatePrefetchBandwithSupport() argument
6190 …BandwidthChroma[k] * UrgentBurstFactorChroma[k] + cursor_bw[k] * UrgentBurstFactorCursor[k] + Numb… in dml32_CalculatePrefetchBandwithSupport()
6220 double UrgentBurstFactorCursor[], in dml32_CalculateBandwidthAvailableForImmediateFlip() argument
6252 double UrgentBurstFactorCursor[], in dml32_CalculateImmediateFlipBandwithSupport() argument
6267 … + ReadBandwidthChroma[k] * UrgentBurstFactorChroma[k] + cursor_bw[k] * UrgentBurstFactorCursor[k], in dml32_CalculateImmediateFlipBandwithSupport()
[all …]
H A Ddisplay_mode_vba_32.c2881 &mode_lib->vba.UrgentBurstFactorCursor[k], in dml32_ModeSupportAndSystemConfigurationFull()
3207 mode_lib->vba.UrgentBurstFactorCursor); in dml32_ModeSupportAndSystemConfigurationFull()
3389 mode_lib->vba.UrgentBurstFactorCursor, in dml32_ModeSupportAndSystemConfigurationFull()
3449 mode_lib->vba.UrgentBurstFactorCursor, in dml32_ModeSupportAndSystemConfigurationFull()
3525 mode_lib->vba.UrgentBurstFactorCursor, in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c377 double *UrgentBurstFactorCursor,
2266 &locals->UrgentBurstFactorCursor[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2278 locals->UrgentBurstFactorCursor[k] = 1; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2323 + locals->cursor_bw[k] * locals->UrgentBurstFactorCursor[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4831 &locals->UrgentBurstFactorCursor[k], in dml21_ModeSupportAndSystemConfigurationFull()
4841 locals->UrgentBurstFactorCursor[k] = 1; in dml21_ModeSupportAndSystemConfigurationFull()
4913 + locals->cursor_bw[k] * locals->UrgentBurstFactorCursor[k], in dml21_ModeSupportAndSystemConfigurationFull()
4961 + locals->cursor_bw[k] * locals->UrgentBurstFactorCursor[k], in dml21_ModeSupportAndSystemConfigurationFull()
5623 double *UrgentBurstFactorCursor, in CalculateUrgentBurstFactor() argument
5653 *UrgentBurstFactorCursor = 0; in CalculateUrgentBurstFactor()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c437 dml_float_t *UrgentBurstFactorCursor,
759 dml_float_t UrgentBurstFactorCursor[]);
778 dml_float_t UrgentBurstFactorCursor[],
801 dml_float_t UrgentBurstFactorCursor[],
824 dml_float_t UrgentBurstFactorCursor[],
3206 dml_float_t *UrgentBurstFactorCursor, in CalculateUrgentBurstFactor() argument
3226 *UrgentBurstFactorCursor = 0; in CalculateUrgentBurstFactor()
3231 *UrgentBurstFactorCursor = 1; in CalculateUrgentBurstFactor()
6308 mode_lib->ms.UrgentBurstFactorCursor[j]); in dml_prefetch_check()
6465 mode_lib->ms.UrgentBurstFactorCursor[j], in dml_prefetch_check()
[all …]
H A Ddisplay_mode_core_structs.h945 dml_float_t UrgentBurstFactorCursor[2][__DML_NUM_PLANES__]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h453 double UrgentBurstFactorCursor[DML2_MAX_PLANES]; member
627 double UrgentBurstFactorCursor[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3444 double *UrgentBurstFactorCursor, in calculate_cursor_urgent_burst_factor() argument
3456 *UrgentBurstFactorCursor = 1; in calculate_cursor_urgent_burst_factor()
3459 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency); in calculate_cursor_urgent_burst_factor()
3468 dml2_printf("DML::%s: UrgentBurstFactorCursor = %f\n", __func__, *UrgentBurstFactorCursor); in calculate_cursor_urgent_burst_factor()
4937 double UrgentBurstFactorCursor[], in get_urgent_bandwidth_required()
4959 l->adj_factor_cur = UrgentBurstFactorCursor[k]; in get_urgent_bandwidth_required()
8527 &mode_lib->ms.UrgentBurstFactorCursor[k], in dml_core_mode_support()
8531 mode_lib->ms.UrgentBurstFactorCursorPre[k] = mode_lib->ms.UrgentBurstFactorCursor[k]; in dml_core_mode_support()
9420 …calculate_peak_bandwidth_params->urgent_burst_factor_cursor = mode_lib->ms.UrgentBurstFactorCursor; in dml_core_mode_support()
11140 &mode_lib->mp.UrgentBurstFactorCursor[k], in dml_core_mode_programming()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c390 double *UrgentBurstFactorCursor,
2553 &v->UrgentBurstFactorCursor[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2587 v->UrgentBurstFactorCursor[k] + in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2634 + v->cursor_bw[k] * v->UrgentBurstFactorCursor[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2684 v->cursor_bw[k] * v->UrgentBurstFactorCursor[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4511 &v->UrgentBurstFactorCursor[k], in dml30_ModeSupportAndSystemConfigurationFull()
4527 v->VActiveCursorBandwidth[i][j][k] = v->cursor_bw[k] * v->UrgentBurstFactorCursor[k]; in dml30_ModeSupportAndSystemConfigurationFull()
5476 double *UrgentBurstFactorCursor, in CalculateUrgentBurstFactor() argument
5496 *UrgentBurstFactorCursor = 0; in CalculateUrgentBurstFactor()
5498 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency); in CalculateUrgentBurstFactor()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h848 double UrgentBurstFactorCursor[DC__NUM_DPP__MAX]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c355 double *UrgentBurstFactorCursor,
4922 &v->UrgentBurstFactorCursor[k],
4938 v->VActiveCursorBandwidth[i][j][k] = v->cursor_bw[k] * v->UrgentBurstFactorCursor[k];
5828 double *UrgentBurstFactorCursor, argument
5848 *UrgentBurstFactorCursor = 0;
5850 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency);
5853 *UrgentBurstFactorCursor = 1;
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c364 double *UrgentBurstFactorCursor,
5010 &v->UrgentBurstFactorCursor[k],
5026 v->VActiveCursorBandwidth[i][j][k] = v->cursor_bw[k] * v->UrgentBurstFactorCursor[k];
5922 double *UrgentBurstFactorCursor, argument
5942 *UrgentBurstFactorCursor = 0;
5944 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency);
5947 *UrgentBurstFactorCursor = 1;