[gem] Reduce console spam from debugging.

This commit is contained in:
Eric Anholt 2008-05-22 22:10:25 -07:00
parent c81050c005
commit ced4b4bb0c
1 changed files with 1 additions and 3 deletions

View File

@ -172,9 +172,7 @@ i830_bind_memory(ScrnInfoPtr pScrn, i830_memory *mem)
pin.handle = mem->gem_handle;
pin.alignment = mem->alignment;
xf86DrvMsg (pScrn->scrnIndex, X_ERROR,
"alignment %d size %d\n", mem->alignment, (int) mem->size);
ret = ioctl(pI830->drmSubFD, DRM_IOCTL_I915_GEM_PIN, &pin);
if (ret != 0)
return FALSE;