Re: [PATCH 05/10] drm/ttm: add bo wait that takes a ctx wrapper.

2020-09-23 Thread Christian König
Am 23.09.20 um 05:04 schrieb Dave Airlie: From: Dave Airlie I'm thinking of pushing the wait into the drivers. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 ++-- drivers/gpu/drm/qxl/qxl_ttm.c| 2 +- drivers/gpu/drm/radeo

[PATCH 05/10] drm/ttm: add bo wait that takes a ctx wrapper.

2020-09-22 Thread Dave Airlie
From: Dave Airlie I'm thinking of pushing the wait into the drivers. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 ++-- drivers/gpu/drm/qxl/qxl_ttm.c| 2 +- drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- drivers/gpu/drm/ttm/ttm_bo_util.c| 4 ++-- include/dr