From: Zhao Yakui Date: Fri, 9 Oct 2009 03:39:40 +0000 (+0800) Subject: drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER X-Git-Tag: v2.6.33-rc1~323^2~5^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d98a614267c81a04ba9c7a0427c3a628985b7d;p=pandora-kernel.git drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER Replace the DRM_DEBUG with DRM_DEBUG_DRIVER in generic i915 driver. Then the debug info can be obtained by adding the boot option of "drm.debug=0x02". At the same time the debug info in increase/decrease clock is also printed by using DRM_DEBUG_DRIVER instead of DRM_DEBUG_KMS. Signed-off-by: Zhao Yakui Signed-off-by: Eric Anholt --- Reading git-diff-tree failed