OSDN Git Service

drm/amd/display: set backlight level limit to 1
authorGuttula, Suresh <Suresh.Guttula@amd.com>
Mon, 29 Oct 2018 05:23:25 +0000 (05:23 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Oct 2018 21:53:02 +0000 (16:53 -0500)
commit0cafc82fae41531b0162150f9a97f2c74f97118f
tree97cab9443cc2ff9ce8f00f1434e492fb77ca8a30
parentcb899a615be6c42e186e0e71862ebbd5a5c15533
drm/amd/display: set backlight level limit to 1

This patch will work as workaround for silicon limitation
related to PWM dutycycle when the backlight level goes to 0.

Actually PWM value is 16 bit value and valid range from 1-65535.
when ever user requested to set this PWM value to 0 which is not
fall in the range, in VBIOS taken care this by limiting to 1.
This patch here will do the same. Either driver or VBIOS can not
pass 0 value as it is not a valid range for PWM and it will
give a high PWM pulse which is not the intended behaviour as
per HW constraints.

Signed-off-by: suresh guttula <suresh.guttula@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c