Searched refs:last_dpms (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h44 int last_dpms; member in struct:nouveau_crtc
H A Dnouveau_encoder.h52 int last_dpms; member in struct:nouveau_encoder
H A Dnv50_display.c1843 nv_encoder->last_dpms = mode; nv50_sor_dpms()
1853 if (nv_partner->last_dpms == DRM_MODE_DPMS_ON) nv50_sor_dpms()
1891 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; nv50_sor_disconnect()
2085 nv_encoder->last_dpms = DRM_MODE_DPMS_OFF; nv50_sor_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c517 bool was_powersaving = is_powersaving_dpms(nv_encoder->last_dpms); nv04_lvds_dpms()
519 if (nv_encoder->last_dpms == mode) nv04_lvds_dpms()
521 nv_encoder->last_dpms = mode; nv04_lvds_dpms()
564 if (nv_encoder->last_dpms == mode) nv04_tmds_dpms()
566 nv_encoder->last_dpms = mode; nv04_tmds_dpms()
607 nv_encoder->last_dpms = NV_DPMS_CLEARED; nv04_dfp_restore()
H A Ddac.c460 if (nv_encoder->last_dpms == mode) nv04_dac_dpms()
462 nv_encoder->last_dpms = mode; nv04_dac_dpms()
489 nv_encoder->last_dpms = NV_DPMS_CLEARED; nv04_dac_restore()
H A Dtvnv17.c377 if (nouveau_encoder(encoder)->last_dpms == mode) nv17_tv_dpms()
379 nouveau_encoder(encoder)->last_dpms = mode; nv17_tv_dpms()
639 nouveau_encoder(encoder)->last_dpms = NV_DPMS_CLEARED; nv17_tv_restore()
H A Dcrtc.c180 if (nv_crtc->last_dpms == mode) /* Don't do unnecessary mode changes. */ nv_crtc_dpms()
183 nv_crtc->last_dpms = mode; nv_crtc_dpms()
698 nv_crtc->last_dpms = NV_DPMS_CLEARED; nv_crtc_restore()
1124 nv_crtc->last_dpms = NV_DPMS_CLEARED; nv04_crtc_create()
/linux-4.1.27/drivers/gpu/drm/cirrus/
H A Dcirrus_drv.h99 int last_dpms; member in struct:cirrus_crtc
113 int last_dpms; member in struct:cirrus_encoder
/linux-4.1.27/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.h127 int last_dpms; member in struct:mga_crtc
138 int last_dpms; member in struct:mga_encoder
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dch7006_drv.c61 if (mode == priv->last_dpms) ch7006_encoder_dpms()
63 priv->last_dpms = mode; ch7006_encoder_dpms()
466 priv->last_dpms = -1; ch7006_encoder_init()
H A Dch7006_priv.h99 int last_dpms; member in struct:ch7006_priv
H A Dch7006_mode.c304 if (priv->last_dpms == DRM_MODE_DPMS_ON) { ch7006_setup_power_state()

Completed in 196 milliseconds