Searched refs:log2_meta_req_height (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c397 unsigned int log2_meta_req_height; local
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
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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c359 unsigned int log2_meta_req_height; local
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;
H A Damdgpu_display_rq_dlg_calc_20v2.c359 unsigned int log2_meta_req_height; local
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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c349 unsigned int log2_meta_req_height; local
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 144 milliseconds