Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1029 static unsigned int calc_svp_microschedule(const struct dml2_fams2_meta *fams2_meta) in calc_svp_microschedule() argument
1031 return fams2_meta->contention_delay_otg_vlines + in calc_svp_microschedule()
1032 fams2_meta->method_subvp.programming_delay_otg_vlines + in calc_svp_microschedule()
1033 fams2_meta->method_subvp.phantom_vtotal + in calc_svp_microschedule()
1034 fams2_meta->method_subvp.prefetch_to_mall_delay_otg_vlines + in calc_svp_microschedule()
1035 fams2_meta->dram_clk_change_blackout_otg_vlines; in calc_svp_microschedule()