Searched refs:time_for_meta_pte_without_immediate_flip (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h362 float time_for_meta_pte_without_immediate_flip; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c807 v->time_for_meta_pte_without_immediate_flip = dcn_bw_max3(
812 v->time_for_meta_pte_without_immediate_flip = v->htotal[k] / v->pixel_clock[k] / 4.0;
818 v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip,
822 v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip,
826 v->lines_for_meta_pte_without_immediate_flip[k] =dcn_bw_floor2(4.0 * (v->time_for_meta_pte_without_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125), 1.0) / 4;

Completed in 160 milliseconds