commit | 3463cf1aad48ef43dd0b4cbd7fed15dcc8d2ca53 | [log] [tgz] |
---|---|---|
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Sun May 26 17:56:19 2013 +0200 |
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Sun Jun 09 18:03:32 2013 +0200 |
tree | 32073abf1d0aac112c3d730e9d44e78fe430929f | |
parent | 22e7c385a80d771aaf3a15ae7ccea3b0686bbe10 [diff] |
drm/gma500/psb: Fix cursor gem obj referencing on psb The internal crtc cursor gem object pointer was never set/updated since it was required to be set in the first place. Fixing this will make the pin/unpin count match and prevent cursor objects from leaking when userspace drops all references to it. Also make sure we drop the gem obj reference on failure. This patch only affects Poulsbo chips. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>