Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2493 l->l_p.num_chans = p->num_chans; in calculate_mcache_setting()
2497 l->l_p.gpuvm_enable = p->gpuvm_enable; in calculate_mcache_setting()
2499 l->l_p.surf_vert = p->surf_vert; in calculate_mcache_setting()
2501 l->l_p.tiling_mode = p->tiling_mode; in calculate_mcache_setting()
2502 l->l_p.vp_start_x = p->vp_start_x_l; in calculate_mcache_setting()
2503 l->l_p.vp_start_y = p->vp_start_y_l; in calculate_mcache_setting()
2506 l->l_p.blk_width = p->blk_width_l; in calculate_mcache_setting()
2507 l->l_p.blk_height = p->blk_height_l; in calculate_mcache_setting()
2508 l->l_p.vmpg_width = p->vmpg_width_l; in calculate_mcache_setting()
2509 l->l_p.vmpg_height = p->vmpg_height_l; in calculate_mcache_setting()
[all …]
H A Ddml2_core_shared_types.h1905 struct dml2_core_calcs_calculate_mcache_row_bytes_params l_p; member