Searched refs:blk256_width (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml1_display_rq_dlg_calc.c | 78 unsigned int *blk256_width, in get_blk256_size() argument 83 *blk256_width = 16; in get_blk256_size() 86 *blk256_width = 16; in get_blk256_size() 89 *blk256_width = 8; in get_blk256_size() 92 *blk256_width = 8; in get_blk256_size() 355 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split() 356 swath_height_c = rq_param->misc.rq_c.blk256_width; in handle_det_buf_split() 401 unsigned int blk256_width = 0; in dml1_rq_dlg_get_row_heights() local 426 blk256_width = 256; 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 D | display_mode_structs.h | 567 unsigned int blk256_width; member
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/ |
| H A D | dcn20_hubbub.c | 171 static void hubbub2_get_blk256_size(unsigned int *blk256_width, unsigned int *blk256_height, in hubbub2_get_blk256_size() argument 177 *blk256_width = 16; in hubbub2_get_blk256_size() 180 *blk256_width = 16; in hubbub2_get_blk256_size() 183 *blk256_width = 8; in hubbub2_get_blk256_size() 186 *blk256_width = 8; in hubbub2_get_blk256_size() 200 unsigned int blk256_width = 0; in hubbub2_det_request_size() local 203 hubbub2_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub2_det_request_size() 206 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub2_det_request_size()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/ |
| H A D | dcn401_hubbub.c | 706 void hubbub401_get_blk256_size(unsigned int *blk256_width, unsigned int *blk256_height, in hubbub401_get_blk256_size() argument 710 *blk256_width = 16; in hubbub401_get_blk256_size() 713 *blk256_width = 16; in hubbub401_get_blk256_size() 716 *blk256_width = 8; in hubbub401_get_blk256_size() 719 *blk256_width = 8; in hubbub401_get_blk256_size() 739 unsigned int blk256_width = 0; in hubbub401_det_request_size() local 744 hubbub401_get_blk256_size(&blk256_width, &blk256_height, p0_bpe); in hubbub401_det_request_size() 747 p0_swath_bytes_vert_wc = p0_height * blk256_width * p0_bpe; in hubbub401_det_request_size() 759 hubbub401_get_blk256_size(&blk256_width, &blk256_height, p1_bpe); in hubbub401_det_request_size() 762 p1_swath_bytes_vert_wc = p1_height * blk256_width * p1_bpe; in hubbub401_det_request_size()
|
| H A D | dcn401_hubbub.h | 175 unsigned int *blk256_width,
|