Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c44 uint32_t mblk_height = 0; in dml2_helper_calculate_num_ways_for_subvp() local
57mblk_height = bytes_per_pixel == 4 ? mblk_width = ctx->config.mall_cfg.mblk_height_4bpe_pixels : c… in dml2_helper_calculate_num_ways_for_subvp()
70 mall_alloc_height_blk_aligned = (pipe->stream->timing.v_addressable - 1 + mblk_height - 1) / in dml2_helper_calculate_num_ways_for_subvp()
71 mblk_height * mblk_height + mblk_height; in dml2_helper_calculate_num_ways_for_subvp()
79 ((mall_alloc_height_blk_aligned + mblk_height - 1) / mblk_height); in dml2_helper_calculate_num_ways_for_subvp()