diff --git a/linux-core/drm_agpsupport.c b/linux-core/drm_agpsupport.c index 3cc94ff..a65961f 100644 --- a/linux-core/drm_agpsupport.c +++ b/linux-core/drm_agpsupport.c @@ -500,7 +500,6 @@ drm_agp_bind_pages(struct drm_device *dev, DRM_AGP_MEM *mem; int ret, i; - DRM_DEBUG("drm_agp_populate_ttm\n"); #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,11) mem = drm_agp_allocate_memory(num_pages, AGP_USER_MEMORY); #else diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c index be441b0..184bf44 100644 --- a/linux-core/drm_drv.c +++ b/linux-core/drm_drv.c @@ -625,10 +625,6 @@ long drm_unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) atomic_inc(&dev->counts[_DRM_STAT_IOCTLS]); ++file_priv->ioctl_count; - DRM_DEBUG("pid=%d, cmd=0x%02x, nr=0x%02x, dev 0x%lx, auth=%d\n", - current->pid, cmd, nr, (long)old_encode_dev(file_priv->minor->device), - file_priv->authenticated); - if ((nr >= DRM_CORE_IOCTL_COUNT) && ((nr < DRM_COMMAND_BASE) || (nr >= DRM_COMMAND_END))) goto err_i1;