Lines Matching refs:surface_memory
3231 void *surface_memory;
3245 void *surface_memory = NULL;
3253 offset = radeon_legacy_allocate_memory(pScrn, &surface_memory, size, 64,
3262 radeon_legacy_free_memory(pScrn, surface_memory);
3267 radeon_legacy_free_memory(pScrn, surface_memory);
3273 radeon_legacy_free_memory(pScrn, surface_memory);
3277 pPriv->surface_memory = surface_memory;
3314 radeon_legacy_free_memory(pScrn, pPriv->surface_memory);
3315 pPriv->surface_memory = NULL;