Searched refs:kpage (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_cs.c291 p->chunks[p->chunk_ib_idx].kpage[0] = malloc(PAGE_SIZE, DRM_MEM_DRIVER, M_NOWAIT);
292 p->chunks[p->chunk_ib_idx].kpage[1] = malloc(PAGE_SIZE, DRM_MEM_DRIVER, M_NOWAIT);
293 if (p->chunks[p->chunk_ib_idx].kpage[0] == NULL ||
294 p->chunks[p->chunk_ib_idx].kpage[1] == NULL) {
295 free(p->chunks[p->chunk_ib_idx].kpage[0], DRM_MEM_DRIVER);
296 free(p->chunks[p->chunk_ib_idx].kpage[1], DRM_MEM_DRIVER);
297 p->chunks[p->chunk_ib_idx].kpage[0] = NULL;
298 p->chunks[p->chunk_ib_idx].kpage[1] = NULL;
343 free(parser->chunks[i].kpage[0], DRM_MEM_DRIVER);
344 free(parser->chunks[i].kpage[
[all...]
H A Dr600_cs.c2490 free(parser->chunks[i].kpage[0], DRM_MEM_DRIVER);
2491 free(parser->chunks[i].kpage[1], DRM_MEM_DRIVER);
H A Dradeon.h841 uint32_t *kpage[2]; member in struct:radeon_cs_chunk

Completed in 114 milliseconds