drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctl
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 30 Sep 2009 07:21:43 +0000 (15:21 +0800)
committerDave Airlie <airlied@redhat.com>
Mon, 5 Oct 2009 00:00:57 +0000 (10:00 +1000)
commit185974dd596e67e73906790c2a4a4579d75911e6
tree819bb19374097d70e03aef67214ede27c48f0e74
parentb442962a9e826e6d408886b3e52c88b774201983
drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctl

We can get the corresponding info by adding the boot option of "drm.debug=
0x07". But On some boxes it will print the following message many times in
course of moving mouse. In such case the useful DRM debug info will be flushed.
   >[drm:drm_mode_cursor_ioctl],

Avoid using the DRM_DEBUG_KMS in drm_mode_cursor_ioctl.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c