drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMS
authorAdam Jackson <ajax@redhat.com>
Mon, 10 Oct 2011 20:33:34 +0000 (16:33 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 17:01:59 +0000 (10:01 -0700)
commit828204903945002be837d938401e242978b7b505
treef1eba81bfbba6d538f3b998990858c4f4019c6a3
parent80a2901d2a59946d098c4479d650d0c3c82c3d85
drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMS

Shouldn't hide these behind _DRIVER, they're all KMS-related.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c