[PATCH 1/3] drm/ttm: allow fence to be added as shared

2014-09-10 Thread Alex Deucher
Dave any opinion on this patch set? Are you ok with me including it in my next drm-next pull request? It'd be nice to get some additional review on the ttm changes, but it shouldn't really affect any other drivers unless they enable shared fences for concurrent buffer reads. We'd like to get this

[PATCH 1/3] drm/ttm: allow fence to be added as shared

2014-09-10 Thread Alex Deucher
On Thu, Sep 4, 2014 at 2:01 PM, Christian K?nig wrote: > From: Christian K?nig > > This patch adds a new flag to the ttm_validate_buffer list to > add the fence as shared to the reservation object. > > Signed-off-by: Christian K?nig Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/qxl/qxl_

[PATCH 1/3] drm/ttm: allow fence to be added as shared

2014-09-04 Thread Christian König
From: Christian K?nig This patch adds a new flag to the ttm_validate_buffer list to add the fence as shared to the reservation object. Signed-off-by: Christian K?nig --- drivers/gpu/drm/qxl/qxl_release.c| 1 + drivers/gpu/drm/radeon/radeon_cs.c | 1 + drivers/gpu/drm/radeon/rad