Re: [Intel-gfx] [PATCH] drm/ttm: replace busy placement with flags v3

2023-11-22 Thread kernel test robot
/drm/drm-tip drm-tip patch link: https://lore.kernel.org/r/20231113110016.462621-1-Amaranath.Somalapuram%40amd.com patch subject: [Intel-gfx] [PATCH] drm/ttm: replace busy placement with flags v3 config: i386-randconfig-061-20231123 (https://download.01.org/0day-ci/archive/20231123/202311231106

[Intel-gfx] [PATCH] drm/ttm: replace busy placement with flags v3

2023-11-13 Thread Somalapuram Amaranath
Instead of a list of separate busy placement add flags which indicate that a placement should only be used when there is room or if we need to evict. v2: add missing TTM_PL_FLAG_IDLE for i915 v3: fix auto build test ERROR on drm-tip/drm-tip Signed-off-by: Christian König --- drivers/gpu/drm/amd