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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c352 unsigned int log2_blk256_width; local
431 log2_blk256_width = dml_log2((double) blk256_width);
455 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width;
574 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
H A Damdgpu_display_rq_dlg_calc_20v2.c352 unsigned int log2_blk256_width; local
431 log2_blk256_width = dml_log2((double) blk256_width);
455 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width;
574 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c342 unsigned int log2_blk256_width; local
423 log2_blk256_width = dml_log2((double) blk256_width);
447 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width;
571 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c561 unsigned int log2_blk256_width; local
657 log2_blk256_width = dml_log2((double) blk256_width);
683 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width;

Completed in 285 milliseconds