Home
last modified time | relevance | path

Searched refs:mcache_row_bytes (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_dcn5_calcs_dchub.c2011 *p->mcache_row_bytes = 0; in dcn5_calculate_mcache_row_bytes()
2083 *p->mcache_row_bytes = *p->mcache_row_bytes_per_channel * p->num_chans; in dcn5_calculate_mcache_row_bytes()
2085 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in dcn5_calculate_mcache_row_bytes()
2086 …*p->mcache_row_bytes_per_channel = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->num_… in dcn5_calculate_mcache_row_bytes()
2089 …*p->dcc_dram_bw_pref_overhead_factor = 1 + math_max2(1.0 / 256.0, (double)*p->mcache_row_bytes / (… in dcn5_calculate_mcache_row_bytes()
2107 DML_LOG_VERBOSE("DML::%s: mcache_row_bytes = %u\n", __func__, *p->mcache_row_bytes); in dcn5_calculate_mcache_row_bytes()
2165 l->l_p.mcache_row_bytes = p->mcache_row_bytes_l; in dcn5_calculate_mcache_setting()
2201 l->c_p.mcache_row_bytes = p->mcache_row_bytes_c; in dcn5_calculate_mcache_setting()
H A Ddml2_core_shared_types.h2152 unsigned int *mcache_row_bytes; member