Searched refs:l_p (Results 1 – 2 of 2) sorted by relevance
2143 l->l_p.num_chans = p->num_chans; in dcn5_calculate_mcache_setting()2144 l->l_p.mem_word_bytes = p->mem_word_bytes; in dcn5_calculate_mcache_setting()2145 l->l_p.mcache_size_bytes = p->mcache_size_bytes; in dcn5_calculate_mcache_setting()2146 l->l_p.mcache_line_size_bytes = p->mcache_line_size_bytes; in dcn5_calculate_mcache_setting()2147 l->l_p.gpuvm_enable = p->gpuvm_enable; in dcn5_calculate_mcache_setting()2148 l->l_p.gpuvm_page_size_kbytes = p->gpuvm_page_size_kbytes; in dcn5_calculate_mcache_setting()2149 l->l_p.surf_vert = p->surf_vert; in dcn5_calculate_mcache_setting()2150 l->l_p.vp_stationary = p->vp_stationary; in dcn5_calculate_mcache_setting()2151 l->l_p.tiling_mode = p->tiling_mode; in dcn5_calculate_mcache_setting()2152 l->l_p.vp_start_x = p->vp_start_x_l; in dcn5_calculate_mcache_setting()[all …]
2164 struct dml2_core_calcs_calculate_mcache_row_bytes_params l_p; member