i915: Convert vblank on disabled pipe DRM_ERROR to DRM_DEBUG.

main
Robert Noland 2008-08-22 21:32:37 -04:00
parent 739b01dde4
commit d0acbe4553
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ u32 i915_get_vblank_counter(struct drm_device *dev, int plane)
low_frame = pipe ? PIPEBFRAMEPIXEL : PIPEAFRAMEPIXEL;
if (!i915_pipe_enabled(dev, pipe)) {
DRM_ERROR("trying to get vblank count for disabled pipe %d\n", pipe);
DRM_DEBUG("trying to get vblank count for disabled pipe %d\n", pipe);
return 0;
}