Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c79 unsigned int *blk256_height, in get_blk256_size() argument
84 *blk256_height = 16; in get_blk256_size()
87 *blk256_height = 8; in get_blk256_size()
90 *blk256_height = 8; in get_blk256_size()
93 *blk256_height = 4; in get_blk256_size()
352 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
353 swath_height_c = rq_param->misc.rq_c.blk256_height; in handle_det_buf_split()
402 unsigned int blk256_height = 0; in dml1_rq_dlg_get_row_heights() local
427 blk256_height = 1; in dml1_rq_dlg_get_row_heights()
429 get_blk256_size(&blk256_width, &blk256_height, bytes_per_element); in dml1_rq_dlg_get_row_heights()
[all …]
H A Ddisplay_mode_structs.h566 unsigned int blk256_height; member
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.c171 static void hubbub2_get_blk256_size(unsigned int *blk256_width, unsigned int *blk256_height, in hubbub2_get_blk256_size() argument
178 *blk256_height = 16; in hubbub2_get_blk256_size()
181 *blk256_height = 8; in hubbub2_get_blk256_size()
184 *blk256_height = 8; in hubbub2_get_blk256_size()
187 *blk256_height = 4; in hubbub2_get_blk256_size()
199 unsigned int blk256_height = 0; in hubbub2_det_request_size() local
203 hubbub2_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub2_det_request_size()
205 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub2_det_request_size()