]> git.ipfire.org Git - thirdparty/linux.git/commit
Revert "drm/amd/display: set backlight level limit to 1"
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Nov 2018 21:06:32 +0000 (16:06 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Nov 2018 21:23:58 +0000 (16:23 -0500)
commit63088da9472854408ae5d7c47bd011daf9e1a81b
tree8dc598df6e670f37ce81f6ef38ff594fc278ff9a
parent86a484bda787d542d4a968bd7742bcf844c8adb2
Revert "drm/amd/display: set backlight level limit to 1"

This reverts commit 0cafc82fae41531b0162150f9a97f2c74f97118f.

This breaks some apps that assume 0 is minimum brightness.

Revert for 4.20.  This is fixed properly for drm-next/4.21 in:
"drm/amd: Don't fail on backlight = 0"
However, that patch depends on more extensive changes to the
backlight interface which are too invasive for -fixes.

Fixes: Bugzilla: https://bugs.freedesktop.org/108668
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c