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

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c713 bool can_apply_seamless_boot = false; local
718 can_apply_seamless_boot = true;
731 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
755 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
769 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
786 if (can_apply_seamless_boot &&
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c740 bool can_apply_seamless_boot = false; local
744 can_apply_seamless_boot = true;
749 return !can_apply_seamless_boot && reason != DETECT_REASON_BOOT;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1368 bool can_apply_seamless_boot = false; local
1373 can_apply_seamless_boot = true;
1386 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
1410 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
1424 if (pipe_ctx->stream != NULL && can_apply_seamless_boot)
1441 if (can_apply_seamless_boot &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1791 bool can_apply_seamless_boot = false; local
1835 can_apply_seamless_boot = true;
1846 if (!can_apply_edp_fast_boot && !can_apply_seamless_boot) {

Completed in 169 milliseconds