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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c391 unsigned int log2_blk256_height; local
419 log2_blk256_height = dml_log2((double) blk256_height);
433 log2_blk_height = log2_blk256_height
448 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */
482 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
562 unsigned int log2_blk256_height; local
658 log2_blk256_height = dml_log2((double) blk256_height);
673 log2_blk_height = log2_blk256_height
689 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
710 log2_meta_req_height = log2_blk256_height
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c353 unsigned int log2_blk256_height; local
432 log2_blk256_height = dml_log2((double) blk256_height);
445 log2_blk_height = log2_blk256_height
459 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
557 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
H A Damdgpu_display_rq_dlg_calc_20v2.c353 unsigned int log2_blk256_height; local
432 log2_blk256_height = dml_log2((double) blk256_height);
445 log2_blk_height = log2_blk256_height
459 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
557 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c343 unsigned int log2_blk256_height; local
424 log2_blk256_height = dml_log2((double) blk256_height);
437 log2_blk_height = log2_blk256_height
453 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
473 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
554 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
572 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height

Completed in 148 milliseconds