Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c393 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
537 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr()
538 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
539 8 * vmpg_bytes, in get_meta_and_pte_attr()
540 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
Ddisplay_rq_dlg_calc_20v2.c393 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
537 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr()
538 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
539 8 * vmpg_bytes, in get_meta_and_pte_attr()
540 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c600 unsigned int vmpg_bytes; in get_surf_rq_param() local
767 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_surf_rq_param()
769 meta_surface_bytes - vmpg_bytes, in get_surf_rq_param()
770 8 * vmpg_bytes, in get_surf_rq_param()
771 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_surf_rq_param()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c383 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
531 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes; in get_meta_and_pte_attr()
533 meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
534 8 * vmpg_bytes, in get_meta_and_pte_attr()
535 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c427 unsigned int vmpg_bytes = 0; in get_meta_and_pte_attr() local
598 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr()
599 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
600 8 * vmpg_bytes, in get_meta_and_pte_attr()
601 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c444 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
602 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr()
603 …dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, 8 * vmpg_bytes, 1) + 8 * vmpg_bytes) / (8 *… in get_meta_and_pte_attr()