Home
last modified time | relevance | path

Searched refs:luma_time_factor (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h2181 double luma_time_factor; member
H A Ddml2_core_dcn5_calcs_dchub.c2229 l->luma_time_factor = (double)l->mvmpg_height_c / l->mvmpg_height_l * 2; in dcn5_calculate_mcache_setting()
2231 l->luma_time_factor = (double)l->mvmpg_width_c / l->mvmpg_width_l * 2; in dcn5_calculate_mcache_setting()
2241 …= (unsigned int)((l->mcache_remainder_l * (*p->mall_comb_mcache_l ? 2 : 1) * l->luma_time_factor) + in dcn5_calculate_mcache_setting()
2263 DML_LOG_VERBOSE("DML::%s: luma_time_factor = %f\n", __func__, l->luma_time_factor); in dcn5_calculate_mcache_setting()