Searched refs:log2_dpte_group_length (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.c401 unsigned int log2_dpte_group_length = 0; local
651 log2_dpte_group_length = log2_dpte_group_bytes - 6; //length in 64b requests
655 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
657 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
H A Damdgpu_display_rq_dlg_calc_20v2.c401 unsigned int log2_dpte_group_length = 0; local
651 log2_dpte_group_length = log2_dpte_group_bytes - 6; //length in 64b requests
655 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
657 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c392 unsigned int log2_dpte_group_length = 0; local
658 log2_dpte_group_length = log2_dpte_group_bytes - 6; //length in 64b requests
662 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
664 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c607 unsigned int log2_dpte_group_length; local
801 log2_dpte_group_length = 0;
897 log2_dpte_group_length = log2_dpte_group_bytes - 6; /*length in 64b requests */
901 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_width;
903 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;

Completed in 208 milliseconds