Searched refs:MaxTotalDETInKByte (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 88 unsigned int MaxTotalDETInKByte, 202 unsigned int MaxTotalDETInKByte, 1064 unsigned int *MaxTotalDETInKByte,
|
| H A 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() 6080 unsigned int *MaxTotalDETInKByte, in dml32_CalculateMaxDETAndMinCompressedBufferSize() argument 6087 *MaxTotalDETInKByte = dml_ceil(((double)ConfigReturnBufferSizeInKByte + in dml32_CalculateMaxDETAndMinCompressedBufferSize() 6089 *nomDETInKByte = dml_floor((double) *MaxTotalDETInKByte / (double) MaxNumDPP, 64); in dml32_CalculateMaxDETAndMinCompressedBufferSize() 6090 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in dml32_CalculateMaxDETAndMinCompressedBufferSize() [all …]
|
| H A 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/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 706 dml_uint_t MaxTotalDETInKByte, 730 dml_uint_t *MaxTotalDETInKByte, 4189 p->MaxTotalDETInKByte, in CalculateSwathAndDETConfiguration() 4817 dml_uint_t MaxTotalDETInKByte, in CalculateDETBufferSize() argument 4848 dml_print("DML::%s: MaxTotalDETInKByte = %u\n", __func__, MaxTotalDETInKByte); in CalculateDETBufferSize() 4863 DETBufferSizePoolInKByte = MaxTotalDETInKByte; in CalculateDETBufferSize() 4932 …urface[k]) * (dml_float_t) DETBufferSizeInKByte[k] / (dml_float_t) MaxTotalDETInKByte) >= ((ReadBa… in CalculateDETBufferSize() 5028 dml_uint_t *MaxTotalDETInKByte, in CalculateMaxDETAndMinCompressedBufferSize() argument 5032 *MaxTotalDETInKByte = ConfigReturnBufferSizeInKByte - ConfigReturnBufferSegmentSizeInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 5033 …*nomDETInKByte = (dml_uint_t)(dml_floor((dml_float_t) *MaxTotalDETInKByte / (dml_float_t) MaxNumDP… in CalculateMaxDETAndMinCompressedBufferSize() [all …]
|
| H A D | display_mode_core_structs.h | 844 dml_uint_t MaxTotalDETInKByte; member 1463 dml_uint_t MaxTotalDETInKByte; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 439 unsigned int MaxTotalDETInKByte; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 403 unsigned int *MaxTotalDETInKByte, in CalculateMaxDETAndMinCompressedBufferSize() argument 408 …*MaxTotalDETInKByte = (unsigned int) math_ceil2((double)(ConfigReturnBufferSizeInKByte + ROBBuffer… in CalculateMaxDETAndMinCompressedBufferSize() 410 *MaxTotalDETInKByte = ConfigReturnBufferSizeInKByte - ConfigReturnBufferSegmentSizeInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 412 …*nomDETInKByte = (unsigned int)(math_floor2((double)*MaxTotalDETInKByte / (double)MaxNumDPP, Confi… in CalculateMaxDETAndMinCompressedBufferSize() 413 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in CalculateMaxDETAndMinCompressedBufferSize() 419 DML_LOG_VERBOSE("DML::%s: MaxTotalDETInKByte = %u\n", __func__, *MaxTotalDETInKByte); in CalculateMaxDETAndMinCompressedBufferSize() 1013 unsigned int MaxTotalDETInKByte, in CalculateDETBufferSize() argument 1037 DML_LOG_VERBOSE("DML::%s: MaxTotalDETInKByte = %u\n", __func__, MaxTotalDETInKByte); in CalculateDETBufferSize() 1051 l->DETBufferSizePoolInKByte = MaxTotalDETInKByte; in CalculateDETBufferSize() 1110 …ouble) display_cfg->stream_descriptors[k].timing.pixel_clock_khz * MaxTotalDETInKByte / l->TotalPi… in CalculateDETBufferSize() [all …]
|