Searched refs:log2_dpte_req_width (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.c407 unsigned int log2_dpte_req_width; local
474 log2_dpte_req_width = 0;
502 log2_dpte_req_width = log2_vmpg_width + log2_dpte_req_width_ptes;
503 dpte_req_width = 1 << log2_dpte_req_width;
525 (log2_blk_width < log2_dpte_req_width) ?
526 log2_blk_width : log2_dpte_req_width;
597 unsigned int log2_dpte_req_width; local
791 log2_dpte_req_width = 0;
828 log2_dpte_req_width = log2_vmpg_width + log2_dpte_req_width_ptes;
830 dpte_req_width = 1 << log2_dpte_req_width;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c392 unsigned int log2_dpte_req_width = 0; local
564 log2_dpte_req_width = log2_vmpg_width + 3;
569 log2_dpte_req_width = log2_blk_width + 3;
574 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
579 log2_dpte_req_width = log2_blk_width + 3;
587 //log2_dpte_req_width = log2_vmpg_width + log2_dpte_req_width_ptes;
589 dpte_req_width = 1 << log2_dpte_req_width;
627 (log2_blk_width < log2_dpte_req_width) ?
628 log2_blk_width : log2_dpte_req_width;
655 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
[all...]
H A Damdgpu_display_rq_dlg_calc_20v2.c392 unsigned int log2_dpte_req_width = 0; local
564 log2_dpte_req_width = log2_vmpg_width + 3;
569 log2_dpte_req_width = log2_blk_width + 3;
574 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
579 log2_dpte_req_width = log2_blk_width + 3;
587 //log2_dpte_req_width = log2_vmpg_width + log2_dpte_req_width_ptes;
589 dpte_req_width = 1 << log2_dpte_req_width;
627 (log2_blk_width < log2_dpte_req_width) ?
628 log2_blk_width : log2_dpte_req_width;
655 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c383 unsigned int log2_dpte_req_width = 0; local
561 log2_dpte_req_width = log2_vmpg_width + 3;
566 log2_dpte_req_width = log2_blk_width + 3;
571 log2_dpte_req_width = log2_blk256_width + 4; // log2_64KB_width
576 log2_dpte_req_width = log2_blk_width + 3;
584 //log2_dpte_req_width = log2_vmpg_width + log2_dpte_req_width_ptes;
586 dpte_req_width = 1 << log2_dpte_req_width;
629 (log2_blk_width < log2_dpte_req_width) ?
630 log2_blk_width : log2_dpte_req_width;
662 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
[all...]

Completed in 265 milliseconds