Home
last modified time | relevance | path

Searched refs:DETBufferSizeForDCC (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.c3737 unsigned int DETBufferSizeForDCC = nomDETInKByte * 1024; in dcn5_calculate_dcc_configuration() local
3791 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in dcn5_calculate_dcc_configuration()
3795 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in dcn5_calculate_dcc_configuration()
3834 if (2 * full_swath_bytes_horz_wc_l + 2 * full_swath_bytes_horz_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3837 …_horz_wc_c && 2 * full_swath_bytes_horz_wc_l + full_swath_bytes_horz_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3840 …_horz_wc_c && full_swath_bytes_horz_wc_l + 2 * full_swath_bytes_horz_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3848 if (2 * full_swath_bytes_vert_wc_l + 2 * full_swath_bytes_vert_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3851 …_vert_wc_c && 2 * full_swath_bytes_vert_wc_l + full_swath_bytes_vert_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3854 …_vert_wc_c && full_swath_bytes_vert_wc_l + 2 * full_swath_bytes_vert_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()
3879 DML_LOG_VERBOSE("DML::%s: DETBufferSizeForDCC = %u\n", __func__, DETBufferSizeForDCC); in dcn5_calculate_dcc_configuration()