Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c712 bool can_apply_seamless_boot = false; in dcn35_init_pipes() local
717 can_apply_seamless_boot = true; in dcn35_init_pipes()
730 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
754 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
770 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
787 if (can_apply_seamless_boot && in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c752 bool can_apply_seamless_boot = false; in should_prepare_phy_clocks_for_link_verification() local
756 can_apply_seamless_boot = true; in should_prepare_phy_clocks_for_link_verification()
761 return !can_apply_seamless_boot && reason != DETECT_REASON_BOOT; in should_prepare_phy_clocks_for_link_verification()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1891 bool can_apply_seamless_boot = false; in dce110_enable_accelerated_mode() local
1953 can_apply_seamless_boot = true; in dce110_enable_accelerated_mode()
1964 if (!can_apply_edp_fast_boot && !can_apply_seamless_boot) { in dce110_enable_accelerated_mode()