Searched refs:log2_blk_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.c394 unsigned int log2_blk_height; local
423 log2_blk_height = 0;
433 log2_blk_height = log2_blk256_height
436 log2_blk_height = 0; /* blk height of 1 */
438 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
488 else if (log2_blk_height - log2_vmpg_height >= 2)
491 log2_dpte_req_height_ptes = log2_blk_height - log2_vmpg_height;
565 unsigned int log2_blk_height; local
663 log2_blk_height = 0;
673 log2_blk_height
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c356 unsigned int log2_blk_height; local
436 log2_blk_height = 0;
445 log2_blk_height = log2_blk256_height
448 log2_blk_height = 0; // blk height of 1
450 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
570 log2_dpte_req_height = log2_blk_height + 0;
580 log2_dpte_req_height = log2_blk_height + 0;
H A Damdgpu_display_rq_dlg_calc_20v2.c356 unsigned int log2_blk_height; local
436 log2_blk_height = 0;
445 log2_blk_height = log2_blk256_height
448 log2_blk_height = 0; // blk height of 1
450 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
570 log2_dpte_req_height = log2_blk_height + 0;
580 log2_dpte_req_height = log2_blk_height + 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c346 unsigned int log2_blk_height; local
428 log2_blk_height = 0;
437 log2_blk_height = log2_blk256_height
440 log2_blk_height = 0; // blk height of 1
442 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
567 log2_dpte_req_height = log2_blk_height + 0;
577 log2_dpte_req_height = log2_blk_height + 0;

Completed in 262 milliseconds