]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.
authorEric Anholt <eric@anholt.net>
Tue, 3 Feb 2009 20:10:21 +0000 (12:10 -0800)
committerDave Airlie <airlied@linux.ie>
Sun, 8 Feb 2009 11:38:23 +0000 (21:38 +1000)
commitf277cf1dbe161acba59782aa77dfeb3e78e84a3a
tree754391a5df9749173316d9fd6382e4bd9af9e554
parentea4a005cf5952e1d89b8782fda59b901ad178af1
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.

Getting an unknown get/setparam used to be more significant back when they
didn't change much.  However, now that we're in the git world we're using
them instead of a monotonic version number to signal feature availability,
so clients ask about unknown params on older kernels more often.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/i915/i915_dma.c