Home
last modified time | relevance | path

Searched refs:dpte_req_height (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c616 unsigned int dpte_req_height; in get_surf_rq_param() local
810 dpte_req_height = 0; /* 64b dpte req height in data element */ in get_surf_rq_param()
842 dpte_req_height = 1 << log2_dpte_req_height; in get_surf_rq_param()
880 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_surf_rq_param()
881 + dpte_req_height; in get_surf_rq_param()
882 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_surf_rq_param()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c410 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
601 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
642 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_meta_and_pte_attr()
643 + dpte_req_height; in get_meta_and_pte_attr()
644 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
H A Ddisplay_rq_dlg_calc_20.c410 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
601 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
642 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_meta_and_pte_attr()
643 + dpte_req_height; in get_meta_and_pte_attr()
644 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c354 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
571 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
610 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_meta_and_pte_attr()
611 + dpte_req_height; in get_meta_and_pte_attr()
612 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c401 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
598 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
644 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_meta_and_pte_attr()
645 + dpte_req_height; in get_meta_and_pte_attr()
646 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c375 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
572 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
606 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) + dpte_req_height; in get_meta_and_pte_attr()
607 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c463 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local
660 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr()
694 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) + dpte_req_height; in get_meta_and_pte_attr()
695 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()