HomeSort by: relevance | last modified time | path
    Searched defs:log2_dpte_req_height (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 406 unsigned int log2_dpte_req_height; local in function:dml1_rq_dlg_get_row_heights
473 log2_dpte_req_height = 0;
501 log2_dpte_req_height = log2_vmpg_height + log2_dpte_req_height_ptes;
522 log2_dpte_row_height = log2_dpte_req_height;
596 unsigned int log2_dpte_req_height; local in function:get_surf_rq_param
790 log2_dpte_req_height = 0;
827 log2_dpte_req_height = log2_vmpg_height + log2_dpte_req_height_ptes;
829 dpte_req_height = 1 << log2_dpte_req_height;
859 log2_dpte_row_height = log2_dpte_req_height;
903 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 391 unsigned int log2_dpte_req_height = 0; local in function:get_meta_and_pte_attr
565 log2_dpte_req_height = 0;
570 log2_dpte_req_height = log2_blk_height + 0;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
580 log2_dpte_req_height = log2_blk_height + 0;
586 //log2_dpte_req_height = log2_vmpg_height + log2_dpte_req_height_ptes;
588 dpte_req_height = 1 << log2_dpte_req_height;
621 log2_dpte_row_height = log2_dpte_req_height;
657 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
amdgpu_display_rq_dlg_calc_20v2.c 391 unsigned int log2_dpte_req_height = 0; local in function:get_meta_and_pte_attr
565 log2_dpte_req_height = 0;
570 log2_dpte_req_height = log2_blk_height + 0;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
580 log2_dpte_req_height = log2_blk_height + 0;
586 //log2_dpte_req_height = log2_vmpg_height + log2_dpte_req_height_ptes;
588 dpte_req_height = 1 << log2_dpte_req_height;
621 log2_dpte_row_height = log2_dpte_req_height;
657 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 382 unsigned int log2_dpte_req_height = 0; local in function:get_meta_and_pte_attr
562 log2_dpte_req_height = 0;
567 log2_dpte_req_height = log2_blk_height + 0;
572 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
577 log2_dpte_req_height = log2_blk_height + 0;
583 //log2_dpte_req_height = log2_vmpg_height + log2_dpte_req_height_ptes;
585 dpte_req_height = 1 << log2_dpte_req_height;
623 log2_dpte_row_height = log2_dpte_req_height;
664 log2_dpte_group_width = log2_dpte_group_length + log2_dpte_req_height;

Completed in 93 milliseconds