Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_hubbub.c675 unsigned int bpe, in hubbub1_det_request_size() argument
685 hubbub1_get_blk256_size(&blk256_width, &blk256_height, bpe); in hubbub1_det_request_size()
687 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub1_det_request_size()
688 swath_bytes_vert_wc = height * blk256_width * bpe; in hubbub1_det_request_size()
706 unsigned int bpe; in hubbub1_get_dcc_compression_cap() local
715 if (!hubbub->funcs->dcc_support_pixel_format(input->format, &bpe)) in hubbub1_get_dcc_compression_cap()
718 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub1_get_dcc_compression_cap()
723 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub1_get_dcc_compression_cap()
/dragonfly/sys/dev/drm/radeon/
HDr600_cs.c520 u32 nviews, bpe, ntiles, size, 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()
558 tmp = (tmp / bpe) >> 6; in r600_cs_track_validate_db()
561 track->db_depth_size, bpe, track->db_offset, in r600_cs_track_validate_db()
582 array_check.blocksize = bpe; in r600_cs_track_validate_db()
622 tmp = ntiles * bpe * 64 * nviews * track->nsamples; in r600_cs_track_validate_db()
626 … track->db_depth_size, ntiles, nviews, bpe, tmp + track->db_offset, in r600_cs_track_validate_db()
HDevergreen_cs.c181 unsigned bpe; member
192 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear()
193 surf->base_align = surf->bpe; in evergreen_surface_check_linear()
206 palign = MAX(64, track->group_size / surf->bpe); in evergreen_surface_check_linear_aligned()
207 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples; in evergreen_surface_check_linear_aligned()
228 palign = track->group_size / (8 * surf->bpe * surf->nsamples); in evergreen_surface_check_1d()
230 surf->layer_size = surf->nbx * surf->nby * surf->bpe; in evergreen_surface_check_1d()
238 track->group_size, surf->bpe, surf->nsamples); in evergreen_surface_check_1d()
260 tileb = 64 * surf->bpe * surf->nsamples; in evergreen_surface_check_2d()
300 surf->bpe = r600_fmt_get_blocksize(surf->format); in evergreen_surface_check()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calcs.c267 unsigned int bpe; in pipe_ctx_to_e2e_pipe_params() local
270 dcc_support_pixel_format(pipe->plane_state->format, &bpe) ? 1 : 0; in pipe_ctx_to_e2e_pipe_params()
926 unsigned int bpe; in dcn_validate_bandwidth() local
929 … pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()