Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c627 bool can_apply_seamless_boot = false; in dcn35_init_pipes() local
632 can_apply_seamless_boot = true; in dcn35_init_pipes()
645 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
669 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
685 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn35_init_pipes()
702 if (can_apply_seamless_boot && in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c762 bool can_apply_seamless_boot = false; in should_prepare_phy_clocks_for_link_verification() local
766 can_apply_seamless_boot = true; in should_prepare_phy_clocks_for_link_verification()
771 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/dcn10/
H A Ddcn10_hwseq.c1575 bool can_apply_seamless_boot = false; in dcn10_init_pipes() local
1580 can_apply_seamless_boot = true; in dcn10_init_pipes()
1593 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1617 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1633 if (pipe_ctx->stream != NULL && can_apply_seamless_boot) in dcn10_init_pipes()
1650 if (can_apply_seamless_boot && in dcn10_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1909 bool can_apply_seamless_boot = false; in dce110_enable_accelerated_mode() local
1977 can_apply_seamless_boot = true; in dce110_enable_accelerated_mode()
1992 if (!can_apply_edp_fast_boot && !can_apply_seamless_boot) { in dce110_enable_accelerated_mode()