Home
last modified time | relevance | path

Searched refs:ReorderingBytes (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h600 unsigned int ReorderingBytes,
646 unsigned int dml32_CalculateExtraLatencyBytes(unsigned int ReorderingBytes,
705 unsigned int ReorderingBytes,
H A Ddisplay_mode_vba_32.c2982 …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/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c363 int ReorderingBytes);
605 int ReorderingBytes,
622 int ReorderingBytes,
3790 int ReorderingBytes; local
5018 ReorderingBytes = v->NumberOfChannels
5031 UseMinimumDCFCLK(mode_lib, MaxPrefetchMode, ReorderingBytes);
5058 …ngLatencyCycles + __DML_ARB_TO_RET_DELAY__) / v->DCFCLKState[i][j] + ReorderingBytes / v->ReturnBW…
5141 ReorderingBytes,
6919 int ReorderingBytes, argument
6939 ReorderingBytes,
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h920 unsigned int ReorderingBytes; member
989 unsigned int ReorderingBytes; member
H A Ddml2_core_shared.c541 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()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1225 dml_uint_t ReorderingBytes; member
1630 dml_uint_t ReorderingBytes; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h230 unsigned int ReorderingBytes; member