Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_dfp.c516 bool was_powersaving = is_powersaving_dpms(nv_encoder->last_dpms); in nv04_lvds_dpms()
518 if (nv_encoder->last_dpms == mode) in nv04_lvds_dpms()
520 nv_encoder->last_dpms = mode; in nv04_lvds_dpms()
563 if (nv_encoder->last_dpms == mode) in nv04_tmds_dpms()
565 nv_encoder->last_dpms = mode; in nv04_tmds_dpms()
607 nv_encoder->last_dpms = NV_DPMS_CLEARED; in nv04_dfp_restore()
Dnv50_sor.c253 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; in nv50_sor_disconnect()
267 nv_encoder->last_dpms = mode; in nv50_sor_dpms()
278 if (nvenc->last_dpms == DRM_MODE_DPMS_ON) in nv50_sor_dpms()
504 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; in nv50_sor_create()
Dnouveau_crtc.h41 int last_dpms; member
Dnouveau_encoder.h54 int last_dpms; member
Dnv04_dac.c446 if (nv_encoder->last_dpms == mode) in nv04_dac_dpms()
448 nv_encoder->last_dpms = mode; in nv04_dac_dpms()
475 nv_encoder->last_dpms = NV_DPMS_CLEARED; in nv04_dac_restore()
Dnv17_tv.c363 if (nouveau_encoder(encoder)->last_dpms == mode) in nv17_tv_dpms()
365 nouveau_encoder(encoder)->last_dpms = mode; in nv17_tv_dpms()
626 nouveau_encoder(encoder)->last_dpms = NV_DPMS_CLEARED; in nv17_tv_restore()
Dnv04_crtc.c167 if (nv_crtc->last_dpms == mode) /* Don't do unnecessary mode changes. */ in nv_crtc_dpms()
170 nv_crtc->last_dpms = mode; in nv_crtc_dpms()
665 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv_crtc_restore()
1043 nv_crtc->last_dpms = NV_DPMS_CLEARED; in nv04_crtc_create()
Dnvd0_display.c1344 nv_encoder->last_dpms = mode; in nvd0_sor_dpms()
1354 if (nv_partner->last_dpms == DRM_MODE_DPMS_ON) in nvd0_sor_dpms()
1420 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; in nvd0_sor_disconnect()
1583 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; in nvd0_sor_create()
/linux-3.4.99/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()
471 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()