Searched refs:vmpg_bytes (Results 1 – 2 of 2) sorted by relevance
599 unsigned int vmpg_bytes; in get_surf_rq_param() local766 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_surf_rq_param()768 meta_surface_bytes - vmpg_bytes, in get_surf_rq_param()769 8 * vmpg_bytes, in get_surf_rq_param()770 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_surf_rq_param()
2273 unsigned int vmpg_bytes = 0; in calculate_mcache_row_bytes() local2316 vmpg_bytes = p->gpuvm_page_size_kbytes * 1024; in calculate_mcache_row_bytes()2324 if (vmpg_bytes >= blk_bytes) { in calculate_mcache_row_bytes()2327 } else if (!((blk_bytes == 65536) && (vmpg_bytes == 4096))) { in calculate_mcache_row_bytes()2341 if (p->vp_stationary == 1 && vmpg_bytes <= blk_bytes) in calculate_mcache_row_bytes()2355 meta_per_mvmpg_per_channel = (float)vmpg_bytes / (float)256 / p->num_chans; in calculate_mcache_row_bytes()2358 if (p->surf_vert && vmpg_bytes > blk_bytes) { in calculate_mcache_row_bytes()2375 if (p->gpuvm_enable && (blk_bytes == 65536) && (vmpg_bytes == 4096)) in calculate_mcache_row_bytes()2398 DML_LOG_VERBOSE("DML::%s: vmpg_bytes = %u\n", __func__, vmpg_bytes); in calculate_mcache_row_bytes()4628 unsigned int vmpg_bytes; in calculate_tdlut_setting() local[all …]