Home
last modified time | relevance | path

Searched refs:vmpg_bytes (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c375 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()
Ddisplay_rq_dlg_calc_20v2.c375 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/
Ddisplay_rq_dlg_calc_21.c365 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/
Ddml1_display_rq_dlg_calc.c582 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/
Ddisplay_rq_dlg_calc_30.c409 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()