Re: [PATCH 1/5] drm/i915: stop pruning reservation object after wait

2019-08-06 Thread Christian König
Am 05.08.19 um 18:54 schrieb Chris Wilson: Quoting Chris Wilson (2019-08-05 16:58:56) Quoting Christian König (2019-08-05 16:45:50) The reservation object should be capable of handling its internal memory management itself. And since we search for a free slot to add the fence from the beginning

Re: [PATCH 1/5] drm/i915: stop pruning reservation object after wait

2019-08-05 Thread Chris Wilson
Quoting Chris Wilson (2019-08-05 16:58:56) > Quoting Christian König (2019-08-05 16:45:50) > > The reservation object should be capable of handling its internal memory > > management itself. And since we search for a free slot to add the fence > > from the beginning this is actually a waste of time

Re: [PATCH 1/5] drm/i915: stop pruning reservation object after wait

2019-08-05 Thread Chris Wilson
Quoting Christian König (2019-08-05 16:45:50) > The reservation object should be capable of handling its internal memory > management itself. And since we search for a free slot to add the fence > from the beginning this is actually a waste of time and only minimal helpful. "From the beginning?" A

[PATCH 1/5] drm/i915: stop pruning reservation object after wait

2019-08-05 Thread Christian König
The reservation object should be capable of handling its internal memory management itself. And since we search for a free slot to add the fence from the beginning this is actually a waste of time and only minimal helpful. Drop it to allow removal of the seqno handling in the reservation object.