Home
last modified time | relevance | path

Searched refs:swath_buf_size (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_dcn5_calcs_dchub.c3758 unsigned int swath_buf_size; in dcn5_calculate_dcc_configuration() local
3791 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in dcn5_calculate_dcc_configuration()
3792 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in dcn5_calculate_dcc_configuration()
3793 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()
3795 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in dcn5_calculate_dcc_configuration()
3796 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in dcn5_calculate_dcc_configuration()
3797 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()