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

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c253 unsigned int bpe,
261 hubbub3_get_blk256_size(&blk256_width, &blk256_height, bpe);
263 swath_bytes_horz_wc = width * blk256_height * bpe;
264 swath_bytes_vert_wc = height * blk256_width * bpe;
282 unsigned int bpe; local
292 &bpe))
295 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe,
301 bpe, &req128_horz_wc, &req128_vert_wc);
334 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X))
249 hubbub3_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c195 unsigned int bpe,
203 hubbub2_get_blk256_size(&blk256_width, &blk256_height, bpe);
205 swath_bytes_horz_wc = width * blk256_height * bpe;
206 swath_bytes_vert_wc = height * blk256_width * bpe;
224 unsigned int bpe; local
234 &bpe))
237 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe,
243 bpe, &req128_horz_wc, &req128_vert_wc);
276 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X))
191 hubbub2_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c819 unsigned int bpe,
829 hubbub1_get_blk256_size(&blk256_width, &blk256_height, bpe);
831 swath_bytes_horz_wc = width * blk256_height * bpe;
832 swath_bytes_vert_wc = height * blk256_width * bpe;
852 unsigned int bpe; local
861 if (!hubbub1->base.funcs->dcc_support_pixel_format(input->format, &bpe))
864 if (!hubbub1->base.funcs->dcc_support_swizzle(input->swizzle_mode, bpe,
869 bpe, &req128_horz_wc, &req128_vert_wc);
816 hubbub1_det_request_size( unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c781 unsigned int bpe,
789 hubbub3_get_blk256_size(&blk256_width, &blk256_height, bpe);
791 swath_bytes_horz_wc = width * blk256_height * bpe;
792 swath_bytes_vert_wc = height * blk256_width * bpe;
809 unsigned int bpe; local
819 &bpe))
822 if (!hubbub->funcs->dcc_support_swizzle(input->swizzle_mode, bpe,
828 bpe, &req128_horz_wc, &req128_vert_wc);
861 if ((bpe == 2) && (input->swizzle_mode == DC_SW_64KB_R_X))
777 hubbub31_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_cs.c518 u32 nviews, bpe, ntiles, slice_tile_max, tmp; local
534 bpe = 2;
541 bpe = 4;
544 bpe = 8;
556 tmp = (tmp / bpe) >> 6;
559 track->db_depth_size, bpe, track->db_offset,
579 array_check.blocksize = bpe;
619 tmp = ntiles * bpe * 64 * nviews * track->nsamples;
623 track->db_depth_size, ntiles, nviews, bpe, tmp + track->db_offset,
H A Devergreen_cs.c182 unsigned bpe; member in struct:eg_surface
193 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples;
194 surf->base_align = surf->bpe;
207 palign = MAX(64, track->group_size / surf->bpe);
208 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples;
229 palign = track->group_size / (8 * surf->bpe * surf->nsamples);
231 surf->layer_size = surf->nbx * surf->nby * surf->bpe;
239 track->group_size, surf->bpe, surf->nsamples);
261 tileb = 64 * surf->bpe * surf->nsamples;
301 surf->bpe
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c331 unsigned int bpe; local
334 dcc_support_pixel_format(pipe->plane_state->format, &bpe) ? 1 : 0;
1001 unsigned int bpe; local
1004 pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no;

Completed in 601 milliseconds