]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit4281f46ef839050d2ef60348f661eb463c21cc2e
tree06f985cba80c64ce44762a8f08412b714b5bd233
parent54313503f9a3c34a9e45aad7654976b7f50b9ae7
drm/radeon: Restore LCD backlight level on resume (>= R5xx)

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