summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-27 17:50:39 -0700
committerEric Anholt <eric@anholt.net>2008-05-27 18:03:18 -0700
commite10502002f0ebb2b56b19384b2f2eae7a7a84512 (patch)
tree0f8ac103f9995e0d4ef8218e629c214f8bef6595 /shared-core/i915_drv.h
parent1f4e36081bd6ff7d7b53a62e0c8db7c0f82edf99 (diff)
[intel-gem] Replace idlelock usage with real lock acquisition.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index fee6d436..76bc6bee 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -454,6 +454,7 @@ int i915_gem_busy_ioctl(struct drm_device *dev, void *data,
int i915_gem_init_object(struct drm_gem_object *obj);
void i915_gem_free_object(struct drm_gem_object *obj);
int i915_gem_set_domain(struct drm_gem_object *obj,
+ struct drm_file *file_priv,
uint32_t read_domains,
uint32_t write_domain);
int i915_gem_flush_pwrite(struct drm_gem_object *obj,