Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4_calcs.c2311 unsigned int mvmpg_per_mcache; in calculate_mcache_row_bytes() local
2419 mvmpg_per_mcache = p->mcache_size_bytes / meta_per_mvmpg_per_channel_ub; in calculate_mcache_row_bytes()
2420 *p->mvmpg_per_mcache_lb = (unsigned int)math_floor2(mvmpg_per_mcache, 1); in calculate_mcache_row_bytes()
Ddml2_core_shared.c5092 unsigned int mvmpg_per_mcache = p->mcache_size_bytes / meta_per_mvmpg_per_channel_ub; in calculate_mcache_row_bytes() local
5093 *p->mvmpg_per_mcache_lb = (unsigned int)math_floor2(mvmpg_per_mcache, 1); in calculate_mcache_row_bytes()