Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_dcn4_fams2.c998 static unsigned int calc_svp_microschedule(const struct dml2_fams2_meta *fams2_meta) in calc_svp_microschedule() argument
1000 return fams2_meta->contention_delay_otg_vlines + in calc_svp_microschedule()
1001 fams2_meta->method_subvp.programming_delay_otg_vlines + in calc_svp_microschedule()
1002 fams2_meta->method_subvp.phantom_vtotal + in calc_svp_microschedule()
1003 fams2_meta->method_subvp.prefetch_to_mall_delay_otg_vlines + in calc_svp_microschedule()
1004 fams2_meta->dram_clk_change_blackout_otg_vlines; in calc_svp_microschedule()