Re: [PATCH v4 1/6] drm/i915: Add support for moving fence waiting

2021-11-20 Thread kernel test robot
Hi "Thomas, I love your patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [also build test ERROR on drm-exynos/exynos-drm-next drm/drm-next v5.16-rc1 next-2028] [cannot apply to drm-intel/for-linux-next tegra-drm/drm/tegra/for-next airlied/drm-next] [If your patch

Re: [PATCH v4 1/6] drm/i915: Add support for moving fence waiting

2021-11-18 Thread Matthew Auld
On 18/11/2021 13:02, Thomas Hellström wrote: From: Maarten Lankhorst For now, we will only allow async migration when TTM is used, so the paths we care about are related to TTM. The mmap path is handled by having the fence in ttm_bo->moving, when pinning, the binding only becomes available aft

[PATCH v4 1/6] drm/i915: Add support for moving fence waiting

2021-11-18 Thread Thomas Hellström
From: Maarten Lankhorst For now, we will only allow async migration when TTM is used, so the paths we care about are related to TTM. The mmap path is handled by having the fence in ttm_bo->moving, when pinning, the binding only becomes available after the moving fence is signaled, and pinning a