Home | History | Annotate | Download | only in uxa

Lines Matching defs:bo_table

133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
143 bo_table[0] = intel->batch_bo;
144 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
146 bo_table[0] = intel->batch_bo;
147 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) !=
187 drm_intel_bo *bo_table[] = {
195 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
307 drm_intel_bo *bo_table[] = {
313 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))