Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h988 unsigned int *MaxCompressedBlockLuma,
H A Ddisplay_mode_vba_util_32.c5319 unsigned int *MaxCompressedBlockLuma, in dml32_CalculateDCCConfiguration() argument
5538 *MaxCompressedBlockLuma = 256; in dml32_CalculateDCCConfiguration()
5542 *MaxCompressedBlockLuma = 128; in dml32_CalculateDCCConfiguration()
5546 *MaxCompressedBlockLuma = 64; in dml32_CalculateDCCConfiguration()
5572 *MaxCompressedBlockLuma = 0; in dml32_CalculateDCCConfiguration()
5578 dml_print("DML::%s: MaxCompressedBlockLuma = %d\n", __func__, *MaxCompressedBlockLuma); in dml32_CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c138 unsigned int *MaxCompressedBlockLuma,
1231 unsigned int *MaxCompressedBlockLuma, in CalculateDCCConfiguration() argument
1474 *MaxCompressedBlockLuma = 256; in CalculateDCCConfiguration()
1478 *MaxCompressedBlockLuma = 128; in CalculateDCCConfiguration()
1482 *MaxCompressedBlockLuma = 64; in CalculateDCCConfiguration()
1508 *MaxCompressedBlockLuma = 0; in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c211 dml_uint_t *MaxCompressedBlockLuma,
2116 dml_uint_t *MaxCompressedBlockLuma, in CalculateDCCConfiguration() argument
2326 *MaxCompressedBlockLuma = 256; in CalculateDCCConfiguration()
2330 *MaxCompressedBlockLuma = 128; in CalculateDCCConfiguration()
2334 *MaxCompressedBlockLuma = 64; in CalculateDCCConfiguration()
2360 *MaxCompressedBlockLuma = 0; in CalculateDCCConfiguration()
2366 dml_print("DML::%s: MaxCompressedBlockLuma = %u\n", __func__, *MaxCompressedBlockLuma); in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2018 unsigned int *MaxCompressedBlockLuma, in CalculateDCCConfiguration() argument
2220 *MaxCompressedBlockLuma = 256; in CalculateDCCConfiguration()
2224 *MaxCompressedBlockLuma = 128; in CalculateDCCConfiguration()
2228 *MaxCompressedBlockLuma = 64; in CalculateDCCConfiguration()
2254 *MaxCompressedBlockLuma = 0; in CalculateDCCConfiguration()
2260 DML_LOG_VERBOSE("DML::%s: MaxCompressedBlockLuma = %u\n", __func__, *MaxCompressedBlockLuma); in CalculateDCCConfiguration()