aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lvds.c
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2009-10-08 23:39:41 -0400
committerEric Anholt <eric@anholt.net>2009-11-05 17:47:11 -0500
commit28c97730c36e06d5ba0c442156eb2154347cc3fe (patch)
tree3c5dc547eae020bf602c27dc82c83d2e14610e21 /drivers/gpu/drm/i915/intel_lvds.c
parent44d98a614267c81a04ba9c7a0427c3a628985b7d (diff)
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS
Replace the DRM_DEBUG with DRM_DEBUG_KMS in output device code. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lvds.c')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 05598ae10c4b..b1e3af792cf9 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -950,7 +950,7 @@ void intel_lvds_init(struct drm_device *dev)
950 if ((I915_READ(PCH_LVDS) & LVDS_DETECTED) == 0) 950 if ((I915_READ(PCH_LVDS) & LVDS_DETECTED) == 0)
951 return; 951 return;
952 if (dev_priv->edp_support) { 952 if (dev_priv->edp_support) {
953 DRM_DEBUG("disable LVDS for eDP support\n"); 953 DRM_DEBUG_KMS("disable LVDS for eDP support\n");
954 return; 954 return;
955 } 955 }
956 gpio = PCH_GPIOC; 956 gpio = PCH_GPIOC;
@@ -1082,7 +1082,7 @@ out:
1082 } 1082 }
1083 dev_priv->lid_notifier.notifier_call = intel_lid_notify; 1083 dev_priv->lid_notifier.notifier_call = intel_lid_notify;
1084 if (acpi_lid_notifier_register(&dev_priv->lid_notifier)) { 1084 if (acpi_lid_notifier_register(&dev_priv->lid_notifier)) {
1085 DRM_DEBUG("lid notifier registration failed\n"); 1085 DRM_DEBUG_KMS("lid notifier registration failed\n");
1086 dev_priv->lid_notifier.notifier_call = NULL; 1086 dev_priv->lid_notifier.notifier_call = NULL;
1087 } 1087 }
1088 drm_sysfs_connector_add(connector); 1088 drm_sysfs_connector_add(connector);