Searched refs:dpte_req_height (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 616 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()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20v2.c | 410 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()
|
D | display_rq_dlg_calc_20.c | 410 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()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 401 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()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 462 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local 659 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr() 693 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) + dpte_req_height; in get_meta_and_pte_attr() 694 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 445 unsigned int dpte_req_height = 0; in get_meta_and_pte_attr() local 662 dpte_req_height = 1 << log2_dpte_req_height; in get_meta_and_pte_attr() 701 dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1) in get_meta_and_pte_attr() 702 + dpte_req_height; in get_meta_and_pte_attr() 703 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_height; in get_meta_and_pte_attr()
|