diff options
author | 2010-01-13 12:32:36 +0100 | |
---|---|---|
committer | 2010-01-14 11:53:21 +1000 | |
commit | 6398d42454ce1671b3422c34fd0f600c9c76c8b1 (patch) | |
tree | d52d909cc653b1fb9a6553ca973900d1bea2aabf /lib/bitmap.c | |
parent | drm/radeon/kms: fix displayport->dvi connector DDC. (diff) | |
download | linux-dev-6398d42454ce1671b3422c34fd0f600c9c76c8b1.tar.xz linux-dev-6398d42454ce1671b3422c34fd0f600c9c76c8b1.zip |
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 <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions