mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 04:20:51 +07:00
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>
5 lines
70 B
C
5 lines
70 B
C
#include "drmP.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "drm_trace.h"
|