Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1896 double *dcc_dram_bw_nom_overhead_factor; member
H A Ddml2_core_dcn4_calcs.c2407 …*p->dcc_dram_bw_nom_overhead_factor = 1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_cha… in calculate_mcache_row_bytes()
2412 *p->dcc_dram_bw_nom_overhead_factor = 1 + 1.0 / 256.0; in calculate_mcache_row_bytes()
2414 …*p->dcc_dram_bw_nom_overhead_factor = 1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_cha… in calculate_mcache_row_bytes()
2450 …("DML::%s: dcc_dram_bw_nom_overhead_factor = %f\n", __func__, *p->dcc_dram_bw_nom_overhead_factor); in calculate_mcache_row_bytes()
2517 l->l_p.dcc_dram_bw_nom_overhead_factor = p->dcc_dram_bw_nom_overhead_factor_l; in calculate_mcache_setting()
2553 l->c_p.dcc_dram_bw_nom_overhead_factor = p->dcc_dram_bw_nom_overhead_factor_c; in calculate_mcache_setting()