summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 0d67b17ceef0..122a4acb2580 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -495,9 +495,9 @@ struct drm_i915_error_state {
u32 userptr:1;
s32 ring:4;
u32 cache_level:3;
- } **active_bo, **pinned_bo;
+ } **active_bo, **pinned_bo, *requested_bo;
- u32 *active_bo_count, *pinned_bo_count;
+ u32 *active_bo_count, *pinned_bo_count, requested_bo_count;
u32 vm_count;
};
@@ -2154,6 +2154,8 @@ struct drm_i915_gem_request {
/** file_priv list entry for this request */
struct list_head client_list;
+ struct list_head error_list;
+
uint32_t uniq;
/**