|
@@ -385,7 +385,6 @@ struct i915_hw_ppgtt {
|
|
|
|
|
|
gen6_pte_t __iomem *pd_addr;
|
|
gen6_pte_t __iomem *pd_addr;
|
|
|
|
|
|
- int (*enable)(struct i915_hw_ppgtt *ppgtt);
|
|
|
|
int (*switch_mm)(struct i915_hw_ppgtt *ppgtt,
|
|
int (*switch_mm)(struct i915_hw_ppgtt *ppgtt,
|
|
struct drm_i915_gem_request *req);
|
|
struct drm_i915_gem_request *req);
|
|
void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m);
|
|
void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m);
|