Summary: | [HSW, PWM] Brightness range not same as (correct) inverted brightness range. | ||
---|---|---|---|
Product: | DRI | Reporter: | Rafael Ristovski <rafael.ristovski> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs, rafael.ristovski |
Version: | DRI git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | PatchSubmitted | ||
i915 platform: | HSW | i915 features: | display/backlight |
Description
Rafael Ristovski
2017-05-20 17:52:46 UTC
This patch [1] fixes the inverted range to be the same as the non-inverted range. I know that's not what you were after, but that's a bug we have and you (perhaps inadvertently) reported. The VBT lists the minimum brightness to be used for the backlight. Historically we ignored that, until it caused real issues on some board designs. A low enough PWM duty cycle would pull down other signals on the eDP connector, causing black screens, IIRC. The VBT minimum is there for the OEM to specify. Obviously it also means you can't go as dim as you used to be able to go. As to the brightness range reduction, it doesn't really matter. You'll only have maybe 100-300 user distinguishable luminance levels anyway, depending on the PWM modulation frequency and other factors. More important would be to add support to account for the non-linearity of the luminance as a function of the PWM duty cycle. Please test the patch and see if that fixes the inconsistency between inverted and non-inverted backlight brightness. [1] http://patchwork.freedesktop.org/patch/msgid/20170531083355.7898-1-jani.nikula@intel.com Looks like there is a patch submitted (In reply to Ricardo from comment #2) > Looks like there is a patch submitted Again, we only resolve/close bugs fixed *after* the patches have actually been merged upstream. In this case, it was not until today. commit e9d7486eac949f2a8d121657e536c8abdd4ea088 Author: Jani Nikula <jani.nikula@intel.com> Date: Wed May 31 11:33:55 2017 +0300 drm/i915: fix backlight invert for non-zero minimum brightness |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.