Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c521 bool was_powersaving = is_powersaving_dpms(nv_encoder->last_dpms); in nv04_lvds_dpms()
523 if (nv_encoder->last_dpms == mode) in nv04_lvds_dpms()
525 nv_encoder->last_dpms = mode; in nv04_lvds_dpms()
568 if (nv_encoder->last_dpms == mode) in nv04_tmds_dpms()
570 nv_encoder->last_dpms = mode; in nv04_tmds_dpms()
611 nv_encoder->last_dpms = NV_DPMS_CLEARED; in nv04_dfp_restore()
H A 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()
H A Dtvnv17.c376 if (nouveau_encoder(encoder)->last_dpms == mode) in nv17_tv_dpms()
378 nouveau_encoder(encoder)->last_dpms = mode; in nv17_tv_dpms()
638 nouveau_encoder(encoder)->last_dpms = NV_DPMS_CLEARED; in nv17_tv_restore()
H A 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()
705 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv_crtc_restore()
1301 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv04_crtc_create()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h45 int last_dpms; member
/linux/drivers/gpu/drm/nouveau/dispnv04/i2c/
H A Dch7006_drv.c63 if (mode == priv->last_dpms) in ch7006_encoder_dpms()
65 priv->last_dpms = mode; in ch7006_encoder_dpms()
463 priv->last_dpms = -1; in ch7006_encoder_init()