[Intel-gfx] [PATCH 35/43] drm/i915: add panel shutdown debug message
Chris Wilson
chris at chris-wilson.co.uk
Fri May 25 14:33:14 CEST 2012
From: Jesse Barnes <jbarnes at virtuousgeek.org>
We want to avoid these as much as possible.
Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
drivers/gpu/drm/i915/intel_lvds.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 0248391..83204b6 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -126,6 +126,8 @@ static void intel_lvds_disable(struct intel_lvds *intel_lvds)
stat_reg = PP_STATUS;
}
+ DRM_DEBUG_KMS("shutting off LVDS panel\n");
+
intel_panel_disable_backlight(dev);
I915_WRITE(ctl_reg, I915_READ(ctl_reg) & ~POWER_TARGET_ON);
--
1.7.10
More information about the Intel-gfx
mailing list