Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H 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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddm_cp_psp.h47 bool dpms_off; member
H A Ddc_stream.h138 uint32_t dpms_off:1; member
265 bool dpms_off; member
336 bool *dpms_off; member
H A Ddc_dmub_srv.c1201 if (stream && (!stream->dpms_off || dc->config.disable_ips_in_dpms_off)) in count_active_streams()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c156 bool dpms_off = true; in link_set_all_streams_dpms_off_for_link() local
160 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
218 pipe->stream->dpms_off == false) { in link_get_master_pipes_with_dpms_on()
661 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
718 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()
2543 if (pipe_ctx->stream->dpms_off) in link_set_dpms_on()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c70 if (!stream->dpms_off || (stream_status && stream_status->plane_count)) in clk_mgr_helper_get_active_display_cnt()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H 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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c529 if ((!pipe_ctx->stream->dpms_off || link->link_status.link_active) && in dcn31_reset_back_end_for_pipe()
554 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn31_reset_back_end_for_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H 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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1392 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2850 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2851 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
3181 if (update->dpms_off) in copy_stream_update_to_stream()
3182 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
3577 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
3578 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()
3592 && !stream->dpms_off && dc_is_dp_signal(pipe_ctx->stream->signal)) { in commit_planes_do_stream_update()
4939 stream_update->dpms_off || in full_update_required()
H A Ddc_state.c734 phantom_stream->dpms_off = true; in dc_state_create_phantom_stream()
H A Ddc_resource.c3461 if (stream_a->dpms_off != stream_b->dpms_off) in are_stream_backends_same()
4916 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
4920 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c400 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) && in dcn314_resync_fifo_dccg_dio()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c115 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal) || in dcn316_disable_otg_wa()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c926 if (link_stream->dpms_off) in dp_set_preferred_link_settings()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c507 if (config->dpms_off) { in update_config()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c222 new_pipe_link_enc && !new_pipe->stream->dpms_off && in dcn35_disable_otg_wa()
237 (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal) || !pipe_link_enc) && in dcn35_disable_otg_wa()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c110 if (pipe->stream && (pipe->stream->dpms_off || pipe->plane_state == NULL || in dcn315_disable_otg_wa()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c519 if (stream->dpms_off) in dce110_fill_display_configs()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c268 (dc->current_state->stream_count > 1 || (!dc->current_state->streams[i]->dpms_off && in dcn32_apply_idle_power_optimizations()
1256 if ((pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) in dcn32_resync_fifo_dccg_dio()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1683 if (!stream->dpms_off) in dce110_apply_single_controller_ctx_to_hw()
2280 if (!pipe_ctx->stream || !pipe_ctx->stream->dpms_off) { in dce110_reset_hw_ctx_wrap()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c667 if (stream->dpms_off) in dcn35_apply_idle_power_optimizations()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1788 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn401_reset_back_end_for_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2822 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn20_reset_back_end_for_pipe()

12