diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-04-18 11:41:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-04-18 11:41:30 +0000 |
commit | bb1b40080c4f0280752ce4aa5c996b509cec3ce2 (patch) | |
tree | 7b328044e20ee3ef95bf88d5ea63a3f31e5dc458 /sys/dev/pci/drm/i915/i915_drv.h | |
parent | 70b4d5fefc12f4b2c32cd0f7f54b85829fe7076e (diff) |
define and use trace macros
discussed with kettenis
Diffstat (limited to 'sys/dev/pci/drm/i915/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_drv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/i915_drv.h b/sys/dev/pci/drm/i915/i915_drv.h index 5fa4dda51a3..ecec03e0aa9 100644 --- a/sys/dev/pci/drm/i915/i915_drv.h +++ b/sys/dev/pci/drm/i915/i915_drv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i915_drv.h,v 1.61 2015/04/17 00:54:42 jsg Exp $ */ +/* $OpenBSD: i915_drv.h,v 1.62 2015/04/18 11:41:28 jsg Exp $ */ /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*- */ /* @@ -1339,6 +1339,8 @@ struct drm_i915_file_private { #define GT_FREQUENCY_MULTIPLIER 50 +#include "i915_trace.h" + /** * RC6 is a special power stage which allows the GPU to enter an very * low-voltage mode when idle, using down to 0V while at this stage. This |