Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148721
b: refs/heads/master
c: 7fb85bf
h: refs/heads/master
i:
  148719: a2b0357
v: v3
  • Loading branch information
yakui_zhao authored and Dave Airlie committed Jun 11, 2009
1 parent 9cc7420 commit 3f1710e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fefcb27050b98c97b1c32bc710fc2f874449dee
refs/heads/master: 7fb85bfb54a64e9dd82ee4a79022c38ab58f21a0
7 changes: 5 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include "i915_drm.h"
#include "i915_drv.h"

#define I915_LVDS "i915_lvds"

/**
* Sets the backlight level.
*
Expand Down Expand Up @@ -447,7 +449,8 @@ static const struct drm_encoder_funcs intel_lvds_enc_funcs = {

static int __init intel_no_lvds_dmi_callback(const struct dmi_system_id *id)
{
DRM_DEBUG("Skipping LVDS initialization for %s\n", id->ident);
DRM_DEBUG_KMS(I915_LVDS,
"Skipping LVDS initialization for %s\n", id->ident);
return 1;
}

Expand Down Expand Up @@ -646,7 +649,7 @@ void intel_lvds_init(struct drm_device *dev)
return;

failed:
DRM_DEBUG("No LVDS modes found, disabling.\n");
DRM_DEBUG_KMS(I915_LVDS, "No LVDS modes found, disabling.\n");
if (intel_output->ddc_bus)
intel_i2c_destroy(intel_output->ddc_bus);
drm_connector_cleanup(connector);
Expand Down

0 comments on commit 3f1710e

Please sign in to comment.