Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c520 bool was_powersaving = is_powersaving_dpms(nv_encoder->last_dpms); in nv04_lvds_dpms()
522 if (nv_encoder->last_dpms == mode) in nv04_lvds_dpms()
524 nv_encoder->last_dpms = mode; in nv04_lvds_dpms()
567 if (nv_encoder->last_dpms == mode) in nv04_tmds_dpms()
569 nv_encoder->last_dpms = mode; in nv04_tmds_dpms()
610 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.c186 if (nv_crtc->last_dpms == mode) /* Don't do unnecessary mode changes. */ in nv_crtc_dpms()
189 nv_crtc->last_dpms = mode; in nv_crtc_dpms()
699 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv_crtc_restore()
1327 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv04_crtc_create()
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h44 int last_dpms; member
Dnouveau_encoder.h67 int last_dpms; member
/linux-5.19.10/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.c303 if (priv->last_dpms == DRM_MODE_DPMS_ON) { in ch7006_setup_power_state()