Re: [PATCH v3] drm/ttm: fix error handling if no BO can be swapped out

2021-04-22 Thread Christian König
Am 22.04.21 um 12:25 schrieb Shiwu Zhang: In case that all pre-allocated BOs are busy, just continue to populate I'm not a native speaker of English either, but I think that should read "previously allocated". BOs since likely half of system memory in total is still free. Signed-off-by: Sh

[PATCH v3] drm/ttm: fix error handling if no BO can be swapped out

2021-04-22 Thread Shiwu Zhang
In case that all pre-allocated BOs are busy, just continue to populate BOs since likely half of system memory in total is still free. Signed-off-by: Shiwu Zhang --- drivers/gpu/drm/ttm/ttm_device.c | 2 +- drivers/gpu/drm/ttm/ttm_tt.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)