OSDN Git Service

drm/amd/display: Change disable backlight ramp change threshold from 0 to maximum...
authorYongqiang Sun <yongqiang.sun@amd.com>
Tue, 27 Mar 2018 14:05:10 +0000 (10:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Apr 2018 18:08:08 +0000 (13:08 -0500)
commit5282cbe32ea5b8008f86a743922f018287113e2c
treee13eb115e8785c6f561b5399a01e2066d254aa2e
parent8f121fe281692ce4b7849ee7be9f3c0dcb079742
drm/amd/display: Change disable backlight ramp change threshold from 0 to maximum value.

Instead of user set brightness with range of percentage,
HLK test set brightness level with range of normal, this will result in
HLK test case set brightness from 0 to 255, DC set brightness with ramp is 0,
and disabled ramp change which will fail the HLK test.
Fix:
In case of unblank stream and turn on edp, change brightness level in
stream to 0xFFFFFFFF(actural maximum level is 0xFF), use that value as
a flag to recogonize this the case of resume from S3.

Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h