Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c286 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
345 log2_swath_height_l = 0; in handle_det_buf_split()
348 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
351 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
354 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()