aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
diff options
context:
space:
mode:
authorGuttula, Suresh <[email protected]>2018-10-29 05:23:25 +0000
committerAlex Deucher <[email protected]>2018-10-30 16:53:02 -0500
commit0cafc82fae41531b0162150f9a97f2c74f97118f (patch)
tree97cab9443cc2ff9ce8f00f1434e492fb77ca8a30 /tools/perf/util/scripting-engines
parentcb899a615be6c42e186e0e71862ebbd5a5c15533 (diff)
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 <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines')
0 files changed, 0 insertions, 0 deletions