Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c405 unsigned int dpte_req_width; in dml1_rq_dlg_get_row_heights() local
472 dpte_req_width = 0; /* 64b dpte req width in data element */ in dml1_rq_dlg_get_row_heights()
498 dpte_req_width = 1 << log2_dpte_req_width; in dml1_rq_dlg_get_row_heights()
505 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in dml1_rq_dlg_get_row_heights()
599 unsigned int dpte_req_width; in get_surf_rq_param() local
793 dpte_req_width = 0; /* 64b dpte req width in data element */ in get_surf_rq_param()
825 dpte_req_width = 1 << log2_dpte_req_width; in get_surf_rq_param()
832 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in get_surf_rq_param()
848 dpte_req_width, in get_surf_rq_param()
849 1) + dpte_req_width; in get_surf_rq_param()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c393 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
584 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
595 * dpte_req_width) in get_meta_and_pte_attr()
609 dpte_req_width, in get_meta_and_pte_attr()
610 1) + dpte_req_width; in get_meta_and_pte_attr()
611 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
617 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
618 + dpte_req_width; in get_meta_and_pte_attr()
619 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_20v2.c393 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
584 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
595 * dpte_req_width) in get_meta_and_pte_attr()
609 dpte_req_width, in get_meta_and_pte_attr()
610 1) + dpte_req_width; in get_meta_and_pte_attr()
611 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
617 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
618 + dpte_req_width; in get_meta_and_pte_attr()
619 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c384 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
581 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
596 * dpte_req_width) in get_meta_and_pte_attr()
611 dpte_req_width, in get_meta_and_pte_attr()
612 1) + dpte_req_width; in get_meta_and_pte_attr()
613 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
619 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
620 + dpte_req_width; in get_meta_and_pte_attr()
621 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c428 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local
645 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr()
652 …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()
668 dpte_req_width, in get_meta_and_pte_attr()
669 1) + dpte_req_width; in get_meta_and_pte_attr()
670 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
676 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr()
677 + dpte_req_width; in get_meta_and_pte_attr()
678 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()