Searched refs:dpte_req_height (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.c397 unsigned int dpte_req_height = 0; local
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
588 dpte_req_height = 1 << log2_dpte_req_height;
629 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1)
630 + dpte_req_height;
631 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height;
H A Damdgpu_display_rq_dlg_calc_20v2.c397 unsigned int dpte_req_height = 0; local
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
588 dpte_req_height = 1 << log2_dpte_req_height;
629 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1)
630 + dpte_req_height;
631 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c388 unsigned int dpte_req_height = 0; local
580 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
585 dpte_req_height = 1 << log2_dpte_req_height;
631 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1)
632 + dpte_req_height;
633 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c498 /* the dpte request dimensions in data elements is dpte_req_width x dpte_req_height
603 unsigned int dpte_req_height; local
797 dpte_req_height = 0; /* 64b dpte req height in data element */
823 /* The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
829 dpte_req_height = 1 << log2_dpte_req_height;
867 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1)
868 + dpte_req_height;
869 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height;

Completed in 263 milliseconds