Comment # 7
on bug 90537
from Michel Dänzer
(In reply to Christian König from comment #6) > > But in your case it looks like that mesa drops the last reference and the > buffer isn't freed. This means that somebody has still a reference to the > buffer which is a bit odd. > > It probably points to a bug somewhere. Not necessarily if the BO is shared. E.g. in the Xorg radeon driver we have to leak a reference to the fbcon BO because of this issue. Another possibility is that the same BO is referenced by several GEM handles in the same DRM fd, e.g. because it's re-imported via GEM flink. In that case, my patch is probably the wrong solution, as it would make the BO unusable via the other GEM handle.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel