Home
last modified time | relevance | path

Searched refs:WESTON_DPMS_ON (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/pipewire/
Dpipewire-plugin.c321 if (output->dpms == WESTON_DPMS_ON) in pipewire_output_finish_frame_handler()
447 output->dpms = WESTON_DPMS_ON; in pipewire_output_enable()
/third_party/weston/remoting/
Dremoting-plugin.c481 if (output->dpms == WESTON_DPMS_ON) { in remoting_output_finish_frame_handler()
718 remoted_output->dpms = WESTON_DPMS_ON; in remoting_output_enable()
/third_party/weston/libweston/backend-drm/
Dkms.c694 if (state->dpms != WESTON_DPMS_ON) { in drm_output_apply_state_legacy()
960 if (state->dpms == WESTON_DPMS_ON) { in drm_output_apply_state_atomic()
Ddrm.c482 state->dpms = WESTON_DPMS_ON; in drm_output_repaint()
1152 if (level == WESTON_DPMS_ON) in drm_set_dpms()
1164 if (level == WESTON_DPMS_ON) { in drm_set_dpms()
/third_party/weston/include/libweston/
Dlibweston.h170 WESTON_DPMS_ON, enumerator
/third_party/weston/libweston/
Dcompositor.c4902 weston_compositor_dpms(compositor, WESTON_DPMS_ON); in weston_compositor_wake()