From: Jerome Glisse Date: Wed, 13 Jan 2010 11:32:36 +0000 (+0100) Subject: drm/radeon/kms: Do not unpin buffer in fb destruction X-Git-Tag: v2.6.33-rc6~27^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6398d42454ce1671b3422c34fd0f600c9c76c8b1;p=pandora-kernel.git drm/radeon/kms: Do not unpin buffer in fb destruction It's not necessary to unpin buffer in fb destruction. pin/unpin need to be balanced and we don't pin in fb creation. We pin when an fb is associated to a crtc and unpin when the fb is disassociated from the crtc. Note: Maybe we should take reference on fb in set_base callback so fb doesn't disappear until it's unbind from ctrc. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed