Searched refs:mcache_row_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1809 unsigned int *mcache_row_bytes; member
|
D | dml2_core_shared.c | 5011 *p->mcache_row_bytes = 0; in calculate_mcache_row_bytes() 5083 *p->mcache_row_bytes = mvmpg_per_row_ub * meta_per_mvmpg_per_channel_ub; in calculate_mcache_row_bytes() 5085 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in calculate_mcache_row_bytes() 5086 …*p->mcache_row_bytes = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->num_chans, p->mc… in calculate_mcache_row_bytes() 5089 …*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() 5090 …*p->num_mcaches = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->mcache_size_bytes, 1); in calculate_mcache_row_bytes() 5113 dml2_printf("DML::%s: mcache_row_bytes = %u\n", __func__, *p->mcache_row_bytes); in calculate_mcache_row_bytes() 5168 l->l_p.mcache_row_bytes = p->mcache_row_bytes_l; in calculate_mcache_setting() 5203 l->c_p.mcache_row_bytes = p->mcache_row_bytes_c; in calculate_mcache_setting()
|
D | dml2_core_dcn4_calcs.c | 2340 *p->mcache_row_bytes = 0; in calculate_mcache_row_bytes() 2410 *p->mcache_row_bytes = mvmpg_per_row_ub * meta_per_mvmpg_per_channel_ub; in calculate_mcache_row_bytes() 2412 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in calculate_mcache_row_bytes() 2413 …*p->mcache_row_bytes = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->num_chans, p->mc… in calculate_mcache_row_bytes() 2416 …*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() 2417 …*p->num_mcaches = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->mcache_size_bytes, 1); in calculate_mcache_row_bytes() 2437 dml2_printf("DML::%s: mcache_row_bytes = %u\n", __func__, *p->mcache_row_bytes); in calculate_mcache_row_bytes() 2493 l->l_p.mcache_row_bytes = p->mcache_row_bytes_l; in calculate_mcache_setting() 2528 l->c_p.mcache_row_bytes = p->mcache_row_bytes_c; in calculate_mcache_setting()
|