/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hwseq.c | 131 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dm_cp_psp.h | 44 bool dpms_off; member
|
H A D | dc_stream.h | 128 uint32_t dpms_off:1; member 260 bool dpms_off; member 326 bool *dpms_off; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 152 bool dpms_off = true; in link_set_all_streams_dpms_off_for_link() local 156 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link() 206 pipe->stream->dpms_off == false) { in link_get_master_pipes_with_dpms_on() 649 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument 706 config.dpms_off = dpms_off; in update_psp_stream_config() 2457 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on() 2474 pipe_ctx->stream->dpms_off = false; in link_set_dpms_on() 2479 if (pipe_ctx->stream->dpms_off) in link_set_dpms_on()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 143 if (stream->dpms_off) in dce110_fill_display_configs()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
H A D | clk_mgr.c | 74 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL) in clk_mgr_helper_get_active_display_cnt()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 92 if (dc_is_dp_signal(stream->signal) && !stream->dpms_off) in dcn31_get_active_display_cnt_wa() 123 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn31_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 1256 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required() 2629 if (stream_update->dpms_off) in check_update_surfaces_for_stream() 2630 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream() 2924 if (update->dpms_off) in copy_stream_update_to_stream() 2925 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream() 3211 if (stream_update->dpms_off) { in commit_planes_do_stream_update() 3212 if (*stream_update->dpms_off) { in commit_planes_do_stream_update() 3226 && !stream->dpms_off && dc_is_dp_signal(pipe_ctx->stream->signal)) { in commit_planes_do_stream_update() 4231 stream_update->dpms_off || in full_update_required()
|
H A D | dc_resource.c | 2140 if (stream_a->dpms_off != stream_b->dpms_off) in are_stream_backends_same() 3775 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram() 3779 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 113 if (dc_is_dp_signal(stream->signal) && !stream->dpms_off) in dcn314_get_active_display_cnt_wa() 147 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn314_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 405 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn314_resync_fifo_dccg_dio()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
H A D | dcn316_clk_mgr.c | 115 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal) || in dcn316_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hwseq.c | 540 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn31_reset_back_end_for_pipe()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 512 if (config->dpms_off) { in update_config()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
H A D | dcn315_clk_mgr.c | 110 if (pipe->stream && (pipe->stream->dpms_off || pipe->plane_state == NULL || in dcn315_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 984 if (link_stream->dpms_off) in dp_set_preferred_link_settings()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 519 if (stream->dpms_off) in dce110_fill_display_configs()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1578 if (!stream->dpms_off) in apply_single_controller_ctx_to_hw() 2102 if (!pipe_ctx->stream || !pipe_ctx->stream->dpms_off) { in dce110_reset_hw_ctx_wrap()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 1213 if ((pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) in dcn32_resync_fifo_dccg_dio()
|
H A D | dcn32_resource.c | 1687 phantom_stream->dpms_off = true; in dcn32_enable_phantom_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 2505 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn20_reset_back_end_for_pipe()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 1023 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn10_reset_back_end_for_pipe()
|