Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1852 bool apply_seamless_boot_optimization = false; in enable_link_dp() local
1866 if (state->streams[i]->apply_seamless_boot_optimization) { in enable_link_dp()
1867 apply_seamless_boot_optimization = true; in enable_link_dp()
1905 if (state->clk_mgr && !apply_seamless_boot_optimization) in enable_link_dp()
2349 if (pipe_ctx->stream->apply_seamless_boot_optimization) { in link_set_dpms_on()
H A Dlink_detection.c763 if (dc->current_state->streams[i]->apply_seamless_boot_optimization) { in should_prepare_phy_clocks_for_link_verification()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h308 bool apply_seamless_boot_optimization; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1677 if (!pipe_ctx->stream->apply_seamless_boot_optimization && dc->config.use_pipe_ctx_sync_logic) in dce110_apply_single_controller_ctx_to_hw()
1713 if (!pipe_ctx->stream->apply_seamless_boot_optimization) in dce110_apply_single_controller_ctx_to_hw()
1764 if (!pipe_ctx->stream->apply_seamless_boot_optimization) in dce110_apply_single_controller_ctx_to_hw()
2073 if (context->streams[i]->apply_seamless_boot_optimization) { in dce110_enable_accelerated_mode()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3860 if (stream->apply_seamless_boot_optimization) in mark_seamless_boot_stream()
3867 stream->apply_seamless_boot_optimization = true; in mark_seamless_boot_stream()
3985 if (stream->apply_seamless_boot_optimization) { in resource_map_pool_resources()
3992 stream->apply_seamless_boot_optimization = false; in resource_map_pool_resources()
4320 if (add_streams[i]->apply_seamless_boot_optimization && i != 0) { in dc_validate_with_context()