Lines Matching refs:crtc
20 TP_PROTO(struct intel_crtc *crtc),
21 TP_ARGS(crtc),
32 __entry->pipe = crtc->pipe;
33 __entry->frame = crtc->base.dev->driver->get_vblank_counter(crtc->base.dev,
34 crtc->pipe);
35 __entry->scanline = intel_get_crtc_scanline(crtc);
36 __entry->min = crtc->debug.min_vbl;
37 __entry->max = crtc->debug.max_vbl;
46 TP_PROTO(struct intel_crtc *crtc),
47 TP_ARGS(crtc),
58 __entry->pipe = crtc->pipe;
59 __entry->frame = crtc->debug.start_vbl_count;
60 __entry->scanline = crtc->debug.scanline_start;
61 __entry->min = crtc->debug.min_vbl;
62 __entry->max = crtc->debug.max_vbl;
71 TP_PROTO(struct intel_crtc *crtc, u32 frame, int scanline_end),
72 TP_ARGS(crtc, frame, scanline_end),
81 __entry->pipe = crtc->pipe;