Re: [PATCH] drm/ttm: fix pipelined gutting v2

2021-06-08 Thread Thomas Hellström
On 6/8/21 10:19 AM, Christian König wrote: We need to make sure to allocate the sys_mem resource before the point of no return. v2: add missing return value checking, also handle idle case Signed-off-by: Christian König lgtm. Reviewed-by: Thomas Hellström

[PATCH] drm/ttm: fix pipelined gutting v2

2021-06-08 Thread Christian König
We need to make sure to allocate the sys_mem resource before the point of no return. v2: add missing return value checking, also handle idle case Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_util.c | 28 1 file changed, 20 insertions(+), 8 deletions