Home
last modified time | relevance | path

Searched refs:meta_row_width_ub (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.h2080 unsigned int *meta_row_width_ub; member
H A Ddml2_core_dcn4_calcs.c2352 *p->meta_row_width_ub = full_vp_width_mvmpg_aligned; in calculate_mcache_row_bytes()
2354 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()
2355 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in calculate_mcache_row_bytes()
2358 *p->meta_row_width_ub = full_vp_height_mvmpg_aligned; in calculate_mcache_row_bytes()
2360 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) … in calculate_mcache_row_bytes()
2361 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in calculate_mcache_row_bytes()
2394 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in calculate_mcache_row_bytes()
2412 DML_LOG_VERBOSE("DML::%s: meta_row_width_ub = %u\n", __func__, *p->meta_row_width_ub); in calculate_mcache_row_bytes()
2487 l->l_p.meta_row_width_ub = &l->meta_row_width_l; in calculate_mcache_setting()
2523 l->c_p.meta_row_width_ub = &l->meta_row_width_c; in calculate_mcache_setting()