aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-08-30 19:00:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2019-08-30 20:49:57 +0100
commitc1d143dd2ac8d481500fec4c0d715ff301d2766f (patch)
tree273592e91e6aef22861d00b09c2b5854538e2061 /drivers/gpu/drm/i915/i915_gem_gtt.h
parentdrm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt (diff)
downloadlinux-stable-c1d143dd2ac8d481500fec4c0d715ff301d2766f.tar.xz
linux-stable-c1d143dd2ac8d481500fec4c0d715ff301d2766f.zip
drm/i915: Remove ppgtt->dirty_engines
This is no longer used anywhere and so can be removed. However, tracking the dirty status on the ppgtt doesn't work very well if the ppgtt is shared, so perhaps for the best that it is no longer required. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190830180000.24608-3-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_gtt.h')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_gtt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.h b/drivers/gpu/drm/i915/i915_gem_gtt.h
index 576f6fb95d13..07c85c134d4c 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.h
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.h
@@ -422,7 +422,6 @@ struct i915_ggtt {
struct i915_ppgtt {
struct i915_address_space vm;
- intel_engine_mask_t pd_dirty_engines;
struct i915_page_directory *pd;
};