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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c410 unsigned int dpte_req_width; local
477 dpte_req_width = 0; /* 64b dpte req width in data element */
498 /* the dpte request dimensions in data elements is dpte_req_width x dpte_req_height
503 dpte_req_width = 1 << log2_dpte_req_width;
510 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch),
604 unsigned int dpte_req_width; local
798 dpte_req_width = 0; /* 64b dpte req width in data element */
823 /* The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
830 dpte_req_width = 1 << log2_dpte_req_width;
837 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitc
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c398 unsigned int dpte_req_width = 0; local
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
589 dpte_req_width = 1 << log2_dpte_req_width;
600 * dpte_req_width)
614 dpte_req_width,
615 1) + dpte_req_width;
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)
623 + dpte_req_width;
624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
[all...]
H A Damdgpu_display_rq_dlg_calc_20v2.c398 unsigned int dpte_req_width = 0; local
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
589 dpte_req_width = 1 << log2_dpte_req_width;
600 * dpte_req_width)
614 dpte_req_width,
615 1) + dpte_req_width;
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)
623 + dpte_req_width;
624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c389 unsigned int dpte_req_width = 0; local
580 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
586 dpte_req_width = 1 << log2_dpte_req_width;
601 * dpte_req_width)
616 dpte_req_width,
617 1) + dpte_req_width;
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)
625 + dpte_req_width;
626 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
[all...]

Completed in 218 milliseconds