Message ID | 51C270FA.5010703@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- linux-next-20130619.orig/drivers/gpu/drm/i915/i915_gem.c +++ linux-next-20130619/drivers/gpu/drm/i915/i915_gem.c @@ -3110,7 +3110,7 @@ i915_gem_object_bind_to_gtt(struct drm_i * before evicting everything in a vain attempt to find space. */ if (obj->base.size > gtt_max) { - DRM_ERROR("Attempting to bind an object larger than the aperture: object=%zd > %s aperture=%ld\n", + DRM_ERROR("Attempting to bind an object larger than the aperture: object=%zd > %s aperture=%zu\n", obj->base.size, map_and_fenceable ? "mappable" : "total", gtt_max);