Searched refs:mvmpg_access_width_c (Results 1 – 2 of 2) sorted by relevance
2219 l->mvmpg_access_width_c = p->surf_vert ? l->mvmpg_height_c : l->mvmpg_width_c; in dcn5_calculate_mcache_setting()2266 DML_LOG_VERBOSE("DML::%s: mvmpg_access_width_c = %u\n", __func__, l->mvmpg_access_width_c); in dcn5_calculate_mcache_setting()2282 …floor2((n + 1) * l->avg_mcache_element_size_c / l->mvmpg_access_width_c, 1)) * l->mvmpg_access_wid… in dcn5_calculate_mcache_setting()2302 p->mcache_offsets_c[n] = (n + 1) * l->mvmpg_per_mcache_lb_c * l->mvmpg_access_width_c; in dcn5_calculate_mcache_setting()2313 *p->mcache_shift_granularity_c = l->mvmpg_access_width_c; in dcn5_calculate_mcache_setting()
2185 unsigned int mvmpg_access_width_c; member