Home
last modified time | relevance | path

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

123

/dports/x11/slim/slim-1.3.6/
H A Dslimlock.cpp61 static CARD16 dpms_standby, dpms_suspend, dpms_off, dpms_level; variable
208 DPMSGetTimeouts(dpy, &dpms_standby, &dpms_suspend, &dpms_off); in main()
246 DPMSSetTimeouts(dpy, dpms_standby, dpms_suspend, dpms_off); in main()
350 DPMSSetTimeouts(dpy, dpms_standby, dpms_suspend, dpms_off); in HandleSignal()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/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()
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dprefs.c831 CHECK("dpmsOff") type = pref_time, t = p->dpms_off; in write_init_file()
1623 if (p->dpms_off != 0 && in stop_the_insanity()
1624 p->dpms_off < 10 * 1000) in stop_the_insanity()
1625 p->dpms_off = 4 * 60 * 60 * 1000; /* 4 hours */ in stop_the_insanity()
1630 if (p->dpms_off != 0 && in stop_the_insanity()
1631 p->dpms_suspend > p->dpms_off) in stop_the_insanity()
1632 p->dpms_suspend = p->dpms_off; in stop_the_insanity()
1640 if (p->dpms_off != 0 && in stop_the_insanity()
1641 p->dpms_standby > p->dpms_off) in stop_the_insanity()
1642 p->dpms_standby = p->dpms_off; in stop_the_insanity()
[all …]
H A Dtypes.h139 Time dpms_off; /* how long until monitor powers down */ member
H A Dxscreensaver.c1170 p->dpms_off / 1000, in maybe_reload_init_file()
1321 p->dpms_off / 1000, in main_loop()
1593 p->dpms_off / 1000, in main()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h124 uint32_t dpms_off:1; member
205 bool dpms_off; member
267 bool *dpms_off; member
H A Ddm_cp_psp.h38 bool dpms_off; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h124 uint32_t dpms_off:1; member
205 bool dpms_off; member
267 bool *dpms_off; member
H A Ddm_cp_psp.h38 bool dpms_off; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h124 uint32_t dpms_off:1; member
205 bool dpms_off; member
267 bool *dpms_off; member
H A Ddm_cp_psp.h38 bool dpms_off; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c62 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL) in clk_mgr_helper_get_active_display_cnt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c62 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL) in clk_mgr_helper_get_active_display_cnt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c62 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL) in clk_mgr_helper_get_active_display_cnt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c143 if (stream->dpms_off) in dce110_fill_display_configs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c3147 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
3158 config.dpms_off = dpms_off; in update_psp_stream_config()
3239 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3260 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3267 if (pipe_ctx->stream->dpms_off) in core_link_enable_stream()
3589 if (link_stream->dpms_off) in dc_link_set_preferred_link_settings()
H A Ddc.c1015 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2127 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2128 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
2399 if (update->dpms_off) in copy_stream_update_to_stream()
2400 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
2525 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
2526 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c3147 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
3158 config.dpms_off = dpms_off; in update_psp_stream_config()
3239 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3260 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3267 if (pipe_ctx->stream->dpms_off) in core_link_enable_stream()
3589 if (link_stream->dpms_off) in dc_link_set_preferred_link_settings()
H A Ddc.c1015 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2127 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2128 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
2399 if (update->dpms_off) in copy_stream_update_to_stream()
2400 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
2525 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
2526 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c3147 static void update_psp_stream_config(struct pipe_ctx *pipe_ctx, bool dpms_off) in update_psp_stream_config() argument
3158 config.dpms_off = dpms_off; in update_psp_stream_config()
3239 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3260 pipe_ctx->stream->dpms_off = false; in core_link_enable_stream()
3267 if (pipe_ctx->stream->dpms_off) in core_link_enable_stream()
3589 if (link_stream->dpms_off) in dc_link_set_preferred_link_settings()
H A Ddc.c1015 pipe->stream->dpms_off = false; in disable_vbios_mode_if_required()
2127 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
2128 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
2399 if (update->dpms_off) in copy_stream_update_to_stream()
2400 stream->dpms_off = *update->dpms_off; in copy_stream_update_to_stream()
2525 if (stream_update->dpms_off) { in commit_planes_do_stream_update()
2526 if (*stream_update->dpms_off) { in commit_planes_do_stream_update()

123