Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h2110 unsigned int mvmpg_access_width_l; member
H A Ddml2_core_dcn4_calcs.c2533 l->mvmpg_access_width_l = p->surf_vert ? l->mvmpg_height_l : l->mvmpg_width_l; in calculate_mcache_setting()
2574 DML_LOG_VERBOSE("DML::%s: mvmpg_access_width_l = %u\n", __func__, l->mvmpg_access_width_l); in calculate_mcache_setting()
2595 …floor2((n + 1) * l->avg_mcache_element_size_l / l->mvmpg_access_width_l, 1)) * l->mvmpg_access_wid… in calculate_mcache_setting()
2619 p->mcache_offsets_l[n] = (n + 1) * l->mvmpg_per_mcache_lb_l * l->mvmpg_access_width_l; in calculate_mcache_setting()
2635 *p->mcache_shift_granularity_l = l->mvmpg_access_width_l; in calculate_mcache_setting()