CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/05 22:21:59
Modified files: sys/dev/pci/drm: drmP.h drm_heap.c radeon_cp.c radeon_drv.h radeon_mem.c radeon_state.c Log message: merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap interface as drm_mem_release() and drm_mem_takedown() respectively. While this interface's days are numbered, I'm about to make another driver use it to remove even worse code. Roll on memory management...