git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7c8ee
)
drm/i915: release cursor when crtc is destroyed
author
Mika Kuoppala
<mika.kuoppala@linux.intel.com>
Tue, 23 Apr 2013 14:27:08 +0000
(17:27 +0300)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 31 May 2013 18:54:07 +0000
(20:54 +0200)
crtc is holding a reference to a cursor bo and it needs
to be released when crtc is destroyed so that we don't leak
the cursor bo.
v2: Enhance set and move cursor so that disabled
cursor is handled correctly (Ville Syrjälä)
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found