Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c1074 wm_state->cxsr = false; in g4x_invalidate_wms()
1081 wm_state->hpll_en = false; in g4x_invalidate_wms()
1129 wm_state->sr.fbc = raw->fbc; in _g4x_compute_pipe_wm()
1142 wm_state->hpll_en = wm_state->cxsr; in _g4x_compute_pipe_wm()
1160 wm_state->fbc_en = g4x_compute_fbc_en(wm_state, level - 1); in _g4x_compute_pipe_wm()
1291 if (!wm_state->cxsr) in g4x_merge_wm()
1293 if (!wm_state->hpll_en) in g4x_merge_wm()
1295 if (!wm_state->fbc_en) in g4x_merge_wm()
1313 wm->sr = wm_state->sr; in g4x_merge_wm()
1315 wm->hpll = wm_state->hpll; in g4x_merge_wm()
[all …]