Searched refs:log2_blk256_height (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c404 unsigned int log2_blk256_height; local
432 log2_blk256_height = dml_log2((double) blk256_height);
446 log2_blk_height = log2_blk256_height
461 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */
495 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
575 unsigned int log2_blk256_height; local
671 log2_blk256_height = dml_log2((double) blk256_height);
686 log2_blk_height = log2_blk256_height
702 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
723 log2_meta_req_height = log2_blk256_height
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c356 unsigned int log2_blk256_height; local
437 log2_blk256_height = dml_log2((double) blk256_height);
450 log2_blk_height = log2_blk256_height
466 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
486 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
567 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
585 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c366 unsigned int log2_blk256_height; local
445 log2_blk256_height = dml_log2((double) blk256_height);
458 log2_blk_height = log2_blk256_height
472 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
492 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
570 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
588 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
H A Ddisplay_rq_dlg_calc_20.c366 unsigned int log2_blk256_height; local
445 log2_blk256_height = dml_log2((double) blk256_height);
458 log2_blk_height = log2_blk256_height
472 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
492 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
570 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
588 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c332 unsigned int log2_blk256_height; local
413 log2_blk256_height = dml_log2((double) blk256_height);
425 log2_blk_height = log2_blk256_height + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
462 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height;
480 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
541 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
559 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c309 unsigned int log2_blk256_height = 0; local
391 log2_blk256_height = dml_log2((double)blk256_height);
404 log2_blk_height = log2_blk256_height
442 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height;
462 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
540 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
558 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c420 unsigned int log2_blk256_height; local
501 log2_blk256_height = dml_log2((double) blk256_height);
513 log2_blk_height = log2_blk256_height + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
550 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height;
568 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
629 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
647 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height

Completed in 159 milliseconds