Searched refs:dpte_req_width (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
H A D | amdgpu_dml1_display_rq_dlg_calc.c | 410 unsigned int dpte_req_width; in dml1_rq_dlg_get_row_heights() local 477 dpte_req_width = 0; /* 64b dpte req width in data element */ in dml1_rq_dlg_get_row_heights() 503 dpte_req_width = 1 << log2_dpte_req_width; in dml1_rq_dlg_get_row_heights() 510 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in dml1_rq_dlg_get_row_heights() 604 unsigned int dpte_req_width; in get_surf_rq_param() local 798 dpte_req_width = 0; /* 64b dpte req width in data element */ in get_surf_rq_param() 830 dpte_req_width = 1 << log2_dpte_req_width; in get_surf_rq_param() 837 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in get_surf_rq_param() 853 dpte_req_width, in get_surf_rq_param() 854 1) + dpte_req_width; in get_surf_rq_param() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
H A D | amdgpu_display_rq_dlg_calc_20v2.c | 398 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 589 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 600 * dpte_req_width) in get_meta_and_pte_attr() 614 dpte_req_width, in get_meta_and_pte_attr() 615 1) + dpte_req_width; in get_meta_and_pte_attr() 616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 623 + dpte_req_width; in get_meta_and_pte_attr() 624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|
H A D | amdgpu_display_rq_dlg_calc_20.c | 398 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 589 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 600 * dpte_req_width) in get_meta_and_pte_attr() 614 dpte_req_width, in get_meta_and_pte_attr() 615 1) + dpte_req_width; in get_meta_and_pte_attr() 616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 623 + dpte_req_width; in get_meta_and_pte_attr() 624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
H A D | amdgpu_display_rq_dlg_calc_21.c | 389 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 586 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 601 * dpte_req_width) in get_meta_and_pte_attr() 616 dpte_req_width, in get_meta_and_pte_attr() 617 1) + dpte_req_width; in get_meta_and_pte_attr() 618 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 624 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 625 + dpte_req_width; in get_meta_and_pte_attr() 626 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|