Home
last modified time | relevance | path

Searched refs:ImmediateFlipSupportedForState (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c412 dml_print("DML: MODE SUPPORT: Host VM or Immediate Flip Supported : %s\n", ((mode_lib->ms.cache_display_cfg.plane.HostVMEnable == false && !mode_lib->scratch.dml_core_mode_support_locals.ImmediateFlipRequiredFinal) || mode_lib->ms.support.ImmediateFlipSupportedForState[j]) ? "Supported" : "NOT Supported"); in dml_print_mode_support()
532 if (!fail_only || support->ImmediateFlipSupportedForState[j] == 0) in dml_print_dml_mode_support_info()
533 dml_print("DML: support: combine=%d, ImmediateFlipSupportedForState = %d\n", j, support->ImmediateFlipSupportedForState[j]);
H A Ddisplay_mode_core_structs.h786 dml_bool_t ImmediateFlipSupportedForState[2]; member
H A Ddisplay_mode_core.c6711 &mode_lib->ms.support.ImmediateFlipSupportedForState[j]); // dml_bool_t *ImmediateFlipBandwidthSupport in dml_prefetch_check()
6716 mode_lib->ms.support.ImmediateFlipSupportedForState[j] = false; in dml_prefetch_check()
6720 mode_lib->ms.support.ImmediateFlipSupportedForState[j] = false; in dml_prefetch_check()
6738 ((s->ImmediateFlipRequiredFinal) || mode_lib->ms.support.ImmediateFlipSupportedForState[j] == true)) || in set_vm_row_and_swath_parameters()
8296 && ((mode_lib->ms.cache_display_cfg.plane.HostVMEnable == false && !s->ImmediateFlipRequiredFinal) || mode_lib->ms.support.ImmediateFlipSupportedForState[j]) in dml_core_mode_support_partial()
8334 mode_lib->ms.support.ImmediateFlipSupport = mode_lib->ms.support.ImmediateFlipSupportedForState[mode_lib->ms.support.MaximumMPCCombine]; // Consider flip support if max combine support imm flip in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h826 bool ImmediateFlipSupportedForState[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1712 || mode_lib->vba.ImmediateFlipSupportedForState[i][j]) in mode_support_configuration()
3548 &mode_lib->vba.ImmediateFlipSupportedForState[i][j]); // Boolean *ImmediateFlipBandwidthSupport in dml32_ModeSupportAndSystemConfigurationFull()
3556 mode_lib->vba.ImmediateFlipSupportedForState[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3559 mode_lib->vba.ImmediateFlipSupportedForState[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3577 || mode_lib->vba.ImmediateFlipSupportedForState[i][j] == true)) in dml32_ModeSupportAndSystemConfigurationFull()
3723 mode_lib->vba.ImmediateFlipSupportedForState[mode_lib->vba.VoltageLevel][MaximumMPCCombine]; in dml32_ModeSupportAndSystemConfigurationFull()