Searched hist:198694 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Ddrm_scatter.cdiff 198694 Fri Oct 30 16:18:21 MDT 2009 rnoland Some general cleanup of scatter/gather memory allocation

- We don't need to check malloc return values with M_WAITOK
- remove variables that we don't really need
- cleanup the error paths by just calling drm_sg_cleanup()
- fix drm_sg_cleanup() to be safe to call at any time

MFC after: 2 weeks

Completed in 103 milliseconds