[Intel-gfx] [PATCH 7/8] drm/i915: Generalize intel_ring_get_tail to take a ringbuf

2014-07-03 Thread oscar . mateo
From: Oscar Mateo oscar.ma...@intel.com Again, it's low-level enough to simply take a ringbuf and nothing else. Trivial change. Reviewed-by: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Oscar Mateo oscar.ma...@intel.com --- drivers/gpu/drm/i915/i915_gem.c | 4 ++--

Re: [Intel-gfx] [PATCH 7/8] drm/i915: Generalize intel_ring_get_tail to take a ringbuf

2014-06-30 Thread Jesse Barnes
On Thu, 26 Jun 2014 14:24:18 +0100 oscar.ma...@intel.com wrote: From: Oscar Mateo oscar.ma...@intel.com Again, it's low-level enough to simply take a ringbuf and nothing else. Trivial change. Signed-off-by: Oscar Mateo oscar.ma...@intel.com --- drivers/gpu/drm/i915/i915_gem.c

[Intel-gfx] [PATCH 7/8] drm/i915: Generalize intel_ring_get_tail to take a ringbuf

2014-06-26 Thread oscar . mateo
From: Oscar Mateo oscar.ma...@intel.com Again, it's low-level enough to simply take a ringbuf and nothing else. Trivial change. Signed-off-by: Oscar Mateo oscar.ma...@intel.com --- drivers/gpu/drm/i915/i915_gem.c | 4 ++-- drivers/gpu/drm/i915/intel_ringbuffer.h | 4 ++-- 2 files