Home
last modified time | relevance | path

Searched refs:vmpg_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.c1976 unsigned int vmpg_bytes = 0; in dcn5_calculate_mcache_row_bytes() local
2017 vmpg_bytes = p->gpuvm_page_size_kbytes * 1024; 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()
2056 meta_per_mvmpg_per_channel = (float)vmpg_bytes / (float)256 / p->num_chans; in dcn5_calculate_mcache_row_bytes()
2059 if (p->surf_vert && vmpg_bytes > blk_bytes) { in dcn5_calculate_mcache_row_bytes()
2076 if (p->gpuvm_enable && (blk_bytes == 65536) && (vmpg_bytes == 4096)) in dcn5_calculate_mcache_row_bytes()
2096 DML_LOG_VERBOSE("DML::%s: vmpg_bytes = %u\n", __func__, vmpg_bytes); in dcn5_calculate_mcache_row_bytes()
2372 unsigned int vmpg_bytes; in dcn5_calculate_tdlut_setting() local
[all …]