drm/radeon: Restore LCD backlight level on resume (>= R5xx)
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 28 Sep 2015 09:16:31 +0000 (18:16 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2015 17:45:55 +0000 (13:45 -0400)
Instead of only enabling the backlight (which seems to set it to max
brightness), just re-set the current backlight level, which also takes
care of enabling the backlight if necessary.

Only the radeon_atom_encoder_dpms_dig part tested on a Kaveri laptop,
the radeon_atom_encoder_dpms_avivo part is only compile tested.

Cc: stable@vger.kernel.org
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_encoders.c