Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h361 float time_for_meta_pte_with_immediate_flip; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c823 v->extra_latency - v->time_for_meta_pte_with_immediate_flip); in mode_support_and_system_configuration()
847 …v->time_for_meta_pte_with_immediate_flip =dcn_bw_max5(v->meta_pte_bytes_per_frame[k] / v->prefetch… in mode_support_and_system_configuration()
850 v->time_for_meta_pte_with_immediate_flip = v->htotal[k] / v->pixel_clock[k] / 4.0; in mode_support_and_system_configuration()
853 …bytes_per_row[k])), v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v… in mode_support_and_system_configuration()
856 …] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency - v->time_for_m… in mode_support_and_system_configuration()
858 …_meta_pte_with_immediate_flip[k] =dcn_bw_floor2(4.0 * (v->time_for_meta_pte_with_immediate_flip / … in mode_support_and_system_configuration()