Searched refs:dpte_group_width (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c399 unsigned int dpte_group_width = 0; local
663 dpte_group_width = 1 << log2_dpte_group_width;
665 // since dpte groups are only aligned to dpte_req_width and not dpte_group_width,
667 rq_dlg_param->dpte_groups_per_row_ub = dml_ceil((double) dpte_row_width_ub / dpte_group_width,
H A Damdgpu_display_rq_dlg_calc_20v2.c399 unsigned int dpte_group_width = 0; local
663 dpte_group_width = 1 << log2_dpte_group_width;
665 // since dpte groups are only aligned to dpte_req_width and not dpte_group_width,
667 rq_dlg_param->dpte_groups_per_row_ub = dml_ceil((double) dpte_row_width_ub / dpte_group_width,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c390 unsigned int dpte_group_width = 0; local
670 dpte_group_width = 1 << log2_dpte_group_width;
672 // since dpte groups are only aligned to dpte_req_width and not dpte_group_width,
675 (double) dpte_row_width_ub / dpte_group_width,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c605 unsigned int dpte_group_width; local
799 dpte_group_width = 0;
905 dpte_group_width = 1 << log2_dpte_group_width;
907 /* since dpte groups are only aligned to dpte_req_width and not dpte_group_width,
911 (double) dpte_row_width_ub / dpte_group_width,

Completed in 190 milliseconds