mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-14 13:28:07 +02:00
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> |
||
|---|---|---|
| .. | ||
| intel | ||
| nouveau | ||
| ChangeLog | ||
| libdrm_lists.h | ||
| Makefile.am | ||
| TODO | ||
| xf86drm.c | ||
| xf86drm.h | ||
| xf86drmHash.c | ||
| xf86drmMode.c | ||
| xf86drmMode.h | ||
| xf86drmRandom.c | ||
| xf86drmSL.c | ||
| xf86mm.h | ||