[Intel-gfx] [PATCH] drm/i915: Round tile chunks up for constructing partial VMAs
Chris Wilson
chris at chris-wilson.co.uk
Mon Nov 7 11:09:13 UTC 2016
On Mon, Nov 07, 2016 at 10:54:43AM +0000, Chris Wilson wrote:
> When we split a large object up into chunks for GTT faulting (because we
> can't fit the whole object into the aperture) we have to align our cuts
> with the fence registers. Each partial VMA must cover a complete set of
> tile rows or the offset into each partial VMA is not aligned with the
> whole image. Currently we enforce a minimum size on each partial VMA,
> but this minimum size itself was not aligned to the tile row causing
> distortion.
>
> Reported-by: Andreas Reis <andreas.reis at gmail.com>
> Reported-by: Chris Clayton <chris2553 at googlemail.com>
> Reported-by: Norbert Preining <preining at logic.at>
> Tested-by: Norbert Preining <preining at logic.at>
> Fixes: 03af84fe7f48 ("drm/i915: Choose partial chunksize based on tile row size")
> Fixes: a61007a83a46 ("drm/i915: Fix partial GGTT faulting") # enabling patch
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98402
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> Cc: Jani Nikula <jani.nikula at linux.intel.com>
> Cc: <drm-intel-fixes at lists.freedesktop.org> # v4.9-rc1+
Tested-by: Chris Clayton <chris2553 at googlemail.com>
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list