Re: [PATCH 2/4] drm/ttm: use the parent resv for ghost objects v2

2019-10-09 Thread Daniel Vetter
On Wed, Oct 09, 2019 at 03:10:09PM +0200, Christian König wrote: > Am 08.10.19 um 11:25 schrieb Daniel Vetter: > > On Thu, Aug 29, 2019 at 04:29:15PM +0200, Christian König wrote: > > > This way we can even pipeline imported BO evictions. > > > > > > v2: Limit this to only cases when the parent

Re: [PATCH 2/4] drm/ttm: use the parent resv for ghost objects v2

2019-10-09 Thread Christian König
Am 08.10.19 um 11:25 schrieb Daniel Vetter: On Thu, Aug 29, 2019 at 04:29:15PM +0200, Christian König wrote: This way we can even pipeline imported BO evictions. v2: Limit this to only cases when the parent object uses a separate reservation object as well. This fixes another OOM problem.

Re: [PATCH 2/4] drm/ttm: use the parent resv for ghost objects v2

2019-10-08 Thread Daniel Vetter
On Thu, Aug 29, 2019 at 04:29:15PM +0200, Christian König wrote: > This way we can even pipeline imported BO evictions. > > v2: Limit this to only cases when the parent object uses a separate > reservation object as well. This fixes another OOM problem. > > Signed-off-by: Christian König

[PATCH 2/4] drm/ttm: use the parent resv for ghost objects v2

2019-08-29 Thread Christian König
This way we can even pipeline imported BO evictions. v2: Limit this to only cases when the parent object uses a separate reservation object as well. This fixes another OOM problem. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_util.c | 16 +--- 1 file changed, 9