Lines Matching refs:PLANE_CURSOR

492 	fifo_state->plane[PLANE_CURSOR] = 63;  in vlv_get_fifo_size()
812 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
943 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
951 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
974 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
993 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
998 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
1012 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
1070 case PLANE_CURSOR: in g4x_plane_fifo_size()
1129 if (plane->id == PLANE_CURSOR) { in g4x_compute_wm()
1282 g4x_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level); in g4x_raw_crtc_wm_is_valid()
1332 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in _g4x_compute_pipe_wm()
1351 wm_state->sr.cursor = raw->plane[PLANE_CURSOR]; in _g4x_compute_pipe_wm()
1362 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in _g4x_compute_pipe_wm()
1471 g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_SR)) && in g4x_compute_intermediate_wm()
1477 g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_HPLL)) && in g4x_compute_intermediate_wm()
1644 if (plane->id == PLANE_CURSOR) { in vlv_compute_wm_level()
1673 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_compute_fifo()
1719 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_compute_fifo()
1813 int max_wm = plane_id == PLANE_CURSOR ? 63 : 511; in vlv_raw_plane_wm_compute()
1853 vlv_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level); in vlv_raw_crtc_wm_is_valid()
1863 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in _vlv_compute_pipe_wm()
1897 vlv_invert_wm_value(raw->plane[PLANE_CURSOR], in _vlv_compute_pipe_wm()
1951 if (dirty & ~BIT(PLANE_CURSOR)) { in vlv_compute_pipe_wm()
1995 drm_WARN_ON(&dev_priv->drm, fifo_state->plane[PLANE_CURSOR] != 63); in vlv_atomic_update_fifo()
2165 wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
3659 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); in g4x_read_wm_values()
3668 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); in g4x_read_wm_values()
3689 wm->ddl[pipe].plane[PLANE_CURSOR] = in vlv_read_wm_values()
3699 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); in vlv_read_wm_values()
3705 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); in vlv_read_wm_values()
3722 wm->pipe[PIPE_C].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORC); in vlv_read_wm_values()
3802 raw->plane[PLANE_CURSOR] = active->sr.cursor; in g4x_wm_get_hw_state()
3812 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
3832 wm->pipe[pipe].plane[PLANE_CURSOR], in g4x_wm_get_hw_state()
3986 wm->pipe[pipe].plane[PLANE_CURSOR], in vlv_wm_get_hw_state()