Home
last modified time | relevance | path

Searched refs:dpte_req_width (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c423 unsigned int dpte_req_width; in dml1_rq_dlg_get_row_heights() local
490 dpte_req_width = 0; /* 64b dpte req width in data element */ in dml1_rq_dlg_get_row_heights()
516 dpte_req_width = 1 << log2_dpte_req_width; in dml1_rq_dlg_get_row_heights()
523 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in dml1_rq_dlg_get_row_heights()
617 unsigned int dpte_req_width; in get_surf_rq_param() local
811 dpte_req_width = 0; /* 64b dpte req width in data element */ in get_surf_rq_param()
843 dpte_req_width = 1 << log2_dpte_req_width; in get_surf_rq_param()
850 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in get_surf_rq_param()
866 dpte_req_width, in get_surf_rq_param()
867 1) + dpte_req_width; in get_surf_rq_param()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20v2.c411 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
602 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
613 * dpte_req_width) in get_meta_and_pte_attr()
627 dpte_req_width, in get_meta_and_pte_attr()
628 1) + dpte_req_width; in get_meta_and_pte_attr()
629 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
635 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
636 + dpte_req_width; in get_meta_and_pte_attr()
637 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
Ddisplay_rq_dlg_calc_20.c411 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
602 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
613 * dpte_req_width) in get_meta_and_pte_attr()
627 dpte_req_width, in get_meta_and_pte_attr()
628 1) + dpte_req_width; in get_meta_and_pte_attr()
629 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
635 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
636 + dpte_req_width; in get_meta_and_pte_attr()
637 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c402 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
599 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
614 * dpte_req_width) in get_meta_and_pte_attr()
629 dpte_req_width, in get_meta_and_pte_attr()
630 1) + dpte_req_width; in get_meta_and_pte_attr()
631 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
637 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
638 + dpte_req_width; in get_meta_and_pte_attr()
639 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c463 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
660 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
667 …log2_dpte_row_height_linear = dml_floor(dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitc… in get_meta_and_pte_attr()
682 …h_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1, dpte_req_width, 1) + dpte_req_width; in get_meta_and_pte_attr()
683 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
689 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) + dpte_req_width; in get_meta_and_pte_attr()
690 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c446 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
663 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
670 …log2_dpte_row_height_linear = dml_floor(dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitc… in get_meta_and_pte_attr()
686 dpte_req_width, in get_meta_and_pte_attr()
687 1) + dpte_req_width; in get_meta_and_pte_attr()
688 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
694 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
695 + dpte_req_width; in get_meta_and_pte_attr()
696 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()