Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c404 unsigned int log2_blk256_height; in dml1_rq_dlg_get_row_heights() local
432 log2_blk256_height = dml_log2((double) blk256_height); in dml1_rq_dlg_get_row_heights()
446 log2_blk_height = log2_blk256_height in dml1_rq_dlg_get_row_heights()
461 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */ in dml1_rq_dlg_get_row_heights()
495 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in dml1_rq_dlg_get_row_heights()
574 unsigned int log2_blk256_height; in get_surf_rq_param() local
670 log2_blk256_height = dml_log2((double) blk256_height); in get_surf_rq_param()
685 log2_blk_height = log2_blk256_height in get_surf_rq_param()
701 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_surf_rq_param()
722 log2_meta_req_height = log2_blk256_height in get_surf_rq_param()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c363 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
442 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
453 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
467 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
487 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256 in get_meta_and_pte_attr()
563 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
581 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c309 unsigned int log2_blk256_height = 0; in get_meta_and_pte_attr() local
391 log2_blk256_height = dml_log2((double)blk256_height); in get_meta_and_pte_attr()
402 log2_blk_height = log2_blk256_height in get_meta_and_pte_attr()
440 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
460 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256 in get_meta_and_pte_attr()
536 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
554 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c332 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
413 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
423 log2_blk_height = log2_blk256_height + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1); in get_meta_and_pte_attr()
460 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
478 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256 in get_meta_and_pte_attr()
537 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
555 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c420 unsigned int log2_blk256_height; in get_meta_and_pte_attr() local
501 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr()
511 log2_blk_height = log2_blk256_height + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1); in get_meta_and_pte_attr()
548 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
566 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256 in get_meta_and_pte_attr()
625 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height; in get_meta_and_pte_attr()
643 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height in get_meta_and_pte_attr()