Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_hwseq.c130 if (!pipe_ctx->stream->dpms_off) in dcn21_PLAT_58856_wa()
133 pipe_ctx->stream->dpms_off = false; in dcn21_PLAT_58856_wa()
136 pipe_ctx->stream->dpms_off = true; in dcn21_PLAT_58856_wa()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_cp_psp.h47 bool dpms_off; member
H A Ddc_stream.h140 uint32_t dpms_off:1; member
273 bool dpms_off; member
350 bool *dpms_off; member
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c158 bool dpms_off = true; in link_set_all_streams_dpms_off_for_link() local
162 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
221 pipe->stream->dpms_off == false) { in link_get_master_pipes_with_dpms_on()
526 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
583 config.dpms_off = dpms_off; in update_psp_stream_config()
2350 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on()
2367 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on()
2380 if (pipe_ctx->stream->dpms_off) in link_set_dpms_on()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H 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()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c545 if (config->dpms_off) { in update_config()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3546 if (stream_a->dpms_off != stream_b->dpms_off) in are_stream_backends_same()
5013 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
5017 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/
H A Ddcn42_clk_mgr.c98 (dc_is_dp_signal(stream->signal) && !stream->dpms_off)) in dcn42_has_active_display()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1890 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn401_reset_back_end_for_pipe()