Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c67 uint32_t mall_alloc_height_blk_aligned = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
114mall_alloc_height_blk_aligned = (pipe->plane_res.scl_data.viewport.height - 1 + mblk_height - 1) / in dcn32_helper_calculate_num_ways_for_subvp()
123 ((mall_alloc_height_blk_aligned + mblk_height - 1) / mblk_height); in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c221 uint16_t mall_alloc_height_blk_aligned = 0; in dcn32_calculate_cab_allocation() local
253 mall_alloc_height_blk_aligned = ((pipe->plane_res.scl_data.viewport.y + in dcn32_calculate_cab_allocation()
258 ((mall_alloc_height_blk_aligned + mblk_height - 1) / mblk_height); in dcn32_calculate_cab_allocation()