CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/06 14:56:25
Modified files: sys/dev/pci/drm: files.drm i915_dma.c i915_drv.c i915_drv.h Log message: Turns out that the intel version of the heap interface isn't used anywhere. And hasn't been for a long time. The ddx sets up the heap (so just always pass that call and do nothing), but nothing that touches inteldrm actually uses the other ioctls. So just kill them and have one lese thing to worry about. Still got sis and radeon using the common code though.