Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/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()
809 v->extra_latency, in mode_support_and_system_configuration()
819 v->extra_latency); in mode_support_and_system_configuration()
823 v->extra_latency - v->time_for_meta_pte_with_immediate_flip); in mode_support_and_system_configuration()
847 …_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()
853 …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()
856 …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()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h357 float extra_latency; member