|
@@ -324,7 +324,7 @@ struct drm_i915_error_state {
|
|
u32 dirty:1;
|
|
u32 dirty:1;
|
|
u32 purgeable:1;
|
|
u32 purgeable:1;
|
|
s32 ring:4;
|
|
s32 ring:4;
|
|
- u32 cache_level:2;
|
|
|
|
|
|
+ u32 cache_level:3;
|
|
} **active_bo, **pinned_bo;
|
|
} **active_bo, **pinned_bo;
|
|
u32 *active_bo_count, *pinned_bo_count;
|
|
u32 *active_bo_count, *pinned_bo_count;
|
|
struct intel_overlay_error_state *overlay;
|
|
struct intel_overlay_error_state *overlay;
|