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