Re: [PATCH v6 0/4] drm: Minimum backlight overrides and implementation for amdgpu

2024-10-18 Thread Alex Deucher
On Wed, Oct 16, 2024 at 1:47 PM Harry Wentland wrote: > > > > On 2024-09-16 14:23, Thomas Weißschuh wrote: > > Hi Harry, Leo and other amdgpu maintainers, > > > > On 2024-08-24 20:33:53+, Thomas Weißschuh wrote: > >> The value of "min_input_signal" returned from ATIF on a Framework AMD 13 > >>

Re: [PATCH v6 0/4] drm: Minimum backlight overrides and implementation for amdgpu

2024-10-16 Thread Harry Wentland
On 2024-09-16 14:23, Thomas Weißschuh wrote: > Hi Harry, Leo and other amdgpu maintainers, > > On 2024-08-24 20:33:53+, Thomas Weißschuh wrote: >> The value of "min_input_signal" returned from ATIF on a Framework AMD 13 >> is "12". This leads to a fairly bright minimum display backlight. >>

Re: [PATCH v6 0/4] drm: Minimum backlight overrides and implementation for amdgpu

2024-09-16 Thread Thomas Weißschuh
Hi Harry, Leo and other amdgpu maintainers, On 2024-08-24 20:33:53+, Thomas Weißschuh wrote: > The value of "min_input_signal" returned from ATIF on a Framework AMD 13 > is "12". This leads to a fairly bright minimum display backlight. > > Introduce a quirk to override "min_input_signal" to "

[PATCH v6 0/4] drm: Minimum backlight overrides and implementation for amdgpu

2024-08-24 Thread Thomas Weißschuh
The value of "min_input_signal" returned from ATIF on a Framework AMD 13 is "12". This leads to a fairly bright minimum display backlight. Introduce a quirk to override "min_input_signal" to "0" which leads to a much lower minimum brightness, which is still readable even in daylight. One solution