drm/i915: don't allow tiling changes on pinned buffers v2
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 23 Apr 2010 21:01:01 +0000 (23:01 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 10 May 2010 20:38:30 +0000 (13:38 -0700)
Makes no sense and complicates matters for pipelined tiling changes.
So don't allow it and return -EBUSY.

v2: Fix reference leak. Thanks to Owain Ainsworth for spotting this.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found