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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory_debug.h150 DRM_MEM_ERROR(area, "Allocating 0 bytes\n");
194 DRM_MEM_ERROR(area, "Attempt to free NULL pointer\n");
203 DRM_MEM_ERROR(area, "Excess frees: %d frees, %d allocs\n",
214 DRM_MEM_ERROR(DRM_MEM_TOTALAGP, "Allocating 0 pages\n");
238 DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
251 DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
264 DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
289 DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
303 DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
H A Ddrm_pci.c138 DRM_MEM_ERROR(area, "Attempt to free address 0\n");
158 DRM_MEM_ERROR(area,
H A DdrmP.h168 #define DRM_MEM_ERROR(area, fmt, arg...) \ macro

Completed in 103 milliseconds