drm/i915: Demote unknown param to DRM_DEBUG
authorBen Widawsky <ben@bwidawsk.net>
Fri, 31 May 2013 18:28:45 +0000 (11:28 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 3 Jun 2013 08:45:08 +0000 (10:45 +0200)
It's not terribly interesting to know that a parameter doesn't exist,
and it can get in the way of interesting messages, especially with the
staggered VECS merging as we've done.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found