Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c253 unsigned int bpe, in hubbub3_det_request_size() argument
261 hubbub3_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub3_det_request_size()
263 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub3_det_request_size()
264 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub3_det_request_size()
282 unsigned int bpe; in hubbub3_get_dcc_compression_cap() local
292 &bpe)) in hubbub3_get_dcc_compression_cap()
295 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub3_get_dcc_compression_cap()
301 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub3_get_dcc_compression_cap()
334 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X)) in hubbub3_get_dcc_compression_cap()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
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()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c819 unsigned int bpe, in hubbub1_det_request_size() argument
829 hubbub1_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub1_det_request_size()
831 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub1_det_request_size()
832 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub1_det_request_size()
852 unsigned int bpe; in hubbub1_get_dcc_compression_cap() local
861 if (!hubbub1->base.funcs->dcc_support_pixel_format(input->format, &bpe)) in hubbub1_get_dcc_compression_cap()
864 if (!hubbub1->base.funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub1_get_dcc_compression_cap()
869 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub1_get_dcc_compression_cap()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hubbub.c758 unsigned int bpe, in hubbub31_det_request_size() argument
766 hubbub3_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub31_det_request_size()
768 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub31_det_request_size()
769 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub31_det_request_size()
786 unsigned int bpe; in hubbub31_get_dcc_compression_cap() local
796 &bpe)) in hubbub31_get_dcc_compression_cap()
799 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub31_get_dcc_compression_cap()
805 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub31_get_dcc_compression_cap()
838 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X)) in hubbub31_get_dcc_compression_cap()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dr600_cs.c518 u32 nviews, bpe, ntiles, slice_tile_max, tmp; in r600_cs_track_validate_db() local
534 bpe = 2; in r600_cs_track_validate_db()
541 bpe = 4; in r600_cs_track_validate_db()
544 bpe = 8; in r600_cs_track_validate_db()
556 tmp = (tmp / bpe) >> 6; in r600_cs_track_validate_db()
559 track->db_depth_size, bpe, track->db_offset, in r600_cs_track_validate_db()
579 array_check.blocksize = bpe; in r600_cs_track_validate_db()
619 tmp = ntiles * bpe * 64 * nviews * track->nsamples; in r600_cs_track_validate_db()
623 track->db_depth_size, ntiles, nviews, bpe, tmp + track->db_offset, in r600_cs_track_validate_db()
Devergreen_cs.c182 unsigned bpe; member
193 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear()
194 surf->base_align = surf->bpe; in evergreen_surface_check_linear()
207 palign = MAX(64, track->group_size / surf->bpe); in evergreen_surface_check_linear_aligned()
208 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear_aligned()
229 palign = track->group_size / (8 * surf->bpe * surf->nsamples); in evergreen_surface_check_1d()
231 surf->layer_size = surf->nbx * surf->nby * surf->bpe; in evergreen_surface_check_1d()
239 track->group_size, surf->bpe, surf->nsamples); in evergreen_surface_check_1d()
261 tileb = 64 * surf->bpe * surf->nsamples; in evergreen_surface_check_2d()
301 surf->bpe = r600_fmt_get_blocksize(surf->format); in evergreen_surface_check()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c331 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()