]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Quiet down drm_mode_getconnector
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 27 Apr 2016 10:07:02 +0000 (11:07 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Apr 2016 08:54:17 +0000 (10:54 +0200)
commit39353190808f4f6a12f315be49c1bacdbf787da4
treea4d7d40e353596f31a2b5495b7f4751e9052c244
parent5f72f8a7f3d124b6c9112f07c8b7a617f205609a
drm: Quiet down drm_mode_getconnector

Debug logging in this function does not provide any information
apart that the userspace is calling an ioctl on the connector.

There is not any info on the connector provided at all and
since there are other ioctls userspace typically calls which
do log useful things about the same connectors, remove this
one to make things a little bit more readable when KMS debugging
is turned on.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1461751622-26927-10-git-send-email-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/drm_crtc.c