Re: [Intel-gfx] [PATCH 1/4] drm/i915: Demote unknown param to DRM_DEBUG

2013-05-31 Thread Chris Wilson
On Fri, May 31, 2013 at 11:28:45AM -0700, Ben Widawsky wrote: > 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 The idiom we have

[Intel-gfx] [PATCH 1/4] drm/i915: Demote unknown param to DRM_DEBUG

2013-05-31 Thread Ben Widawsky
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 --- drivers/gpu/drm/i915/i915_dma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(