]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: disable native backlight control on pre-r6xx asics (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Nov 2014 18:12:54 +0000 (13:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Nov 2014 16:12:55 +0000 (11:12 -0500)
commit16231e1b64627d00e753d768ff3d06757a20db67
tree1856c2479af75c1f10b769dba3e7d5491fcaef5d
parent3104b739e2a5df734e50951baba33266c68215f3
drm/radeon: disable native backlight control on pre-r6xx asics (v2)

Just use the acpi interface.  That's what windows uses on this
generation and it's the only thing that seems to work reliably
on these generation parts.

You can still force the native backlight interface by setting
radeon.backlight=1

Bug:
https://bugzilla.kernel.org/show_bug.cgi?id=88501

v2: merge into above if/else block

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_encoders.c