Home
last modified time | relevance | path

Searched refs:cxsr_allowed (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_drv.h574 bool cxsr_allowed; member
Dintel_display.c4818 crtc->wm.cxsr_allowed = true; in intel_post_plane_update()
4866 crtc->wm.cxsr_allowed = false; in intel_pre_plane_update()
13965 intel_crtc->wm.cxsr_allowed = true; in intel_crtc_init()
Dintel_pm.c1076 wm_state->cxsr = crtc->pipe != PIPE_C && crtc->wm.cxsr_allowed; in vlv_compute_wm()