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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c410 unsigned int log2_meta_req_height; local
461 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */
463 - log2_meta_req_height;
470 log2_meta_row_height = log2_meta_req_height;
581 unsigned int log2_meta_req_height; local
723 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk256 */
725 - log2_meta_req_height;
727 meta_req_height = 1 << log2_meta_req_height;
735 log2_meta_row_height = log2_meta_req_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c362 unsigned int log2_meta_req_height; local
486 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
488 - log2_meta_req_height;
490 meta_req_height = 1 << log2_meta_req_height;
497 log2_meta_row_height = log2_meta_req_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c372 unsigned int log2_meta_req_height; local
492 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
494 - log2_meta_req_height;
496 meta_req_height = 1 << log2_meta_req_height;
503 log2_meta_row_height = log2_meta_req_height;
H A Ddisplay_rq_dlg_calc_20.c372 unsigned int log2_meta_req_height; local
492 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
494 - log2_meta_req_height;
496 meta_req_height = 1 << log2_meta_req_height;
503 log2_meta_row_height = log2_meta_req_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c426 unsigned int log2_meta_req_height; local
568 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
569 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element - log2_meta_req_height;
571 meta_req_height = 1 << log2_meta_req_height;
578 log2_meta_row_height = log2_meta_req_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c338 unsigned int log2_meta_req_height; local
480 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
481 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element - log2_meta_req_height;
483 meta_req_height = 1 << log2_meta_req_height;
490 log2_meta_row_height = log2_meta_req_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c317 unsigned int log2_meta_req_height = 0; local
464 log2_meta_req_height = log2_blk256_height + 3; // meta req is 8x8 byte, each byte represent 1 blk256
466 - log2_meta_req_height;
468 meta_req_height = 1 << log2_meta_req_height;
475 log2_meta_row_height = log2_meta_req_height;

Completed in 100 milliseconds