/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 600 unsigned int ReorderingBytes, 646 unsigned int dml32_CalculateExtraLatencyBytes(unsigned int ReorderingBytes, 705 unsigned int ReorderingBytes,
|
D | display_mode_vba_util_32.c | 2930 unsigned int ReorderingBytes, in dml32_UseMinimumDCFCLK() argument 3011 ExtraLatencyBytes = dml32_CalculateExtraLatencyBytes(ReorderingBytes, in dml32_UseMinimumDCFCLK() 3148 unsigned int dml32_CalculateExtraLatencyBytes(unsigned int ReorderingBytes, in dml32_CalculateExtraLatencyBytes() argument 3177 ret = ReorderingBytes + (TotalNumberOfActiveDPP * PixelChunkSizeInKByte + in dml32_CalculateExtraLatencyBytes() 3348 unsigned int ReorderingBytes, in dml32_CalculateExtraLatency() argument 3368 ReorderingBytes, in dml32_CalculateExtraLatency()
|
D | display_mode_vba_32.c | 2982 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.ReorderingBytes = mode_lib->vba.NumberOf… in dml32_ModeSupportAndSystemConfigurationFull() 3065 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.ReorderingBytes, in dml32_ModeSupportAndSystemConfigurationFull() 3128 …+ v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.ReorderingBytes / mode_lib->vba.Return… in dml32_ModeSupportAndSystemConfigurationFull() 3239 …ndTripPingLatencyCycles, v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.ReorderingBytes, in dml32_ModeSupportAndSystemConfigurationFull()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 399 int ReorderingBytes); 619 long ReorderingBytes, 636 long ReorderingBytes, 3550 long ReorderingBytes = 0; in dml30_ModeSupportAndSystemConfigurationFull() local 4630 ReorderingBytes = v->NumberOfChannels in dml30_ModeSupportAndSystemConfigurationFull() 4644 UseMinimumDCFCLK(mode_lib, v, MaxPrefetchMode, ReorderingBytes); in dml30_ModeSupportAndSystemConfigurationFull() 4679 …> (v->RoundTripPingLatencyCycles + 32) / v->DCFCLKState[i][j] + ReorderingBytes / v->ReturnBWPerSt… in dml30_ModeSupportAndSystemConfigurationFull() 4737 ReorderingBytes, in dml30_ModeSupportAndSystemConfigurationFull() 6398 long ReorderingBytes, in CalculateExtraLatency() argument 6417 ReorderingBytes, in CalculateExtraLatency() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 363 int ReorderingBytes); 605 int ReorderingBytes, 622 int ReorderingBytes, 3793 int ReorderingBytes; local 5021 ReorderingBytes = v->NumberOfChannels 5034 UseMinimumDCFCLK(mode_lib, MaxPrefetchMode, ReorderingBytes); 5061 …ngLatencyCycles + __DML_ARB_TO_RET_DELAY__) / v->DCFCLKState[i][j] + ReorderingBytes / v->ReturnBW… 5144 ReorderingBytes, 6922 int ReorderingBytes, argument 6942 ReorderingBytes, [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 372 int ReorderingBytes); 613 int ReorderingBytes, 630 int ReorderingBytes, 3886 int ReorderingBytes; local 5107 ReorderingBytes = v->NumberOfChannels 5120 UseMinimumDCFCLK(mode_lib, MaxPrefetchMode, ReorderingBytes); 5147 …ngLatencyCycles + __DML_ARB_TO_RET_DELAY__) / v->DCFCLKState[i][j] + ReorderingBytes / v->ReturnBW… 5230 ReorderingBytes, 7012 int ReorderingBytes, argument 7032 ReorderingBytes, [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 920 unsigned int ReorderingBytes; member 989 unsigned int ReorderingBytes; member
|
D | dml2_core_shared.c | 541 unsigned int ReorderingBytes, 2246 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml2_core_shared_mode_support() 2254 s->ReorderingBytes, in dml2_core_shared_mode_support() 7436 unsigned int ReorderingBytes, in CalculateExtraLatency() argument 7498 …_arb_to_ret_delay / DCFCLK + RoundTripPingLatencyCycles / FabricClock + ReorderingBytes / ReturnBW; in CalculateExtraLatency() 7515 dml2_printf("DML::%s: ReorderingBytes=%u\n", __func__, ReorderingBytes); in CalculateExtraLatency() 10413 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml2_core_shared_mode_programming() 10421 s->ReorderingBytes, in dml2_core_shared_mode_programming()
|
D | dml2_core_dcn4_calcs.c | 4948 unsigned int ReorderingBytes, in CalculateExtraLatency() argument 5012 …_arb_to_ret_delay / DCFCLK + RoundTripPingLatencyCycles / FabricClock + ReorderingBytes / ReturnBW; in CalculateExtraLatency() 5029 dml2_printf("DML::%s: ReorderingBytes=%u\n", __func__, ReorderingBytes); in CalculateExtraLatency() 8600 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml_core_mode_support() 8608 s->ReorderingBytes, in dml_core_mode_support() 10542 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml_core_mode_programming() 10550 s->ReorderingBytes, in dml_core_mode_programming()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1225 dml_uint_t ReorderingBytes; member 1630 dml_uint_t ReorderingBytes; member
|
D | display_mode_core.c | 619 dml_uint_t ReorderingBytes, 636 dml_uint_t ReorderingBytes, 4462 dml_uint_t ReorderingBytes, in CalculateExtraLatency() argument 4482 ReorderingBytes, in CalculateExtraLatency() 4530 static dml_uint_t CalculateExtraLatencyBytes(dml_uint_t ReorderingBytes, in CalculateExtraLatencyBytes() argument 4545 …dml_float_t ret = ReorderingBytes + (TotalNumberOfActiveDPP * PixelChunkSizeInKByt… in CalculateExtraLatencyBytes() 4617 …s->ExtraLatencyBytes = CalculateExtraLatencyBytes(p->ReorderingBytes, p->TotalNumberOfActiveDPP[j]… in UseMinimumDCFCLK() 6321 s->ReorderingBytes, in dml_prefetch_check() 7897 …s->ReorderingBytes = (dml_uint_t)(mode_lib->ms.soc.num_chans * dml_max3(mode_lib->ms.soc.urgent_ou… in dml_core_mode_support() 7962 UseMinimumDCFCLK_params->ReorderingBytes = s->ReorderingBytes; in dml_core_mode_support() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 230 unsigned int ReorderingBytes; member
|