Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 185974dd authored by Zhao Yakui's avatar Zhao Yakui Committed by Dave Airlie
Browse files

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: default avatarZhao Yakui <yakui.zhao@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent b442962a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1556,8 +1556,6 @@ int drm_mode_cursor_ioctl(struct drm_device *dev,
	struct drm_crtc *crtc;
	int ret = 0;

	DRM_DEBUG_KMS("\n");

	if (!req->flags) {
		DRM_ERROR("no operation set\n");
		return -EINVAL;