Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c1162 wm_state->cxsr = false; in g4x_invalidate_wms()
1169 wm_state->hpll_en = false; in g4x_invalidate_wms()
1217 wm_state->sr.fbc = raw->fbc; in _g4x_compute_pipe_wm()
1230 wm_state->hpll_en = wm_state->cxsr; in _g4x_compute_pipe_wm()
1248 wm_state->fbc_en = g4x_compute_fbc_en(wm_state, level - 1); in _g4x_compute_pipe_wm()
1395 if (!wm_state->cxsr) in g4x_merge_wm()
1397 if (!wm_state->hpll_en) in g4x_merge_wm()
1399 if (!wm_state->fbc_en) in g4x_merge_wm()
1417 wm->sr = wm_state->sr; in g4x_merge_wm()
1419 wm->hpll = wm_state->hpll; in g4x_merge_wm()
[all …]