Lines Matching refs:crtc
20 TP_PROTO(struct intel_crtc *crtc, u32 min, u32 max),
21 TP_ARGS(crtc, min, max),
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);
46 TP_PROTO(struct intel_crtc *crtc, u32 min, u32 max, u32 frame),
47 TP_ARGS(crtc, min, max, frame),
58 __entry->pipe = crtc->pipe;
60 __entry->scanline = intel_get_crtc_scanline(crtc);
71 TP_PROTO(struct intel_crtc *crtc, u32 frame),
72 TP_ARGS(crtc, frame),
81 __entry->pipe = crtc->pipe;
83 __entry->scanline = intel_get_crtc_scanline(crtc);