summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915_drv.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2013-02-23 17:10:28 +1100
committerJonathan Gray <jsg@jsg.id.au>2013-02-23 17:10:28 +1100
commiteef2235cb3beaa34d736fab4cd51e7bd6c8cf7eb (patch)
tree5250d22caf0b4eb23ff73887744410096fdc0ff2 /sys/dev/pci/drm/i915_drv.h
parentaf10d324461c5f817c82171bd8b4f14bebf0471c (diff)
add i915_kernel_lost_context for ums (replaces inteldrm_update_ring).
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r--sys/dev/pci/drm/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index e3d5e710be4..387b01c7943 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -1129,6 +1129,7 @@ void intel_teardown_mchbar(struct inteldrm_softc *,
struct pci_attach_args *, int);
int i915_getparam(struct inteldrm_softc *dev_priv, void *data);
int i915_setparam(struct inteldrm_softc *dev_priv, void *data);
+void i915_kernel_lost_context(struct drm_device *);
/* i915_drv.c */
void inteldrm_wipe_mappings(struct drm_obj *);