Searched refs:vmpg_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 393 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()
|
D | display_rq_dlg_calc_20v2.c | 393 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/ |
D | display_rq_dlg_calc_21.c | 383 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/ |
D | display_rq_dlg_calc_30.c | 336 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/ |
D | display_rq_dlg_calc_31.c | 357 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/ |
D | dml1_display_rq_dlg_calc.c | 600 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/ |
D | display_rq_dlg_calc_314.c | 445 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()
|