summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915_drv.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2013-02-26 21:57:25 +1100
committerJonathan Gray <jsg@jsg.id.au>2013-02-26 21:57:25 +1100
commitb76f0e13332e90c436c41279e52547abe3c75eab (patch)
tree21ba4d337571bd361b85a3ce8a0476755040aa2a /sys/dev/pci/drm/i915_drv.h
parent83ffe489ef0fe14cbeaeb83ad6eb0cd2ab38c18d (diff)
add a i915_gem_clflush_object implementation, not yet used
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 56396ebba0d..e42caa3d5d9 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -1192,6 +1192,7 @@ void i915_gem_reset_fences(struct drm_device *);
int i915_gem_object_get_fence(struct drm_i915_gem_object *);
int i915_gem_object_put_fence(struct drm_i915_gem_object *);
void i915_gem_reset(struct drm_device *);
+void i915_gem_clflush_object(struct drm_i915_gem_object *);
/* intel_opregion.c */
int intel_opregion_setup(struct drm_device *dev);