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/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1103 unsigned int ReorderingBytes; member
1185 unsigned int ReorderingBytes; member
H A Ddml2_core_dcn4_calcs.c5027 unsigned int ReorderingBytes, in CalculateExtraLatency() argument
5091 …_arb_to_ret_delay / DCFCLK + RoundTripPingLatencyCycles / FabricClock + ReorderingBytes / ReturnBW; in CalculateExtraLatency()
5108 DML_LOG_VERBOSE("DML::%s: ReorderingBytes=%u\n", __func__, ReorderingBytes); in CalculateExtraLatency()
7386 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml_core_ms_prefetch_check()
7394 s->ReorderingBytes, in dml_core_ms_prefetch_check()
10977 …s->ReorderingBytes = (unsigned int)(mode_lib->soc.clk_table.dram_config.channel_count * math_max3(… in dml_core_mode_programming()
10985 s->ReorderingBytes, in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1282 dml_uint_t ReorderingBytes; member
1687 dml_uint_t ReorderingBytes; member
H A Ddisplay_mode_core.c620 dml_uint_t ReorderingBytes,
637 dml_uint_t ReorderingBytes,
4480 dml_uint_t ReorderingBytes, in CalculateExtraLatency() argument
4500 ReorderingBytes, in CalculateExtraLatency()
4548 static dml_uint_t CalculateExtraLatencyBytes(dml_uint_t ReorderingBytes, in CalculateExtraLatencyBytes() argument
4563 …dml_float_t ret = ReorderingBytes + (TotalNumberOfActiveDPP * PixelChunkSizeInKByt… in CalculateExtraLatencyBytes()
4635 …s->ExtraLatencyBytes = CalculateExtraLatencyBytes(p->ReorderingBytes, p->TotalNumberOfActiveDPP[j]… in UseMinimumDCFCLK()
6341 s->ReorderingBytes, in dml_prefetch_check()
7925 …s->ReorderingBytes = (dml_uint_t)(mode_lib->ms.soc.num_chans * dml_max3(mode_lib->ms.soc.urgent_ou… in dml_core_mode_support()
7990 UseMinimumDCFCLK_params->ReorderingBytes = s->ReorderingBytes; in dml_core_mode_support()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h230 unsigned int ReorderingBytes; member