CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/19 21:02:24
Modified files:
sys/dev/pci/drm/ttm: ttm_tt.c
Log message:
handle ttm_sg_tt_init() not being called before ttm_tt_fini()
Check that dmamap and segs are non-NULL as not all drivers call
ttm_sg_tt_init().
