Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c366 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
514 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr()
516 meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
517 8 * vmpg_bytes, in get_meta_and_pte_attr()
518 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
/Linux-v5.4/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()