CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/12/07 20:27:54

Modified files:
        sys/dev/pci/drm/ttm: ttm_tt.c 

Log message:
correct ttm_tt error paths if bus_dmamap_create() fails

Avoids a double free of gtt in amdgpu_ttm_tt_create() if the
bus_dmamap_create() call in ttm_sg_tt_init() fails and ttm_tt_destroy()
calls amdgpu_ttm_backend_destroy().

feedback from and ok kettenis@

Reply via email to