Home
last modified time | relevance | path

Searched refs:last_dpms (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c518 bool was_powersaving = is_powersaving_dpms(nv_encoder->last_dpms); in nv04_lvds_dpms()
520 if (nv_encoder->last_dpms == mode) in nv04_lvds_dpms()
522 nv_encoder->last_dpms = mode; in nv04_lvds_dpms()
565 if (nv_encoder->last_dpms == mode) in nv04_tmds_dpms()
567 nv_encoder->last_dpms = mode; in nv04_tmds_dpms()
608 nv_encoder->last_dpms = NV_DPMS_CLEARED; in nv04_dfp_restore()
Ddac.c465 if (nv_encoder->last_dpms == mode) in nv04_dac_dpms()
467 nv_encoder->last_dpms = mode; in nv04_dac_dpms()
494 nv_encoder->last_dpms = NV_DPMS_CLEARED; in nv04_dac_restore()
Dtvnv17.c369 if (nouveau_encoder(encoder)->last_dpms == mode) in nv17_tv_dpms()
371 nouveau_encoder(encoder)->last_dpms = mode; in nv17_tv_dpms()
631 nouveau_encoder(encoder)->last_dpms = NV_DPMS_CLEARED; in nv17_tv_restore()
Dcrtc.c181 if (nv_crtc->last_dpms == mode) /* Don't do unnecessary mode changes. */ in nv_crtc_dpms()
184 nv_crtc->last_dpms = mode; in nv_crtc_dpms()
693 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv_crtc_restore()
1144 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv04_crtc_create()
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_drv.h98 int last_dpms; member
112 int last_dpms; member
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h42 int last_dpms; member
Dnouveau_encoder.h57 int last_dpms; member
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_drv.h128 int last_dpms; member
139 int last_dpms; member
/Linux-v4.19/drivers/gpu/drm/i2c/
Dch7006_drv.c61 if (mode == priv->last_dpms) in ch7006_encoder_dpms()
63 priv->last_dpms = mode; in ch7006_encoder_dpms()
463 priv->last_dpms = -1; in ch7006_encoder_init()
Dch7006_priv.h99 int last_dpms; member
Dch7006_mode.c304 if (priv->last_dpms == DRM_MODE_DPMS_ON) { in ch7006_setup_power_state()