Lines Matching +full:native +full:- +full:mode

17  * Otherwise vendor specific drivers like thinkpad_acpi, asus-laptop,
21 * driver should handle the backlight. RAW/GPU-driver backlight drivers must
31 #include <linux/apple-gmux.h>
36 #include <linux/platform_data/x86/nvidia-wmi-ec-backlight.h>
50 if (!strcmp("native", acpi_video_backlight_string)) in acpi_video_parse_cmdline()
83 .mode = WMI_BRIGHTNESS_MODE_GET, in nvidia_wmi_ec_supported()
96 * If brightness is handled by the EC then nvidia-wmi-ec-backlight in nvidia_wmi_ec_supported()
202 /* GIGABYTE GB-BXBT-2807 */
205 DMI_MATCH(DMI_PRODUCT_NAME, "GB-BXBT-2807"),
273 * native backlight causes a regression where backlight does not work
311 /* The native backlight controls do not work on some older machines */
317 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
408 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
413 /* Non win8 machines which need native backlight nevertheless */
434 /* Lenovo E41-25 */
442 /* Lenovo E41-45 */
614 * These Toshibas have a broken acpi-video interface for brightness
649 * Models which have nvidia-ec-wmi support, but should not use it.
651 * be revisited if/when Linux gets support for dynamic mux mode.
676 /* MSI MS-7721 */
679 DMI_MATCH(DMI_PRODUCT_NAME, "MS-7721"),
694 static enum acpi_backlight_type __acpi_video_get_backlight_type(bool native) in __acpi_video_get_backlight_type() argument
713 if (native) in __acpi_video_get_backlight_type()
735 /* Chromebooks should always prefer native backlight control. */ in __acpi_video_get_backlight_type()
739 /* On systems with ACPI video use either native or ACPI video. */ in __acpi_video_get_backlight_type()
744 * for win8 and native brightness ctl is available, use that. in __acpi_video_get_backlight_type()
746 * The native check deliberately is inside the if acpi-video in __acpi_video_get_backlight_type()
747 * block on older devices without acpi-video support native in __acpi_video_get_backlight_type()
770 * a native backlight is available. in acpi_video_backlight_use_native()
778 * models only have a native backlight control. in acpi_video_backlight_use_native()