Searched refs:dpte_req_width (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml1_display_rq_dlg_calc.c | 423 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() 616 unsigned int dpte_req_width; in get_surf_rq_param() local 810 dpte_req_width = 0; /* 64b dpte req width in data element */ in get_surf_rq_param() 842 dpte_req_width = 1 << log2_dpte_req_width; in get_surf_rq_param() 849 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch), in get_surf_rq_param() 865 dpte_req_width, in get_surf_rq_param() 866 1) + dpte_req_width; in get_surf_rq_param() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 399 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 592 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 607 * dpte_req_width) in get_meta_and_pte_attr() 622 dpte_req_width, in get_meta_and_pte_attr() 623 1) + dpte_req_width; in get_meta_and_pte_attr() 624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 630 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 631 + dpte_req_width; in get_meta_and_pte_attr() 632 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 408 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 595 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 606 * dpte_req_width) in get_meta_and_pte_attr() 620 dpte_req_width, in get_meta_and_pte_attr() 621 1) + dpte_req_width; in get_meta_and_pte_attr() 622 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 628 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 629 + dpte_req_width; in get_meta_and_pte_attr() 630 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|
H A D | display_rq_dlg_calc_20v2.c | 408 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 595 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 606 * dpte_req_width) in get_meta_and_pte_attr() 620 dpte_req_width, in get_meta_and_pte_attr() 621 1) + dpte_req_width; in get_meta_and_pte_attr() 622 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 628 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 629 + dpte_req_width; in get_meta_and_pte_attr() 630 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr()
|