summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_drm.h2
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;