Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_types.h671 struct g4x_wm_state { struct
722 struct g4x_wm_state intermediate;
724 struct g4x_wm_state optimal;
1015 struct g4x_wm_state g4x;
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c1308 struct g4x_wm_state *wm_state, int level) in g4x_invalidate_wms()
1337 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1424 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm()
1425 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1430 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1508 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; in g4x_merge_wm()
1530 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; in g4x_merge_wm()
5998 struct g4x_wm_state *active = &crtc->wm.active.g4x; in g4x_wm_get_hw_state()
6084 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_wm_sanitize()