mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-28 22:48:24 +02:00
If drmPrimeFDToHandle fails in etna_bo_from_dmabuf, the function must
not return with the table_lock mutex held. Unlock the mutex in the error
path.
Based on
|
||
|---|---|---|
| .. | ||
| Android.mk | ||
| etnaviv-symbol-check | ||
| etnaviv_bo.c | ||
| etnaviv_bo_cache.c | ||
| etnaviv_cmd_stream.c | ||
| etnaviv_device.c | ||
| etnaviv_drm.h | ||
| etnaviv_drmif.h | ||
| etnaviv_gpu.c | ||
| etnaviv_pipe.c | ||
| etnaviv_priv.h | ||
| libdrm_etnaviv.pc.in | ||
| Makefile.am | ||
| Makefile.sources | ||