Searched refs:calculate_mall_ways_from_bytes (Results 1 – 7 of 7) sorted by relevance
97 } else if (dc->res_pool->funcs->calculate_mall_ways_from_bytes) { in dcn32_helper_calculate_num_ways_for_subvp()98 …return dc->res_pool->funcs->calculate_mall_ways_from_bytes(dc, context->bw_ctx.bw.dcn.mall_subvp_s… in dcn32_helper_calculate_num_ways_for_subvp()
2151 .calculate_mall_ways_from_bytes = dcn32_calculate_mall_ways_from_bytes,2573 …->dml2_options.svp_pstate.callbacks.calculate_mall_ways_from_bytes = pool->base.funcs->calculate_m… in dcn32_resource_construct()
97 unsigned int (*calculate_mall_ways_from_bytes)( member
1654 .calculate_mall_ways_from_bytes = dcn32_calculate_mall_ways_from_bytes,2067 …->dml2_options.svp_pstate.callbacks.calculate_mall_ways_from_bytes = pool->base.funcs->calculate_m… in dcn321_resource_construct()
1839 .calculate_mall_ways_from_bytes = dcn32_calculate_mall_ways_from_bytes,2271 …->dml2_options.svp_pstate.callbacks.calculate_mall_ways_from_bytes = pool->base.funcs->calculate_m… in dcn401_resource_construct()
250 } else if (dc->res_pool->funcs->calculate_mall_ways_from_bytes) { in dcn32_calculate_cab_allocation()251 num_ways = dc->res_pool->funcs->calculate_mall_ways_from_bytes(dc, mall_ss_size_bytes); in dcn32_calculate_cab_allocation()
1274 else if (dc->res_pool->funcs->calculate_mall_ways_from_bytes) in dcn401_calculate_cab_allocation()1275 num_ways = dc->res_pool->funcs->calculate_mall_ways_from_bytes(dc, mall_ss_size_bytes); in dcn401_calculate_cab_allocation()