Searched refs:vmpg_bytes (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_rq_dlg_calc_20.c | 375 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local 519 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr() 520 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr() 521 8 * vmpg_bytes, in get_meta_and_pte_attr() 522 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
|
| D | display_rq_dlg_calc_20v2.c | 375 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local 519 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr() 520 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr() 521 8 * vmpg_bytes, in get_meta_and_pte_attr() 522 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_rq_dlg_calc_21.c | 365 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local 513 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr() 515 meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr() 516 8 * vmpg_bytes, in get_meta_and_pte_attr() 517 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
| D | dml1_display_rq_dlg_calc.c | 582 unsigned int vmpg_bytes; in get_surf_rq_param() local 749 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_surf_rq_param() 751 meta_surface_bytes - vmpg_bytes, in get_surf_rq_param() 752 8 * vmpg_bytes, in get_surf_rq_param() 753 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_surf_rq_param()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| D | display_rq_dlg_calc_30.c | 409 unsigned int vmpg_bytes = 0; in get_meta_and_pte_attr() local 580 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr() 581 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr() 582 8 * vmpg_bytes, in get_meta_and_pte_attr() 583 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
|