Home
last modified time | relevance | path

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

/linux/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_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/drivers/gpu/drm/amd/display/dc/dml2_0/
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[],
3217 dml_float_t *UrgentBurstFactorCursor, in CalculateUrgentBurstFactor() argument
3237 *UrgentBurstFactorCursor = 0; in CalculateUrgentBurstFactor()
3239 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency); in CalculateUrgentBurstFactor()
3242 *UrgentBurstFactorCursor = 1; in CalculateUrgentBurstFactor()
5947 dml_float_t UrgentBurstFactorCursor[]) in CalculateVActiveBandwithSupport() argument
[all …]
H A Ddisplay_mode_core_structs.h944 dml_float_t UrgentBurstFactorCursor[2][__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h476 double UrgentBurstFactorCursor[DML2_MAX_PLANES]; member
743 double UrgentBurstFactorCursor[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3402 double *UrgentBurstFactorCursor, in calculate_cursor_urgent_burst_factor() argument
3414 *UrgentBurstFactorCursor = 1; in calculate_cursor_urgent_burst_factor()
3417 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency); in calculate_cursor_urgent_burst_factor()
3426 DML_LOG_VERBOSE("DML::%s: UrgentBurstFactorCursor = %f\n", __func__, *UrgentBurstFactorCursor); in calculate_cursor_urgent_burst_factor()
4914 double UrgentBurstFactorCursor[], in get_urgent_bandwidth_required()
4936 l->adj_factor_cur = UrgentBurstFactorCursor[k]; in get_urgent_bandwidth_required()
7705 …calculate_peak_bandwidth_params->urgent_burst_factor_cursor = mode_lib->ms.UrgentBurstFactorCursor; in dml_core_ms_prefetch_check()
7872 …calculate_peak_bandwidth_params->urgent_burst_factor_cursor = mode_lib->ms.UrgentBurstFactorCursor; in dml_core_ms_prefetch_check()
9160 &mode_lib->ms.UrgentBurstFactorCursor[k], in dml_core_mode_support()
9164 mode_lib->ms.UrgentBurstFactorCursorPre[k] = mode_lib->ms.UrgentBurstFactorCursor[k]; in dml_core_mode_support()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h848 double UrgentBurstFactorCursor[DC__NUM_DPP__MAX]; member