Home
last modified time | relevance | path

Searched refs:MaximumMPCCombine (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1729 unsigned int MaximumMPCCombine; in dml32_ModeSupportAndSystemConfigurationFull() local
3691 MaximumMPCCombine = 0; in dml32_ModeSupportAndSystemConfigurationFull()
3701 MaximumMPCCombine = 0; in dml32_ModeSupportAndSystemConfigurationFull()
3703 MaximumMPCCombine = 1; in dml32_ModeSupportAndSystemConfigurationFull()
3708 mode_lib->vba.ImmediateFlipSupportedForState[mode_lib->vba.VoltageLevel][MaximumMPCCombine]; in dml32_ModeSupportAndSystemConfigurationFull()
3710 mode_lib->vba.UnboundedRequestEnabledAllStates[mode_lib->vba.VoltageLevel][MaximumMPCCombine]; in dml32_ModeSupportAndSystemConfigurationFull()
3712 …mode_lib->vba.CompressedBufferSizeInkByteAllStates[mode_lib->vba.VoltageLevel][MaximumMPCCombine];… in dml32_ModeSupportAndSystemConfigurationFull()
3716 mode_lib->vba.MPCCombine[mode_lib->vba.VoltageLevel][MaximumMPCCombine][k]; in dml32_ModeSupportAndSystemConfigurationFull()
3717 …_lib->vba.DPPPerPlane[k] = mode_lib->vba.NoOfDPP[mode_lib->vba.VoltageLevel][MaximumMPCCombine][k]; in dml32_ModeSupportAndSystemConfigurationFull()
3719 mode_lib->vba.SwathHeightYAllStates[mode_lib->vba.VoltageLevel][MaximumMPCCombine][k]; in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c8217 mode_lib->ms.support.MaximumMPCCombine = 0; in dml_core_mode_support()
8235 mode_lib->ms.support.MaximumMPCCombine = 1; in dml_core_mode_support()
8237 mode_lib->ms.support.MaximumMPCCombine = 0; in dml_core_mode_support()
8242 …lib->ms.support.ImmediateFlipSupportedForState[mode_lib->ms.support.MaximumMPCCombine]; // Consi… in dml_core_mode_support()
8243 … mode_lib->ms.UnboundedRequestEnabledAllStates[mode_lib->ms.support.MaximumMPCCombine]; //… in dml_core_mode_support()
8244 …e_lib->ms.CompressedBufferSizeInkByteAllStates[mode_lib->ms.support.MaximumMPCCombine]; // Not… in dml_core_mode_support()
8247 …DML::%s: MaximumMPCCombine = %u\n", __func__, mode_lib->ms.support.MaximumMPCCombine); in dml_core_mode_support()
8253 …support.MPCCombineEnable[k] = mode_lib->ms.MPCCombine[mode_lib->ms.support.MaximumMPCCombine][k]; in dml_core_mode_support()
8254 …ms.support.DPPPerSurface[k] = mode_lib->ms.NoOfDPP[mode_lib->ms.support.MaximumMPCCombine][k]; in dml_core_mode_support()
8255 …Y[k] = mode_lib->ms.SwathHeightYAllStates[mode_lib->ms.support.MaximumMPCCombine][k]; in dml_core_mode_support()
[all …]
H A Ddisplay_mode_core_structs.h726 …dml_uint_t MaximumMPCCombine; //<brief If using MPC combine helps the power saving support; then t… member