Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/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()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h131 uint32_t dpms_off:1; member
218 bool dpms_off; member
280 bool *dpms_off; member
A Ddm_cp_psp.h44 bool dpms_off; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c64 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL) in clk_mgr_helper_get_active_display_cnt()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c1174 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2358 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2359 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
2635 if (update->dpms_off) in copy_stream_update_to_stream()
2636 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
2770 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
2771 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()
A Ddc_link.c3927 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
4026 config.dpms_off = dpms_off; in update_psp_stream_config()
4238 pipe_ctx->stream->dpms_off = false;
4259 pipe_ctx->stream->dpms_off = false;
4266 if (pipe_ctx->stream->dpms_off)
4581 if (link_stream->dpms_off)
A Ddc_resource.c1643 if (stream_a->dpms_off != stream_b->dpms_off) in are_stream_backends_same()
2834 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
2838 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
A Ddc_link_hwss.c899 !state->res_ctx.pipe_ctx[i].stream->dpms_off) {
A Ddc_link_dp.c3960 if (pipe_ctx && pipe_ctx->stream && !pipe_ctx->stream->dpms_off &&
3968 if (pipe_ctx && pipe_ctx->stream && !pipe_ctx->stream->dpms_off &&
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_hdcp.c454 if (config->dpms_off) { in update_config()
A Damdgpu_dm.c2526 bool dpms_off = true; in dm_set_dpms_off() local
2529 stream_update.dpms_off = &dpms_off; in dm_set_dpms_off()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c552 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn31_reset_back_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c112 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn31_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_clk_mgr.c517 if (stream->dpms_off) in dce110_fill_display_configs()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1632 if (!stream->dpms_off)
2161 if (!pipe_ctx->stream || !pipe_ctx->stream->dpms_off) {
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2192 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn20_reset_back_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c986 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn10_reset_back_end_for_pipe()

Completed in 98 milliseconds