Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c790 …v->extra_latency = v->urgent_round_trip_and_out_of_order_latency_per_state[i] + (v->total_number_o… in mode_support_and_system_configuration()
792 …v->extra_latency = v->extra_latency + v->total_number_of_active_dpp[i][j] * v->pte_chunk_size * 10… in mode_support_and_system_configuration()
816 …_per_frame[k] + v->meta_row_bytes[k] + v->dpte_bytes_per_row[k])), v->extra_latency, v->urgent_lat… in mode_support_and_system_configuration()
817 …p =dcn_bw_max3(v->meta_pte_bytes_per_frame[k] / v->prefetch_bw[k], v->extra_latency, v->htotal[k] … in mode_support_and_system_configuration()
824 …k] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency, 2.0 * v->urge… in mode_support_and_system_configuration()
825 … v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip, v->extra_latency); in mode_support_and_system_configuration()
828 …k] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency - v->time_for_… 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_… in mode_support_and_system_configuration()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h357 float extra_latency; member