Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ !
Ddisplay_rq_dlg_calc_30.c336 unsigned int vmpg_bytes = 0; in get_meta_and_pte_attr() local
507 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr()
508 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, in get_meta_and_pte_attr()
509 8 * vmpg_bytes, in get_meta_and_pte_attr()
510 1) + 8 * vmpg_bytes) / (8 * vmpg_bytes); in get_meta_and_pte_attr()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ !
Ddisplay_rq_dlg_calc_31.c357 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
515 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr()
516 …dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, 8 * vmpg_bytes, 1) + 8 * vmpg_bytes) / (8 *… in get_meta_and_pte_attr()
/linux-6.6.21/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-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ !
Ddisplay_rq_dlg_calc_314.c445 unsigned int vmpg_bytes; in get_meta_and_pte_attr() local
603 vmpg_bytes = mode_lib->soc.gpuvm_min_page_size_bytes; in get_meta_and_pte_attr()
604 …dml_round_to_multiple(meta_surface_bytes - vmpg_bytes, 8 * vmpg_bytes, 1) + 8 * vmpg_bytes) / (8 *… in get_meta_and_pte_attr()