Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c43 uint32_t mblk_width = 0; in dml2_helper_calculate_num_ways_for_subvp() local
56 mblk_width = ctx->config.mall_cfg.mblk_width_pixels; in dml2_helper_calculate_num_ways_for_subvp()
57 …mblk_height = bytes_per_pixel == 4 ? mblk_width = ctx->config.mall_cfg.mblk_height_4bpe_pixels : c… in dml2_helper_calculate_num_ways_for_subvp()
63 pipe->plane_res.scl_data.viewport.width + mblk_width - 1) / mblk_width * mblk_width) + in dml2_helper_calculate_num_ways_for_subvp()
64 (pipe->plane_res.scl_data.viewport.x / mblk_width * mblk_width); in dml2_helper_calculate_num_ways_for_subvp()
78 num_mblks = ((mall_alloc_width_blk_aligned + mblk_width - 1) / mblk_width) * in dml2_helper_calculate_num_ways_for_subvp()