Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2143 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 …]
H A Ddml2_core_shared_types.h2164 struct dml2_core_calcs_calculate_mcache_row_bytes_params l_p; member