Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c225 …unsigned int block256_width = chroma ? p->Read256BlockWidthC[plane_idx] : p->Read256BlockWidthY[pl… in calculate_max_mem_size_per_plane_per_dpp() local
244 …es : (unsigned int)math_ceil(math_min2(odm_slice_pixels, vp_width))) + block256_width + tile_width; in calculate_max_mem_size_per_plane_per_dpp()
271 …unsigned int block256_width = chroma ? p->Read256BlockWidthC[plane_idx] : p->Read256BlockWidthY[pl… in calculate_ub_copy_size_per_plane_per_dpp() local
273 …width = (vertical_access ? copy_src_lines : vp_width / p->NoOfDPP[plane_idx]) + 2 * block256_width; in calculate_ub_copy_size_per_plane_per_dpp()