Home
last modified time | relevance | path

Searched refs:UrgentBurstFactorLuma (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h490 double UrgentBurstFactorLuma[DML2_MAX_PLANES]; member
795 double UrgentBurstFactorLuma[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn5_funcs_mode_programming.c599 &mode_lib->mp.UrgentBurstFactorLuma[k], in dcn5_mode_programming()
812 …E("DML::%s: k=%0u UrgentBurstFactorLuma=%f\n", __func__, k, mode_lib->mp.UrgentBurstFactorLuma[k]); in dcn5_mode_programming()
862 calculate_peak_bandwidth_params->urgent_burst_factor_l = mode_lib->mp.UrgentBurstFactorLuma; in dcn5_mode_programming()
987 calculate_peak_bandwidth_params->urgent_burst_factor_l = mode_lib->mp.UrgentBurstFactorLuma; in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c1817 double *UrgentBurstFactorLuma, in dcn5_calculate_urgent_burst_factor() argument
1828 *UrgentBurstFactorLuma = 0; in dcn5_calculate_urgent_burst_factor()
1845 *UrgentBurstFactorLuma = 1; in dcn5_calculate_urgent_burst_factor()
1847 *UrgentBurstFactorLuma = DETBufferSizeInTimeLuma / (DETBufferSizeInTimeLuma - UrgentLatency); in dcn5_calculate_urgent_burst_factor()
1865 DML_LOG_VERBOSE("DML::%s: UrgentBurstFactorLuma = %f\n", __func__, *UrgentBurstFactorLuma); in dcn5_calculate_urgent_burst_factor()
3460 double UrgentBurstFactorLuma[], in dcn5_calculate_urgent_bandwidth_required() argument
3476 l->adj_factor_p0 = UrgentBurstFactorLuma[k] * dcc_dram_bw_nom_overhead_factor_p0[k]; in dcn5_calculate_urgent_bandwidth_required()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h946 dml_float_t UrgentBurstFactorLuma[2][__DML_NUM_PLANES__]; member