commit | 2fd5eabab02d9cdade04397eae0bfd49f452cdba | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 11 16:28:34 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Jan 20 22:17:11 2013 +0100 |
tree | 4100bb2ef31de7d4aa730d9e56c6660e129dc099 | |
parent | 623f9783027ef0a948205f17792c9e1fcedb61c6 [diff] |
drm/vmwgfx: add proper framebuffer refcounting Afact vmwgfx already has all the right refcounting implemented on the backing storage, and we only need to ensure that the drm fb doesn't disappear untimely. So holding onto the fb reference from _lookup until vmw_kms_present has completed should be enough. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>