Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1977 unsigned int blk_bytes = 0; in dcn5_calculate_mcache_row_bytes() local
2014 blk_bytes = dml2_core_utils_get_tile_block_size_bytes(p->tiling_mode, p->bytes_per_pixel); in dcn5_calculate_mcache_row_bytes()
2025 if (vmpg_bytes >= blk_bytes) { in dcn5_calculate_mcache_row_bytes()
2028 } else if (!((blk_bytes == 65536) && (vmpg_bytes == 4096))) { in dcn5_calculate_mcache_row_bytes()
2042 if (p->vp_stationary == 1 && vmpg_bytes <= blk_bytes) in dcn5_calculate_mcache_row_bytes()
2059 if (p->surf_vert && vmpg_bytes > blk_bytes) { in dcn5_calculate_mcache_row_bytes()
2060 meta_per_mvmpg_per_channel = (float)est_blk_per_vmpg * blk_bytes / (float)256 / p->num_chans; in dcn5_calculate_mcache_row_bytes()
2065 meta_per_mvmpg_per_channel = (float) blk_bytes / (float)256 / p->num_chans; in dcn5_calculate_mcache_row_bytes()
2076 if (p->gpuvm_enable && (blk_bytes == 65536) && (vmpg_bytes == 4096)) in dcn5_calculate_mcache_row_bytes()
2097 DML_LOG_VERBOSE("DML::%s: blk_bytes = %u\n", __func__, blk_bytes); in dcn5_calculate_mcache_row_bytes()