Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_drv.h648 struct g4x_wm_state { struct
697 struct g4x_wm_state intermediate;
699 struct g4x_wm_state optimal;
931 struct g4x_wm_state g4x;
Dintel_pm.c1288 struct g4x_wm_state *wm_state, int level) in g4x_invalidate_wms()
1317 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1405 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm()
1406 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1411 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1489 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; in g4x_merge_wm()
1511 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; in g4x_merge_wm()
5718 struct g4x_wm_state *active = &crtc->wm.active.g4x; in g4x_wm_get_hw_state()
5804 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_wm_sanitize()