Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dselection.c404 const char *bpe = bp ? bracketed_paste_end : NULL; in paste_selection() local
416 while (vc_sel.buffer && (vc_sel.buf_len > pasted || bpe)) { in paste_selection()
445 if (bpe) { in paste_selection()
446 bpe += tty_ldisc_receive_buf(ld, bpe, NULL, strlen(bpe)); in paste_selection()
447 if (*bpe == '\0') in paste_selection()
448 bpe = NULL; in paste_selection()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.c195 unsigned int bpe, in hubbub2_det_request_size() argument
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()
206 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub2_det_request_size()
224 unsigned int bpe; in hubbub2_get_dcc_compression_cap() local
234 &bpe)) in hubbub2_get_dcc_compression_cap()
237 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub2_get_dcc_compression_cap()
243 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub2_get_dcc_compression_cap()
276 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X)) in hubbub2_get_dcc_compression_cap()