[Intel-gfx] [PATCH] drm/i915: Split out GTT fault handler to make it generic
Abdiel Janulgue
abdiel.janulgue at linux.intel.com
Tue Jun 4 11:20:43 UTC 2019
On 06/04/2019 02:00 PM, Chris Wilson wrote:
>> +
>> + /* Access to snoopable pages through the GTT is incoherent. */
>> + if (obj->cache_level != I915_CACHE_NONE && !HAS_LLC(dev_priv)) {
>
> And that is very, very specific to one path.
>
Oops, yep that should be gtt-fault specific
> From the sampling here, this is not generic preamble.
> -Chris
>
More information about the Intel-gfx
mailing list