Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c410 unsigned int log2_meta_req_height; in dml1_rq_dlg_get_row_heights() local
461 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */ in dml1_rq_dlg_get_row_heights()
463 - log2_meta_req_height; in dml1_rq_dlg_get_row_heights()
470 log2_meta_row_height = log2_meta_req_height; in dml1_rq_dlg_get_row_heights()
580 unsigned int log2_meta_req_height; in get_surf_rq_param() local
722log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk2… in get_surf_rq_param()
724 - log2_meta_req_height; in get_surf_rq_param()
726 meta_req_height = 1 << log2_meta_req_height; in get_surf_rq_param()
734 log2_meta_row_height = log2_meta_req_height; in get_surf_rq_param()