radeon_object.c | 625 int steal; local in function:radeon_bo_get_surface_reg 639 steal = -1; 648 steal = i; 653 if (steal == -1) 656 reg = &rdev->surface_regs[steal]; 659 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object); 662 i = steal;
|