diff options
author | Eric Anholt <eric@anholt.net> | 2008-05-01 15:22:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-05-01 15:22:21 -0700 |
commit | ccd1bae0f676490a88240c62f02e072d2cf3b030 (patch) | |
tree | d74b3bc831796e174dd8059ad7bad056be2d96a5 /shared-core | |
parent | 5af87acbc2025b9f72d51b30f176e9c3909695ac (diff) |
checkpoint: relocations support.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h index 4c241fc5..52d1f31f 100644 --- a/shared-core/i915_drm.h +++ b/shared-core/i915_drm.h @@ -419,7 +419,7 @@ struct drm_i915_gem_relocation_entry { * list to refer to the buffer, but handle lookup should be O(1) anyway, * and prevents O(n) search in userland to find what that index is. */ - uint32_t target_buffer; + uint32_t target_handle; /** Offset in the buffer the relocation entry will be written into */ uint32_t offset; |