Lines Matching refs:bo_table
125 i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table, int num_bos)
132 bo_table[0] = pI830->batch_bo;
133 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
135 bo_table[0] = pI830->batch_bo;
136 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0)
166 drm_intel_bo *bo_table[] = {
187 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table)))
260 drm_intel_bo *bo_table[] = {
272 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table)))