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

2021-04-22 Thread Christian König
Am 22.04.21 um 11:52 schrieb Daniel Vetter: On Thu, Apr 22, 2021 at 04:37:49PM +0800, Shiwu Zhang wrote: Signed-off-by: Shiwu Zhang Cc: sta...@vger.kernel.org or at least Fixes: tag? The code in question is only in drm-misc-next currently and won't go upstream before 5.14. Zero length co

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

2021-04-22 Thread Zhang, Morris
] drm/ttm: fix error handling if no BO can be swapped out Am 22.04.21 um 10:37 schrieb Shiwu Zhang: > 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(-) &

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

2021-04-22 Thread Daniel Vetter
On Thu, Apr 22, 2021 at 04:37:49PM +0800, Shiwu Zhang wrote: > Signed-off-by: Shiwu Zhang Cc: sta...@vger.kernel.org or at least Fixes: tag? Zero length commit message for something that claims to be a bugfix is probably too short :-) -Daniel > --- > drivers/gpu/drm/ttm/ttm_device.c | 2 +- >

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

2021-04-22 Thread Christian König
Am 22.04.21 um 10:37 schrieb Shiwu Zhang: 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(-) diff --git a/drivers/gpu/drm/ttm/ttm_device.c b/drivers/gpu/drm/ttm/ttm_device.c inde

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

2021-04-22 Thread Shiwu Zhang
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(-) diff --git a/drivers/gpu/drm/ttm/ttm_device.c b/drivers/gpu/drm/ttm/ttm_device.c index 1f2024164d72..5dc92b056f0a 100644 --- a/drivers/