diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 2e7d5f9524f7..6532d9713b72 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -1312,6 +1312,8 @@ struct drm_i915_gem_object { | |||
1312 | struct list_head global_list; | 1312 | struct list_head global_list; |
1313 | 1313 | ||
1314 | struct list_head ring_list; | 1314 | struct list_head ring_list; |
1315 | /** Used in execbuf to temporarily hold a ref */ | ||
1316 | struct list_head obj_exec_link; | ||
1315 | /** This object's place in the batchbuffer or on the eviction list */ | 1317 | /** This object's place in the batchbuffer or on the eviction list */ |
1316 | struct list_head exec_list; | 1318 | struct list_head exec_list; |
1317 | 1319 | ||