diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-03-11 13:15:09 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-03-11 13:15:09 +1100 |
commit | 3a4143d6f2489c761e3a0e00941567f7703c53e2 (patch) | |
tree | a181fd1f2d4529f77d22ef69f6928ae66f77c681 /sys/dev/pci/drm/i915_drv.h | |
parent | 1251b11c93a9ab8eda018c9a6750ee989e6b9ed3 (diff) |
handle error completions the same way as FreeBSD
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h index 2eaf075a67b..c10f5e59c81 100644 --- a/sys/dev/pci/drm/i915_drv.h +++ b/sys/dev/pci/drm/i915_drv.h @@ -776,6 +776,9 @@ struct inteldrm_softc { unsigned int fsb_freq, mem_freq, is_ddr3; + int error_completion; + struct mutex error_completion_lock; + time_t last_gpu_reset; struct intel_fbdev *fbdev; |