Searched refs:bpe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | selection.c | 404 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 D | dcn20_hubbub.c | 195 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()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600_cs.c | 520 u32 nviews, bpe, ntiles, slice_tile_max, tmp; in r600_cs_track_validate_db() local 536 bpe = 2; in r600_cs_track_validate_db() 543 bpe = 4; in r600_cs_track_validate_db() 546 bpe = 8; in r600_cs_track_validate_db() 560 tmp = (tmp / bpe) >> 6; in r600_cs_track_validate_db() 563 track->db_depth_size, bpe, track->db_offset, in r600_cs_track_validate_db() 583 array_check.blocksize = bpe; in r600_cs_track_validate_db() 623 tmp = ntiles * bpe * 64 * nviews * track->nsamples; in r600_cs_track_validate_db() 628 track->db_depth_size, ntiles, nviews, bpe, tmp + track->db_offset, in r600_cs_track_validate_db()
|
| H A D | evergreen_cs.c | 184 unsigned bpe; member 195 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear() 196 surf->base_align = surf->bpe; in evergreen_surface_check_linear() 209 palign = MAX(64, track->group_size / surf->bpe); in evergreen_surface_check_linear_aligned() 210 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear_aligned() 231 palign = track->group_size / (8 * surf->bpe * surf->nsamples); in evergreen_surface_check_1d() 233 surf->layer_size = surf->nbx * surf->nby * surf->bpe; in evergreen_surface_check_1d() 241 track->group_size, surf->bpe, surf->nsamples); in evergreen_surface_check_1d() 263 tileb = 64 * surf->bpe * surf->nsamples; in evergreen_surface_check_2d() 303 surf->bpe = r600_fmt_get_blocksize(surf->format); in evergreen_surface_check() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calcs.c | 331 unsigned int bpe; in pipe_ctx_to_e2e_pipe_params() local 334 dcc_support_pixel_format(pipe->plane_state->format, &bpe) ? 1 : 0; in pipe_ctx_to_e2e_pipe_params() 1001 unsigned int bpe; in dcn_validate_bandwidth() local 1004 pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()
|