ac2874b980
Emit a trace point for vblank events. This can be helpful for mapping drawing activity against the vblank frequency and period. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
4 lines
70 B
C
4 lines
70 B
C
#include "drmP.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "drm_trace.h"
|