Searched refs:vmpg_bytes (Results 1 – 1 of 1) sorted by relevance
2283 unsigned int vmpg_bytes = 0; in calculate_mcache_row_bytes() local2326 vmpg_bytes = p->gpuvm_page_size_kbytes * 1024; in calculate_mcache_row_bytes()2334 if (vmpg_bytes >= blk_bytes) { in calculate_mcache_row_bytes()2337 } else if (!((blk_bytes == 65536) && (vmpg_bytes == 4096))) { in calculate_mcache_row_bytes()2351 if (p->vp_stationary == 1 && vmpg_bytes <= blk_bytes) in calculate_mcache_row_bytes()2365 meta_per_mvmpg_per_channel = (float)vmpg_bytes / (float)256 / p->num_chans; in calculate_mcache_row_bytes()2368 if (p->surf_vert && vmpg_bytes > blk_bytes) { in calculate_mcache_row_bytes()2385 if (p->gpuvm_enable && (blk_bytes == 65536) && (vmpg_bytes == 4096)) in calculate_mcache_row_bytes()2408 DML_LOG_VERBOSE("DML::%s: vmpg_bytes = %u\n", __func__, vmpg_bytes); in calculate_mcache_row_bytes()4648 unsigned int vmpg_bytes; in calculate_tdlut_setting() local[all …]