]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
drm/i915: Don't log pipe config kernel pointer and duplicated pipe name
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 17 Nov 2016 12:30:10 +0000 (12:30 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 17 Nov 2016 15:00:35 +0000 (15:00 +0000)
Kernel pointer does not sound like an useful thing to log and
pipe name is already contained in the crtc name.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/intel_display.c

index f9f3a7debfecdd9ebb87fa0bbc63be6f4bbcbfee..6afee5053c0e91f1da9ad93d8f66dfed6482516b 100644 (file)
@@ -12736,9 +12736,8 @@ static void intel_dump_pipe_config(struct intel_crtc *crtc,
        struct intel_plane_state *state;
        struct drm_framebuffer *fb;
 
-       DRM_DEBUG_KMS("[CRTC:%d:%s]%s config %p for pipe %c\n",
-                     crtc->base.base.id, crtc->base.name,
-                     context, pipe_config, pipe_name(crtc->pipe));
+       DRM_DEBUG_KMS("[CRTC:%d:%s]%s\n",
+                     crtc->base.base.id, crtc->base.name, context);
 
        DRM_DEBUG_KMS("cpu_transcoder: %s\n", transcoder_name(pipe_config->cpu_transcoder));
        DRM_DEBUG_KMS("pipe bpp: %i, dithering: %i\n",