drm/i915: Don't enable backlight at setup time.
authorDhinakaran Pandiyan <[email protected]>
Tue, 13 Jun 2017 20:03:59 +0000 (13:03 -0700)
committerVille Syrjälä <[email protected]>
Thu, 15 Jun 2017 13:11:08 +0000 (16:11 +0300)
commitf6262bda462e81e959b80a96dac799bd9df27f73
treebe02541961d4f1c5bf4387d09b521d832c9abc56
parent29962acaa07c151a7ddfd3ff56ba5844889681fb
drm/i915: Don't enable backlight at setup time.

Maarten and Ville noticed that we are enabling backlight via DP aux very
early in the modeset_init path via the intel_dp_aux_setup_backlight()
function, since commit e7156c833903 ("drm/i915: Add Backlight Control using
DPCD for eDP connectors (v9)"). Looks like all we need to do during
_setup_backlight() is read the current brightness state instead of
modifying it.

v2: Rewrote commit message.

Cc: Ville Syrjala <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Yetunde Adebisi <[email protected]>
Signed-off-by: Dhinakaran Pandiyan <[email protected]>
Reviewed-by: Maarten Lankhorst <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Tested-by: Puthikorn Voravootivat <[email protected]>
Fixes: e7156c833903 ("drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)")
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Ville Syrjälä <[email protected]>
drivers/gpu/drm/i915/intel_dp_aux_backlight.c