commit | 59ec84eca57ab33107f1cd712a183ff5f9e234d8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jun 04 13:00:22 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jun 04 14:51:25 2019 +0100 |
tree | f9747a82dfedd3ac02d7678c350e527b660ddc07 | |
parent | 1c8242c3a4b2c1fc36c72c5f479058629f772b65 [diff] |
drm/i915: Use unchecked uncore writes to flush the GTT As the GTT is outside of the powerwell, we can simplify flushing the GGTT writes by using an unchecked mmio write and post. v2: s/unc/uncore/ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190604120022.20472-3-chris@chris-wilson.co.uk