Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h989 unsigned int *MaxCompressedBlockChroma,
H A Ddisplay_mode_vba_util_32.c5320 unsigned int *MaxCompressedBlockChroma, in dml32_CalculateDCCConfiguration() argument
5552 *MaxCompressedBlockChroma = 256; in dml32_CalculateDCCConfiguration()
5556 *MaxCompressedBlockChroma = 128; in dml32_CalculateDCCConfiguration()
5560 *MaxCompressedBlockChroma = 64; in dml32_CalculateDCCConfiguration()
5566 *MaxCompressedBlockChroma = 0; in dml32_CalculateDCCConfiguration()
5581 dml_print("DML::%s: MaxCompressedBlockChroma = %d\n", __func__, *MaxCompressedBlockChroma); in dml32_CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c139 unsigned int *MaxCompressedBlockChroma,
1232 unsigned int *MaxCompressedBlockChroma, in CalculateDCCConfiguration() argument
1488 *MaxCompressedBlockChroma = 256; in CalculateDCCConfiguration()
1492 *MaxCompressedBlockChroma = 128; in CalculateDCCConfiguration()
1496 *MaxCompressedBlockChroma = 64; in CalculateDCCConfiguration()
1502 *MaxCompressedBlockChroma = 0; in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c212 dml_uint_t *MaxCompressedBlockChroma,
2117 dml_uint_t *MaxCompressedBlockChroma, in CalculateDCCConfiguration() argument
2340 *MaxCompressedBlockChroma = 256; in CalculateDCCConfiguration()
2344 *MaxCompressedBlockChroma = 128; in CalculateDCCConfiguration()
2348 *MaxCompressedBlockChroma = 64; in CalculateDCCConfiguration()
2354 *MaxCompressedBlockChroma = 0; in CalculateDCCConfiguration()
2369 dml_print("DML::%s: MaxCompressedBlockChroma = %u\n", __func__, *MaxCompressedBlockChroma); in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2019 unsigned int *MaxCompressedBlockChroma, in CalculateDCCConfiguration()
2234 *MaxCompressedBlockChroma = 256; in CalculateDCCConfiguration()
2238 *MaxCompressedBlockChroma = 128; in CalculateDCCConfiguration()
2242 *MaxCompressedBlockChroma = 64; in CalculateDCCConfiguration()
2248 *MaxCompressedBlockChroma = 0; in CalculateDCCConfiguration()
2263 DML_LOG_VERBOSE("DML::%s: MaxCompressedBlockChroma = %u\n", __func__, *MaxCompressedBlockChroma); in CalculateDCCConfiguration()