Re: [Intel-gfx] [PATCH] drm/i915: Discard a misplaced GGTT vma

2020-05-29 Thread Chris Wilson
Quoting Mika Kuoppala (2020-05-29 15:24:17) > Chris Wilson writes: > > > Across the many users of the GGTT vma (internal objects, mmapings, > > display etc), we may end up with conflicting requirements for the > > placement. Currently, we try to resolve the conflict by unbinding the > > vma and r

Re: [Intel-gfx] [PATCH] drm/i915: Discard a misplaced GGTT vma

2020-05-29 Thread Mika Kuoppala
Chris Wilson writes: > Across the many users of the GGTT vma (internal objects, mmapings, > display etc), we may end up with conflicting requirements for the > placement. Currently, we try to resolve the conflict by unbinding the > vma and rebinding it to match the new constraints; over time we w