Re: [Intel-gfx] [PATCH 0/9] [RFC] fair-lru eviction

2010-05-19 Thread Chris Wilson
On Tue, 18 May 2010 23:11:42 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Hi all, This patch series implements the fair-lru eviction Chris Wilson already posted with a twist. It's essentially the same idea algorithm. Differnences versus his patch: - Doesn't do any allocations while

Re: [Intel-gfx] [PATCH 1/4] introduce intel_ring_buffer structure

2010-05-19 Thread Simon Farnsworth
On Wednesday 19 May 2010, Zou, Nanhai nanhai@intel.com wrote: Currently we do not find any regression or slowness. We have been testing full HD video test along with regression tests for more than 1 month. The only slowness we find now is with playing 2 1080p H.264 video. That was

[Intel-gfx] [PATCH 0/3] implement multiple ring buffer V1

2010-05-19 Thread Zou Nan hai
The patch series try to abstruct ring buffer structure, implement BSD (bit stream decoder) ring buffer for H.264/VC1 VLD decoding. I mark this as V1 for review. ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

[Intel-gfx] [PATCH 1/3] introduce intel_ring_buffer structure V1

2010-05-19 Thread Zou Nan hai
introduce intel_ring_buffer structure, convert render ring buffer to use the structure. Signed-off-by: Zou Nan hai nanhai@intel.com Signed-off-by: Xiang Hai hao haihao.xi...@intel.com --- drivers/gpu/drm/i915/Makefile |1 + drivers/gpu/drm/i915/i915_debugfs.c |8 +-

Re: [Intel-gfx] [PATCH 3/9] drm: kill drm_mm_node-private

2010-05-19 Thread Daniel Vetter
On Wed, May 19, 2010 at 11:25:07AM +0200, Jerome Glisse wrote: On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote: Only ever assigned, never used. Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch NAK private was to be use when doing range restricted allocation somehow

Re: [Intel-gfx] [PATCH 0/3] implement multiple ring buffer V1

2010-05-19 Thread Daniel Vetter
On Wed, May 19, 2010 at 05:33:28PM +0800, Zou Nan hai wrote: The patch series try to abstruct ring buffer structure, implement BSD (bit stream decoder) ring buffer for H.264/VC1 VLD decoding. I mark this as V1 for review. Woot, we're (slowly) getting there. I'll do an in-depth review

Re: [Intel-gfx] [PATCH 1/4] introduce intel_ring_buffer structure

2010-05-19 Thread Simon Farnsworth
On Wednesday 19 May 2010, Eric Anholt eric.anh...@intel.com wrote: On Wed, 19 May 2010 10:00:10 +0100, Simon Farnsworth simon.farnswo...@onelan.com wrote: Bear in mind that I don't have to use VAAPI to call your ioctl; I can write evil code that calls it directly. On the other hand, you