commit | c1d143dd2ac8d481500fec4c0d715ff301d2766f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Aug 30 19:00:00 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Aug 30 20:49:57 2019 +0100 |
tree | 273592e91e6aef22861d00b09c2b5854538e2061 | |
parent | 0b718ba1e884f64dce27c19311dd2859b87e56b9 [diff] |
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