Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h362 float time_for_meta_pte_without_immediate_flip; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c817 …v->time_for_meta_pte_without_immediate_flip =dcn_bw_max3(v->meta_pte_bytes_per_frame[k] / v->prefe… in mode_support_and_system_configuration()
821 v->time_for_meta_pte_without_immediate_flip = v->htotal[k] / v->pixel_clock[k] / 4.0; in mode_support_and_system_configuration()
825 …->prefetch_bw[k], v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip, … in mode_support_and_system_configuration()
829 … v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip, v->extra_latency - v->time_for_m… in mode_support_and_system_configuration()
832 …_pte_without_immediate_flip[k] =dcn_bw_floor2(4.0 * (v->time_for_meta_pte_without_immediate_flip /… in mode_support_and_system_configuration()