HomeSort by: relevance | last modified time | path
    Searched defs:log2_blk_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 394 unsigned int log2_blk_height; local in function:dml1_rq_dlg_get_row_heights
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 in function:get_surf_rq_param
663 log2_blk_height = 0;
673 log2_blk_height = log2_blk256_heigh
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 356 unsigned int log2_blk_height; local in function:get_meta_and_pte_attr
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;
amdgpu_display_rq_dlg_calc_20v2.c 356 unsigned int log2_blk_height; local in function:get_meta_and_pte_attr
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 346 unsigned int log2_blk_height; local in function:get_meta_and_pte_attr
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 57 milliseconds