commit | 71b7e54f71b899db9f8def67a0e976969384e699 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 14 17:35:18 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 23 21:06:02 2015 +0200 |
tree | e484e0213723676fe003723fee8b266ce866e7f7 | |
parent | 2ebef630fd283642a11c48c0e0f054c3c5c59e86 [diff] |
drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt We load the ppgtt ptes once per gpu reset/driver load/resume and that's all that's needed. Note that this only blows up when we're using the allocate_va_range funcs and not the special-purpose ones used. With this change we can get rid of that duplication. Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>