Searched refs:drm_malloc_ab (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_mem_util.h45 static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem.c3584 object_list = drm_malloc_ab(sizeof(*object_list), args->buffer_count);
3918 exec_list = drm_malloc_ab(sizeof(*exec_list), args->buffer_count);
3919 exec2_list = drm_malloc_ab(sizeof(*exec2_list), args->buffer_count);
4002 exec2_list = drm_malloc_ab(sizeof(*exec2_list), args->buffer_count);

Completed in 118 milliseconds