[PATCH 2/2] drm/ttm: use RCU to pipeline evictions

2016-07-05 Thread Alex Deucher
On Tue, Jul 5, 2016 at 8:30 AM, Christian König wrote: > From: Christian König > > Could be faster on the read path. > > Signed-off-by: Christian König Just one style nit pick below. Beyond that, the series is: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ttm/ttm_bo.c | 16 ++

[PATCH 2/2] drm/ttm: use RCU to pipeline evictions

2016-07-05 Thread Christian König
From: Christian König Could be faster on the read path. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 16 ++-- drivers/gpu/drm/ttm/ttm_bo_util.c | 8 +--- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/