Lines Matching defs:rotate_bo
514 struct radeon_bo *rotate_bo;
532 rotate_bo = radeon_bo_open(drmmode->bufmgr, 0, size, base_align, RADEON_GEM_DOMAIN_VRAM, 0);
533 if (rotate_bo == NULL)
536 radeon_bo_map(rotate_bo, 1);
540 rotate_bo->handle,
546 drmmode_crtc->rotate_bo = rotate_bo;
547 return drmmode_crtc->rotate_bo->ptr;
569 0, drmmode_crtc->rotate_bo, NULL);
590 radeon_bo_unmap(drmmode_crtc->rotate_bo);
591 radeon_bo_unref(drmmode_crtc->rotate_bo);
592 drmmode_crtc->rotate_bo = NULL;