diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-02-19 01:20:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-02-19 01:20:13 +0000 |
commit | 879de2e53d70364692bd7ce9e3803937267917ae (patch) | |
tree | 06074a632e2a81fa3acc92d52c5199d83fc11421 /sys/dev/pci/drm/i915/i915_drv.h | |
parent | 9d5f30118c1b25ad684927ca80f9de5c04a03e06 (diff) |
drm/i915: fix missed hunk after GT access breakage
From Ben Widawsky
991d4b19f95e3baa4297d57413ca64e7caa1d959 in ubuntu 3.8
e1b4d3036c07ff137955fb1c0197ab62534f46ec in mainline linux
Diffstat (limited to 'sys/dev/pci/drm/i915/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/i915_drv.h b/sys/dev/pci/drm/i915/i915_drv.h index 3bee923e38c..d084df31ca6 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.49 2014/02/19 01:14:41 jsg Exp $ */ +/* $OpenBSD: i915_drv.h,v 1.50 2014/02/19 01:20:12 jsg Exp $ */ /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*- */ /* @@ -1110,6 +1110,7 @@ void i915_hangcheck_elapsed(void *); void i915_handle_error(struct drm_device *dev, bool wedged); void intel_enable_asle(struct drm_device *); +extern void intel_pm_init(struct drm_device *dev); extern void intel_gt_init(struct drm_device *dev); extern void intel_gt_sanitize(struct drm_device *dev); |