]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drm/i915: Remove the error message for unbinding pinned buffers
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 24 May 2012 18:11:20 +0000 (19:11 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 May 2012 08:10:40 +0000 (10:10 +0200)
commit31d8d651eb646498413abe5f17acc7fa2b68b2fc
treecaec0c2329981b88f31eb03f42c0a9b116c70113
parentbed1ea95a38bf7a54fd3229edcd3871a18ca98c0
drm/i915: Remove the error message for unbinding pinned buffers

This is now used intentionally to prevent proliferation of is-pinned
checks upon the inactive list following:

commit 1b50247a8ddde4af5aaa0e6bc125615372ce6c16
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Apr 24 15:47:30 2012 +0100

    drm/i915: Remove the list of pinned inactive objects

Reported-and-tested-by: guang.a.yang@intel.com
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50075
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c