Re: [Intel-gfx] [PATCH 1/4] drm/i915: don't allow tiling changes on pinned buffers

2010-04-23 Thread Owain Ainsworth
On Thu, Apr 22, 2010 at 10:12:49PM +0200, Daniel Vetter wrote: > Makes no sense and complicates matters for pipelined tiling changes. > So don't allow it and return -EBUSY. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/i915/i915_gem_tiling.c |3 +++ > 1 files changed, 3 insertions

[Intel-gfx] [PATCH 1/4] drm/i915: don't allow tiling changes on pinned buffers

2010-04-22 Thread Daniel Vetter
Makes no sense and complicates matters for pipelined tiling changes. So don't allow it and return -EBUSY. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_gem_tiling.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_tiling.c b/d