Searched refs:dpte_req_width (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/ |
| D | dml1_display_rq_dlg_calc.c | 405 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.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_rq_dlg_calc_20.c | 393 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()
|
| D | display_rq_dlg_calc_20v2.c | 393 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.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_rq_dlg_calc_21.c | 385 unsigned int dpte_req_width = 0; in get_meta_and_pte_attr() local 582 dpte_req_width = 1 << log2_dpte_req_width; in get_meta_and_pte_attr() 597 * dpte_req_width) in get_meta_and_pte_attr() 612 dpte_req_width, in get_meta_and_pte_attr() 613 1) + dpte_req_width; in get_meta_and_pte_attr() 614 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width; in get_meta_and_pte_attr() 620 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1) in get_meta_and_pte_attr() 621 + 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()
|