Home
last modified time | relevance | path

Searched refs:wm_state (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c1300 wm_state->cxsr = false; in g4x_invalidate_wms()
1374 wm_state->hpll_en = wm_state->cxsr; in g4x_compute_pipe_wm()
1395 wm_state->fbc_en = false; in g4x_compute_pipe_wm()
1398 wm_state->fbc_en = false; in g4x_compute_pipe_wm()
1483 if (!wm_state->cxsr) in g4x_merge_wm()
1485 if (!wm_state->hpll_en) in g4x_merge_wm()
1487 if (!wm_state->fbc_en) in g4x_merge_wm()
1505 wm->sr = wm_state->sr; in g4x_merge_wm()
2078 if (!wm_state->cxsr) in vlv_merge_wm()
5582 wm_state->sr.fbc = 0; in g4x_wm_sanitize()
[all …]
H A Dintel_display.c10814 struct intel_crtc_wm_state wm_state; in clear_intel_crtc_state() local
10829 wm_state = crtc_state->wm; in clear_intel_crtc_state()
10843 crtc_state->wm = wm_state; in clear_intel_crtc_state()