]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: thinkpad_acpi: Register a privacy-screen device
authorHans de Goede <hdegoede@redhat.com>
Tue, 5 Oct 2021 20:23:20 +0000 (22:23 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 14 Oct 2021 11:25:13 +0000 (13:25 +0200)
commit3521e7802ee1011ebc96539f67ca8d6e50d0f6de
tree35b4e3f4e7d504f321a9a8eb66009653f6a675c7
parent4cb4fbe279c10bf12ec8842d64ec5dd60c56e881
platform/x86: thinkpad_acpi: Register a privacy-screen device

Register a privacy-screen device on laptops with a privacy-screen,
this exports the PrivacyGuard features to user-space using a
standardized vendor-agnostic sysfs interface. Note the sysfs interface
is read-only.

Registering a privacy-screen device with the new privacy-screen class
code will also allow the GPU driver to get a handle to it and export
the privacy-screen setting as a property on the DRM connector object
for the LCD panel. This DRM connector property is a new standardized
interface which all user-space code should use to query and control
the privacy-screen.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Mark Pearson <markpearson@lenovo.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211005202322.700909-9-hdegoede@redhat.com
drivers/platform/x86/Kconfig
drivers/platform/x86/thinkpad_acpi.c