Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c386 unsigned int log2_blk256_height; in dml1_rq_dlg_get_row_heights() local
414 log2_blk256_height = dml_log2((double) blk256_height); in dml1_rq_dlg_get_row_heights()
428 log2_blk_height = log2_blk256_height in dml1_rq_dlg_get_row_heights()
443 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */ in dml1_rq_dlg_get_row_heights()
477 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in dml1_rq_dlg_get_row_heights()
557 unsigned int log2_blk256_height; in get_surf_rq_param() local
653 log2_blk256_height = dml_log2((double) blk256_height); in get_surf_rq_param()
668 log2_blk_height = log2_blk256_height in get_surf_rq_param()
684 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_surf_rq_param()
705 …log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk2… in get_surf_rq_param()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c348 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
427 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
440 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
454 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
474 …log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk2… in get_meta_and_pte_attr()
552 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
570 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
Ddisplay_rq_dlg_calc_20v2.c348 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
427 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
440 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
454 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
474 …log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk2… in get_meta_and_pte_attr()
552 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
570 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c338 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
419 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
432 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
448 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
468 …log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk2… in get_meta_and_pte_attr()
549 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
567 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c382 unsigned int log2_blk256_height = 0; in get_meta_and_pte_attr() local
464 log2_blk256_height = dml_log2((double)blk256_height); in get_meta_and_pte_attr()
477 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
515 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
535 …log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk2… in get_meta_and_pte_attr()
613 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
631 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()