drm/libdrm/intel
Eric Anholt 0e86731232 intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.
This relies on a new kernel ioctl to get the available aperture size.

In order to provide reasonable performance from dri_bufmgr_check_aperture, we
now require that once a buffer has been used as the target of a relocation,
it gets no further relocations added to it.  This cuts the cost of
check_aperture from 10% to 1% in the 3D driver with no code changes, but
slightly complicates our plans for the 2D driver.
2008-10-28 14:27:49 -07:00
..
Makefile.am link libdrm_intel properly 2008-10-13 16:39:33 -07:00
intel_bufmgr.c intel: Add interface for getting tiling mode of a bo. 2008-10-14 13:23:04 -07:00
intel_bufmgr.h intel: Add interface for getting tiling mode of a bo. 2008-10-14 13:23:04 -07:00
intel_bufmgr_fake.c intel: Also total child_size of the target_bos. Partial fix #17964. 2008-10-24 16:41:54 +08:00
intel_bufmgr_gem.c intel: Add dri_bufmgr_check_aperture support for bufmgr_gem. 2008-10-28 14:27:49 -07:00
intel_bufmgr_priv.h intel: Add interface for getting tiling mode of a bo. 2008-10-14 13:23:04 -07:00
mm.c Move the renaming of mm.c symbols to #defines in the header. 2008-06-11 15:58:33 -07:00
mm.h Move the renaming of mm.c symbols to #defines in the header. 2008-06-11 15:58:33 -07:00