Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c392 unsigned int log2_meta_req_height; in dml1_rq_dlg_get_row_heights() local
443 log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 */ in dml1_rq_dlg_get_row_heights()
445 - log2_meta_req_height; in dml1_rq_dlg_get_row_heights()
452 log2_meta_row_height = log2_meta_req_height; in dml1_rq_dlg_get_row_heights()
563 unsigned int log2_meta_req_height; in get_surf_rq_param() local
705log2_meta_req_height = log2_blk256_height + 3; /* meta req is 8x8 byte, each byte represent 1 blk2… in get_surf_rq_param()
707 - log2_meta_req_height; in get_surf_rq_param()
709 meta_req_height = 1 << log2_meta_req_height; in get_surf_rq_param()
717 log2_meta_row_height = log2_meta_req_height; in get_surf_rq_param()