Lines Matching refs:wm
172 TP_PROTO(struct intel_crtc *crtc, const struct g4x_wm_values *wm),
173 TP_ARGS(crtc, wm),
197 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
198 __entry->sprite = wm->pipe[crtc->pipe].plane[PLANE_SPRITE0];
199 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
200 __entry->sr_plane = wm->sr.plane;
201 __entry->sr_cursor = wm->sr.cursor;
202 __entry->sr_fbc = wm->sr.fbc;
203 __entry->hpll_plane = wm->hpll.plane;
204 __entry->hpll_cursor = wm->hpll.cursor;
205 __entry->hpll_fbc = wm->hpll.fbc;
206 __entry->cxsr = wm->cxsr;
207 __entry->hpll = wm->hpll_en;
208 __entry->fbc = wm->fbc_en;
220 TP_PROTO(struct intel_crtc *crtc, const struct vlv_wm_values *wm),
221 TP_ARGS(crtc, wm),
241 __entry->level = wm->level;
242 __entry->cxsr = wm->cxsr;
243 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
244 __entry->sprite0 = wm->pipe[crtc->pipe].plane[PLANE_SPRITE0];
245 __entry->sprite1 = wm->pipe[crtc->pipe].plane[PLANE_SPRITE1];
246 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
247 __entry->sr_plane = wm->sr.plane;
248 __entry->sr_cursor = wm->sr.cursor;