HomeSort by: relevance | last modified time | path
    Searched refs:log2_meta_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 397 unsigned int log2_meta_req_height; local in function:dml1_rq_dlg_get_row_heights
448 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */
450 - log2_meta_req_height;
457 log2_meta_row_height = log2_meta_req_height;
568 unsigned int log2_meta_req_height; local in function:get_surf_rq_param
710 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk256 */
712 - log2_meta_req_height;
714 meta_req_height = 1 << log2_meta_req_height;
722 log2_meta_row_height = log2_meta_req_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 359 unsigned int log2_meta_req_height; local in function:get_meta_and_pte_attr
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
481 - log2_meta_req_height;
483 meta_req_height = 1 << log2_meta_req_height;
490 log2_meta_row_height = log2_meta_req_height;
amdgpu_display_rq_dlg_calc_20v2.c 359 unsigned int log2_meta_req_height; local in function:get_meta_and_pte_attr
479 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
481 - log2_meta_req_height;
483 meta_req_height = 1 << log2_meta_req_height;
490 log2_meta_row_height = log2_meta_req_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 349 unsigned int log2_meta_req_height; local in function:get_meta_and_pte_attr
473 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
475 - log2_meta_req_height;
477 meta_req_height = 1 << log2_meta_req_height;
484 log2_meta_row_height = log2_meta_req_height;

Completed in 17 milliseconds