Home
last modified time | relevance | path

Searched refs:dpms_off (Results 1 – 25 of 26) sorted by relevance

12

/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
A Ddcn21_hwseq.c131 if (!pipe_ctx->stream->dpms_off) in dcn21_PLAT_58856_wa()
134 pipe_ctx->stream->dpms_off = false; in dcn21_PLAT_58856_wa()
137 pipe_ctx->stream->dpms_off = true; in dcn21_PLAT_58856_wa()
/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h140 uint32_t dpms_off:1; member
267 bool dpms_off; member
338 bool *dpms_off; member
A Ddm_cp_psp.h47 bool dpms_off; member
A Ddc_dmub_srv.c1215 if (stream && (!stream->dpms_off || dc->config.disable_ips_in_dpms_off)) in count_active_streams()
/drivers/gpu/drm/amd/display/dc/link/
A Dlink_dpms.c157 bool dpms_off = true; in link_set_all_streams_dpms_off_for_link() local
161 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
219 pipe->stream->dpms_off == false) { in link_get_master_pipes_with_dpms_on()
662 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
719 config.dpms_off = dpms_off; in update_psp_stream_config()
2521 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on()
2538 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on()
2551 if (pipe_ctx->stream->dpms_off) in link_set_dpms_on()
/drivers/gpu/drm/amd/display/dc/link/accessories/
A Dlink_dp_cts.c72 bool dpms_off = false; in dp_retrain_link_dp_test() local
144 stream_update.dpms_off = &dpms_off; in dp_retrain_link_dp_test()
977 if (link_stream->dpms_off) in dp_set_preferred_link_settings()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
A Ddcn31_hwseq.c532 if ((!pipe_ctx->stream->dpms_off || link->link_status.link_active) && in dcn31_reset_back_end_for_pipe()
560 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn31_reset_back_end_for_pipe()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c93 if (dc_is_dp_signal(stream->signal) && !stream->dpms_off) in dcn31_get_active_display_cnt_wa()
124 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn31_disable_otg_wa()
/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c70 …if (!stream->dpms_off || dc->is_switch_in_progress_dest || (stream_status && stream_status->plane_… in clk_mgr_helper_get_active_display_cnt()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
A Ddcn314_clk_mgr.c127 if (dc_is_dp_signal(stream->signal) && !stream->dpms_off) in dcn314_get_active_display_cnt_wa()
161 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn314_disable_otg_wa()
/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c1452 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2934 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2935 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
3265 if (update->dpms_off) in copy_stream_update_to_stream()
3266 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
3659 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
3660 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()
3674 && !stream->dpms_off && dc_is_dp_signal(pipe_ctx->stream->signal)) { in commit_planes_do_stream_update()
5049 stream_update->dpms_off || in full_update_required()
A Ddc_resource.c3435 if (stream_a->dpms_off != stream_b->dpms_off) in are_stream_backends_same()
4900 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
4904 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
A Ddc_state.c730 phantom_stream->dpms_off = true; in dc_state_create_phantom_stream()
/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
A Ddcn314_hwseq.c414 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) && in dcn314_resync_fifo_dccg_dio()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
A Ddcn316_clk_mgr.c115 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal) || in dcn316_disable_otg_wa()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
A Ddcn35_clk_mgr.c224 new_pipe_link_enc && !new_pipe->stream->dpms_off && in dcn35_disable_otg_wa()
239 (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal) || !pipe_link_enc) && in dcn35_disable_otg_wa()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_hdcp.c536 if (config->dpms_off) { in update_config()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
A Ddcn315_clk_mgr.c110 if (pipe->stream && (pipe->stream->dpms_off || pipe->plane_state == NULL || in dcn315_disable_otg_wa()
/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_clk_mgr.c519 if (stream->dpms_off) in dce110_fill_display_configs()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c268 (dc->current_state->stream_count > 1 || (!dc->current_state->streams[i]->dpms_off && in dcn32_apply_idle_power_optimizations()
1260 if ((pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) in dcn32_resync_fifo_dccg_dio()
/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c1702 if (!stream->dpms_off) in dce110_apply_single_controller_ctx_to_hw()
2310 if (!pipe_ctx->stream || !pipe_ctx->stream->dpms_off) { in dce110_reset_hw_ctx_wrap()
/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c662 if (stream->dpms_off) in dcn35_apply_idle_power_optimizations()
/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
A Ddcn401_hwseq.c1806 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn401_reset_back_end_for_pipe()
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c2825 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn20_reset_back_end_for_pipe()

Completed in 81 milliseconds

12