68103b2758
Add assertions to drm_intel_gem_bo_reference, drm_intel_gem_bo_reference_locked and drm_intel_gem_bo_unreference_locked that the object has not been freed (refcount > 0). Mistakes in refcounting lead to attempts to insert a bo into a free list more than once which causes application failure as empty free lists are dereferenced as buffer objects. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
---|---|---|
.. | ||
Makefile.am | ||
intel_bufmgr.c | ||
intel_bufmgr.h | ||
intel_bufmgr_fake.c | ||
intel_bufmgr_gem.c | ||
intel_bufmgr_priv.h | ||
intel_chipset.h | ||
mm.c | ||
mm.h |