Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1841 unsigned int mvmpg_access_width_c; member
Ddml2_core_shared.c5220 l->mvmpg_access_width_c = p->surf_vert ? l->mvmpg_height_c : l->mvmpg_width_c; in calculate_mcache_setting()
5265 dml2_printf("DML::%s: mvmpg_access_width_c = %u\n", __func__, l->mvmpg_access_width_c); in calculate_mcache_setting()
5282 …floor2((n + 1) * l->avg_mcache_element_size_c / l->mvmpg_access_width_c, 1)) * l->mvmpg_access_wid… in calculate_mcache_setting()
5304 p->mcache_offsets_c[n] = (n + 1) * l->mvmpg_per_mcache_lb_c * l->mvmpg_access_width_c; in calculate_mcache_setting()
5317 *p->mcache_shift_granularity_c = l->mvmpg_access_width_c; in calculate_mcache_setting()
Ddml2_core_dcn4_calcs.c2545 l->mvmpg_access_width_c = p->surf_vert ? l->mvmpg_height_c : l->mvmpg_width_c; in calculate_mcache_setting()
2593 dml2_printf("DML::%s: mvmpg_access_width_c = %u\n", __func__, l->mvmpg_access_width_c); in calculate_mcache_setting()
2610 …floor2((n + 1) * l->avg_mcache_element_size_c / l->mvmpg_access_width_c, 1)) * l->mvmpg_access_wid… in calculate_mcache_setting()
2632 p->mcache_offsets_c[n] = (n + 1) * l->mvmpg_per_mcache_lb_c * l->mvmpg_access_width_c; in calculate_mcache_setting()
2645 *p->mcache_shift_granularity_c = l->mvmpg_access_width_c; in calculate_mcache_setting()