Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c63 uint16_t mblk_height = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
94 mblk_height = bytes_per_pixel == 4 ? DCN3_2_MBLK_HEIGHT_4BPE : DCN3_2_MBLK_HEIGHT_8BPE; in dcn32_helper_calculate_num_ways_for_subvp()
107 full_vp_height + mblk_height - 1) / mblk_height * mblk_height) + in dcn32_helper_calculate_num_ways_for_subvp()
108 (pipe->plane_res.scl_data.viewport.y / mblk_height * mblk_height); in dcn32_helper_calculate_num_ways_for_subvp()
114 … mall_alloc_height_blk_aligned = (pipe->plane_res.scl_data.viewport.height - 1 + mblk_height - 1) / in dcn32_helper_calculate_num_ways_for_subvp()
115 mblk_height * mblk_height + mblk_height; 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.c219 uint16_t mblk_height = 0; in dcn32_calculate_cab_allocation() local
237 mblk_height = bytes_per_pixel == 4 ? DCN3_2_MBLK_HEIGHT_4BPE : DCN3_2_MBLK_HEIGHT_8BPE; in dcn32_calculate_cab_allocation()
254 pipe->plane_res.scl_data.viewport.height + mblk_height - 1) / mblk_height * mblk_height) - in dcn32_calculate_cab_allocation()
255 (pipe->plane_res.scl_data.viewport.y / mblk_height * mblk_height); in dcn32_calculate_cab_allocation()
258 ((mall_alloc_height_blk_aligned + mblk_height - 1) / mblk_height); in dcn32_calculate_cab_allocation()