summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915_drv.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2013-02-25 16:35:38 +1100
committerJonathan Gray <jsg@jsg.id.au>2013-02-25 16:35:38 +1100
commit9fba7f70c49cc42cd26cdd68d9287ebd1de9e2b5 (patch)
tree902f55176d0fe8e1e8af1fd590106bfa84aa8a7c /sys/dev/pci/drm/i915_drv.h
parentb52b99fbcaa7ff5c9ebc914dfc8f8fc7c973354c (diff)
enable ivybridge parity task
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r--sys/dev/pci/drm/i915_drv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index dff80faef8c..19d84c153fd 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -474,6 +474,11 @@ struct intel_ilk_power_mgmt {
struct drm_i915_gem_object *renderctx;
};
+struct intel_l3_parity {
+ u32 *remap_info;
+ struct workq_task error_task;
+};
+
/*
* lock ordering:
* exec lock,
@@ -752,6 +757,8 @@ struct inteldrm_softc {
int r_t;
u8 corr;
+ struct intel_l3_parity l3_parity;
+
/* gen6+ rps state */
struct intel_gen6_power_mgmt rps;