/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 88 unsigned int MaxTotalDETInKByte, 202 unsigned int MaxTotalDETInKByte, 1064 unsigned int *MaxTotalDETInKByte,
|
D | display_mode_vba_util_32.c | 399 unsigned int MaxTotalDETInKByte, in dml32_CalculateSwathAndDETConfiguration() argument 571 MaxTotalDETInKByte, in dml32_CalculateSwathAndDETConfiguration() 914 unsigned int MaxTotalDETInKByte, in dml32_CalculateDETBufferSize() argument 945 dml_print("DML::%s: MaxTotalDETInKByte = %d\n", __func__, MaxTotalDETInKByte); in dml32_CalculateDETBufferSize() 963 DETBufferSizePoolInKByte = MaxTotalDETInKByte; in dml32_CalculateDETBufferSize() 1040 (double) DETBufferSizeInKByte[k] / (double) MaxTotalDETInKByte) >= in dml32_CalculateDETBufferSize() 6079 unsigned int *MaxTotalDETInKByte, in dml32_CalculateMaxDETAndMinCompressedBufferSize() argument 6086 *MaxTotalDETInKByte = dml_ceil(((double)ConfigReturnBufferSizeInKByte + in dml32_CalculateMaxDETAndMinCompressedBufferSize() 6088 *nomDETInKByte = dml_floor((double) *MaxTotalDETInKByte / (double) MaxNumDPP, 64); in dml32_CalculateMaxDETAndMinCompressedBufferSize() 6089 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in dml32_CalculateMaxDETAndMinCompressedBufferSize() [all …]
|
D | display_mode_vba_32.c | 48 &mode_lib->vba.MaxTotalDETInKByte, &mode_lib->vba.nomDETInKByte, in dml32_recalculate() 226 mode_lib->vba.MaxTotalDETInKByte, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1960 mode_lib->vba.MaxTotalDETInKByte, in dml32_ModeSupportAndSystemConfigurationFull() 2560 mode_lib->vba.MaxTotalDETInKByte, in dml32_ModeSupportAndSystemConfigurationFull()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 370 unsigned int MaxTotalDETInKByte; member 970 unsigned int MaxTotalDETInKByte; member 1239 unsigned int MaxTotalDETInKByte; member 1565 unsigned int MaxTotalDETInKByte; member
|
D | dml2_core_shared.c | 41 unsigned int *MaxTotalDETInKByte, 824 &mode_lib->ms.MaxTotalDETInKByte, in dml2_core_shared_mode_support() 1126 CalculateSwathAndDETConfiguration_params->MaxTotalDETInKByte = mode_lib->ms.MaxTotalDETInKByte; in dml2_core_shared_mode_support() 3058 unsigned int *MaxTotalDETInKByte, in CalculateMaxDETAndMinCompressedBufferSize() argument 3063 …*MaxTotalDETInKByte = (unsigned int)math_ceil2((double)(ConfigReturnBufferSizeInKByte + ROBBufferS… in CalculateMaxDETAndMinCompressedBufferSize() 3065 *MaxTotalDETInKByte = ConfigReturnBufferSizeInKByte - ConfigReturnBufferSegmentSizeInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 3067 …*nomDETInKByte = (unsigned int)(math_floor2((double)*MaxTotalDETInKByte / (double)MaxNumDPP, Confi… in CalculateMaxDETAndMinCompressedBufferSize() 3068 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 3075 dml2_printf("DML::%s: MaxTotalDETInKByte = %u\n", __func__, *MaxTotalDETInKByte); in CalculateMaxDETAndMinCompressedBufferSize() 3717 dml2_printf("DML::%s: MaxTotalDETInKByte = %u\n", __func__, p->MaxTotalDETInKByte); in CalculateDETBufferSize() [all …]
|
D | dml2_core_dcn4_calcs.c | 400 unsigned int *MaxTotalDETInKByte, in CalculateMaxDETAndMinCompressedBufferSize() argument 405 …*MaxTotalDETInKByte = (unsigned int) math_ceil2((double)(ConfigReturnBufferSizeInKByte + ROBBuffer… in CalculateMaxDETAndMinCompressedBufferSize() 407 *MaxTotalDETInKByte = ConfigReturnBufferSizeInKByte - ConfigReturnBufferSegmentSizeInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 409 …*nomDETInKByte = (unsigned int)(math_floor2((double)*MaxTotalDETInKByte / (double)MaxNumDPP, Confi… in CalculateMaxDETAndMinCompressedBufferSize() 410 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 417 dml2_printf("DML::%s: MaxTotalDETInKByte = %u\n", __func__, *MaxTotalDETInKByte); in CalculateMaxDETAndMinCompressedBufferSize() 1014 unsigned int MaxTotalDETInKByte, in CalculateDETBufferSize() argument 1039 dml2_printf("DML::%s: MaxTotalDETInKByte = %u\n", __func__, MaxTotalDETInKByte); in CalculateDETBufferSize() 1054 l->DETBufferSizePoolInKByte = MaxTotalDETInKByte; in CalculateDETBufferSize() 1119 …ouble) display_cfg->stream_descriptors[k].timing.pixel_clock_khz * MaxTotalDETInKByte / l->TotalPi… in CalculateDETBufferSize() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 705 dml_uint_t MaxTotalDETInKByte, 729 dml_uint_t *MaxTotalDETInKByte, 4187 p->MaxTotalDETInKByte, in CalculateSwathAndDETConfiguration() 4815 dml_uint_t MaxTotalDETInKByte, in CalculateDETBufferSize() argument 4846 dml_print("DML::%s: MaxTotalDETInKByte = %u\n", __func__, MaxTotalDETInKByte); in CalculateDETBufferSize() 4861 DETBufferSizePoolInKByte = MaxTotalDETInKByte; in CalculateDETBufferSize() 4930 …urface[k]) * (dml_float_t) DETBufferSizeInKByte[k] / (dml_float_t) MaxTotalDETInKByte) >= ((ReadBa… in CalculateDETBufferSize() 5026 dml_uint_t *MaxTotalDETInKByte, in CalculateMaxDETAndMinCompressedBufferSize() argument 5030 *MaxTotalDETInKByte = ConfigReturnBufferSizeInKByte - ConfigReturnBufferSegmentSizeInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 5031 …*nomDETInKByte = (dml_uint_t)(dml_floor((dml_float_t) *MaxTotalDETInKByte / (dml_float_t) MaxNumDP… in CalculateMaxDETAndMinCompressedBufferSize() [all …]
|
D | display_mode_core_structs.h | 787 dml_uint_t MaxTotalDETInKByte; member 1406 dml_uint_t MaxTotalDETInKByte; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 439 unsigned int MaxTotalDETInKByte; member
|