Searched refs:wm_state (Results 1 – 2 of 2) sorted by relevance
968 struct vlv_wm_state *wm_state = &crtc->wm_state; in vlv_compute_fifo() local982 wm_state->num_active_planes++; in vlv_compute_fifo()1007 fifo_extra = DIV_ROUND_UP(fifo_left, wm_state->num_active_planes ?: 1); in vlv_compute_fifo()1021 wm_state->num_active_planes) in vlv_compute_fifo()1034 struct vlv_wm_state *wm_state = &crtc->wm_state; in vlv_invert_wms() local1037 for (level = 0; level < wm_state->num_levels; level++) { in vlv_invert_wms()1042 wm_state->sr[level].plane = sr_fifo_size - wm_state->sr[level].plane; in vlv_invert_wms()1043 wm_state->sr[level].cursor = 63 - wm_state->sr[level].cursor; in vlv_invert_wms()1049 wm_state->wm[level].cursor = plane->wm.fifo_size - in vlv_invert_wms()1050 wm_state->wm[level].cursor; in vlv_invert_wms()[all …]
591 struct vlv_wm_state wm_state; member