Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1893 unsigned int *mcache_row_bytes; member
H A Ddml2_core_dcn4_calcs.c2355 *p->mcache_row_bytes = 0; in calculate_mcache_row_bytes()
2427 *p->mcache_row_bytes = *p->mcache_row_bytes_per_channel * p->num_chans; in calculate_mcache_row_bytes()
2429 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in calculate_mcache_row_bytes()
2431 …*p->mcache_row_bytes_per_channel = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->num_… in calculate_mcache_row_bytes()
2434 …*p->dcc_dram_bw_pref_overhead_factor = 1 + math_max2(1.0 / 256.0, *p->mcache_row_bytes / p->full_s… in calculate_mcache_row_bytes()
2456 dml2_printf("DML::%s: mcache_row_bytes = %u\n", __func__, *p->mcache_row_bytes); in calculate_mcache_row_bytes()
2515 l->l_p.mcache_row_bytes = p->mcache_row_bytes_l; in calculate_mcache_setting()
2551 l->c_p.mcache_row_bytes = p->mcache_row_bytes_c; in calculate_mcache_setting()