Searched refs:temp_pagelist (Results 1 – 1 of 1) sorted by relevance
745 unsigned long *temp_pagelist; in drm_addbufs_pci() local819 temp_pagelist = drm_alloc((dma->page_count + (count << page_order)) in drm_addbufs_pci()821 if (!temp_pagelist) { in drm_addbufs_pci()830 memcpy(temp_pagelist, in drm_addbufs_pci()849 drm_free(temp_pagelist, in drm_addbufs_pci()861 temp_pagelist[dma->page_count + page_count++] in drm_addbufs_pci()889 drm_free(temp_pagelist, in drm_addbufs_pci()913 drm_free(temp_pagelist, in drm_addbufs_pci()934 dma->pagelist = temp_pagelist; in drm_addbufs_pci()