Lines Matching refs:plane
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;
205 __entry->hpll_plane = wm->hpll.plane;
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;
288 /* plane updates */
291 TP_PROTO(struct drm_plane *plane, struct intel_crtc *crtc),
292 TP_ARGS(plane, crtc),
300 __string(name, plane->name)
304 __assign_str(name, plane->name);
308 memcpy(__entry->src, &plane->state->src, sizeof(__entry->src));
309 memcpy(__entry->dst, &plane->state->dst, sizeof(__entry->dst));
312 TP_printk("pipe %c, plane %s, frame=%u, scanline=%u, " DRM_RECT_FP_FMT " -> " DRM_RECT_FMT,
320 TP_PROTO(struct drm_plane *plane, struct intel_crtc *crtc),
321 TP_ARGS(plane, crtc),
327 __string(name, plane->name)
331 __assign_str(name, plane->name);
337 TP_printk("pipe %c, plane %s, frame=%u, scanline=%u",