HomeSort by: relevance | last modified time | path
    Searched refs:log2_blk256_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 391 unsigned int log2_blk256_height; local in function:dml1_rq_dlg_get_row_heights
419 log2_blk256_height = dml_log2((double) blk256_height);
433 log2_blk_height = log2_blk256_height
448 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */
482 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
562 unsigned int log2_blk256_height; local in function:get_surf_rq_param
658 log2_blk256_height = dml_log2((double) blk256_height);
673 log2_blk_height = log2_blk256_height
689 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
710 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk256 *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 353 unsigned int log2_blk256_height; local in function:get_meta_and_pte_attr
432 log2_blk256_height = dml_log2((double) blk256_height);
445 log2_blk_height = log2_blk256_height
459 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
557 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
amdgpu_display_rq_dlg_calc_20v2.c 353 unsigned int log2_blk256_height; local in function:get_meta_and_pte_attr
432 log2_blk256_height = dml_log2((double) blk256_height);
445 log2_blk_height = log2_blk256_height
459 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
557 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
575 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 343 unsigned int log2_blk256_height; local in function:get_meta_and_pte_attr
424 log2_blk256_height = dml_log2((double) blk256_height);
437 log2_blk_height = log2_blk256_height
453 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height;
473 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
554 log2_vmpg_height = (log2_vmpg_bytes - 8) / 2 + log2_blk256_height;
572 log2_dpte_req_height = log2_blk256_height + 4; // log2_64KB_height

Completed in 19 milliseconds