]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`
authorMario Limonciello <mario.limonciello@amd.com>
Sun, 15 Sep 2024 19:28:37 +0000 (14:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Sep 2024 20:15:13 +0000 (16:15 -0400)
commit87d749a6aab73d8069d0345afaa98297816cb220
treecf5684bfd368f6c15097b629252bb24bea5a91a2
parentd5a29e6a61028887bb8480e7c4af3547d6f3862d
drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`

The issue with panel power savings compatibility below
`AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` happens at
`AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` as well.

That issue will be fixed separately, so don't prevent the backlight
brightness from going that low.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/amd-gfx/be04226a-a9e3-4a45-a83b-6d263c6557d8@t-8ch.de/T/#m400dee4e2fc61fe9470334d20a7c8c89c9aef44f
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c