]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/drm_trace.h
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[karo-tx-linux.git] / drivers / gpu / drm / drm_trace.h
index 03ea964aa6040de314c0a84c1beba08aa4650d67..27cc95f363812516d4c2247b1253edbe19188938 100644 (file)
@@ -21,7 +21,7 @@ TRACE_EVENT(drm_vblank_event,
                    __entry->crtc = crtc;
                    __entry->seq = seq;
                    ),
-           TP_printk("crtc=%d, seq=%d", __entry->crtc, __entry->seq)
+           TP_printk("crtc=%d, seq=%u", __entry->crtc, __entry->seq)
 );
 
 TRACE_EVENT(drm_vblank_event_queued,
@@ -37,7 +37,7 @@ TRACE_EVENT(drm_vblank_event_queued,
                    __entry->crtc = crtc;
                    __entry->seq = seq;
                    ),
-           TP_printk("pid=%d, crtc=%d, seq=%d", __entry->pid, __entry->crtc, \
+           TP_printk("pid=%d, crtc=%d, seq=%u", __entry->pid, __entry->crtc, \
                      __entry->seq)
 );
 
@@ -54,7 +54,7 @@ TRACE_EVENT(drm_vblank_event_delivered,
                    __entry->crtc = crtc;
                    __entry->seq = seq;
                    ),
-           TP_printk("pid=%d, crtc=%d, seq=%d", __entry->pid, __entry->crtc, \
+           TP_printk("pid=%d, crtc=%d, seq=%u", __entry->pid, __entry->crtc, \
                      __entry->seq)
 );