/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
amdgpu_dml1_display_rq_dlg_calc.c | 601 unsigned int dpte_row_width_ub; local in function:get_surf_rq_param 795 dpte_row_width_ub = 0; 849 * the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering. 851 dpte_row_width_ub = dml_round_to_multiple( 855 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 860 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) 862 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 867 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) 869 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; 911 (double) dpte_row_width_ub / dpte_group_width [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_rq_dlg_calc_20.c | 396 unsigned int dpte_row_width_ub = 0; local in function:get_meta_and_pte_attr 611 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering. 613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1, 616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) 624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 629 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) 631 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; 667 rq_dlg_param->dpte_groups_per_row_ub = dml_ceil((double) dpte_row_width_ub / dpte_group_width,
|
amdgpu_display_rq_dlg_calc_20v2.c | 396 unsigned int dpte_row_width_ub = 0; local in function:get_meta_and_pte_attr 611 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering. 613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1, 616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) 624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 629 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) 631 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; 667 rq_dlg_param->dpte_groups_per_row_ub = dml_ceil((double) dpte_row_width_ub / dpte_group_width,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_rq_dlg_calc_21.c | 387 unsigned int dpte_row_width_ub = 0; local in function:get_meta_and_pte_attr 612 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering. 614 dpte_row_width_ub = dml_round_to_multiple( 618 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 624 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) 626 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; 631 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) 633 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; 675 (double) dpte_row_width_ub / dpte_group_width,
|