Skip to content

Commit

Permalink
drm/i915/dp: debug log whether backlight is being enabled or disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Jani Nikula authored and Daniel Vetter committed Sep 3, 2014
1 parent be292e1 commit 23ba937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,8 @@ static void intel_edp_backlight_power(struct intel_connector *connector,
if (is_enabled == enable)
return;

DRM_DEBUG_KMS("\n");
DRM_DEBUG_KMS("panel power control backlight %s\n",
enable ? "enable" : "disable");

if (enable)
_intel_edp_backlight_on(intel_dp);
Expand Down

0 comments on commit 23ba937

Please sign in to comment.