Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c5146 l->l_p.num_chans = p->num_chans; in calculate_mcache_setting()
5147 l->l_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting()
5148 l->l_p.mcache_size_bytes = p->mcache_size_bytes; in calculate_mcache_setting()
5149 l->l_p.mcache_line_size_bytes = p->mcache_line_size_bytes; in calculate_mcache_setting()
5150 l->l_p.gpuvm_enable = p->gpuvm_enable; in calculate_mcache_setting()
5151 l->l_p.gpuvm_page_size_kbytes = p->gpuvm_page_size_kbytes; in calculate_mcache_setting()
5152 l->l_p.surf_vert = p->surf_vert; in calculate_mcache_setting()
5153 l->l_p.vp_stationary = p->vp_stationary; in calculate_mcache_setting()
5154 l->l_p.tiling_mode = p->tiling_mode; in calculate_mcache_setting()
5155 l->l_p.vp_start_x = p->vp_start_x_l; in calculate_mcache_setting()
[all …]
Ddml2_core_dcn4_calcs.c2471 l->l_p.num_chans = p->num_chans; in calculate_mcache_setting()
2472 l->l_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting()
2473 l->l_p.mcache_size_bytes = p->mcache_size_bytes; in calculate_mcache_setting()
2474 l->l_p.mcache_line_size_bytes = p->mcache_line_size_bytes; in calculate_mcache_setting()
2475 l->l_p.gpuvm_enable = p->gpuvm_enable; in calculate_mcache_setting()
2476 l->l_p.gpuvm_page_size_kbytes = p->gpuvm_page_size_kbytes; in calculate_mcache_setting()
2477 l->l_p.surf_vert = p->surf_vert; in calculate_mcache_setting()
2478 l->l_p.vp_stationary = p->vp_stationary; in calculate_mcache_setting()
2479 l->l_p.tiling_mode = p->tiling_mode; in calculate_mcache_setting()
2480 l->l_p.vp_start_x = p->vp_start_x_l; in calculate_mcache_setting()
[all …]
Ddml2_core_shared_types.h1820 struct dml2_core_calcs_calculate_mcache_row_bytes_params l_p; member