Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c408 unsigned int log2_blk_width; in dml1_rq_dlg_get_row_heights() local
437 log2_blk_width = 0; in dml1_rq_dlg_get_row_heights()
451 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in dml1_rq_dlg_get_row_heights()
538 (log2_blk_width < log2_dpte_req_width) ? in dml1_rq_dlg_get_row_heights()
539 log2_blk_width : log2_dpte_req_width; in dml1_rq_dlg_get_row_heights()
578 unsigned int log2_blk_width; in get_surf_rq_param() local
676 log2_blk_width = 0; in get_surf_rq_param()
690 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in get_surf_rq_param()
877 (log2_blk_width < log2_dpte_req_width) ? in get_surf_rq_param()
878 log2_blk_width : log2_dpte_req_width; in get_surf_rq_param()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c367 unsigned int log2_blk_width; in get_meta_and_pte_attr() local
458 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in get_meta_and_pte_attr()
575 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
585 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
633 (log2_blk_width < log2_dpte_req_width) ? in get_meta_and_pte_attr()
634 log2_blk_width : log2_dpte_req_width; in get_meta_and_pte_attr()
H A Ddisplay_rq_dlg_calc_20v2.c367 unsigned int log2_blk_width; in get_meta_and_pte_attr() local
458 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in get_meta_and_pte_attr()
575 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
585 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
633 (log2_blk_width < log2_dpte_req_width) ? in get_meta_and_pte_attr()
634 log2_blk_width : log2_dpte_req_width; in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c357 unsigned int log2_blk_width; in get_meta_and_pte_attr() local
450 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in get_meta_and_pte_attr()
572 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
582 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
635 (log2_blk_width < log2_dpte_req_width) ? in get_meta_and_pte_attr()
636 log2_blk_width : log2_dpte_req_width; in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c313 unsigned int log2_blk_width = 0; in get_meta_and_pte_attr() local
407 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height; in get_meta_and_pte_attr()
548 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
558 log2_dpte_req_width = log2_blk_width + 3; in get_meta_and_pte_attr()
604 (log2_blk_width < log2_dpte_req_width) ? in get_meta_and_pte_attr()
605 log2_blk_width : log2_dpte_req_width; in get_meta_and_pte_attr()