Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1278 bool can_apply_seamless_boot = false; in dcn10_init_pipes() local
1282 can_apply_seamless_boot = true; in dcn10_init_pipes()
1295 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1319 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1333 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1350 if (can_apply_seamless_boot && in dcn10_init_pipes()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1755 bool can_apply_seamless_boot = false; in dce110_enable_accelerated_mode() local
1799 can_apply_seamless_boot = true; in dce110_enable_accelerated_mode()
1810 if (!can_apply_edp_fast_boot && !can_apply_seamless_boot) { in dce110_enable_accelerated_mode()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c864 bool can_apply_seamless_boot = false; in should_prepare_phy_clocks_for_link_verification() local
868 can_apply_seamless_boot = true; in should_prepare_phy_clocks_for_link_verification()
873 return !can_apply_seamless_boot && reason != DETECT_REASON_BOOT; in should_prepare_phy_clocks_for_link_verification()