Go to the documentation of this file.
4 #include <linux/errno.h>
8 #define ACPI_VIDEO_CLASS "video"
10 #define ACPI_VIDEO_DISPLAY_CRT 1
11 #define ACPI_VIDEO_DISPLAY_TV 2
12 #define ACPI_VIDEO_DISPLAY_DVI 3
13 #define ACPI_VIDEO_DISPLAY_LCD 4
15 #define ACPI_VIDEO_DISPLAY_LEGACY_MONITOR 0x0100
16 #define ACPI_VIDEO_DISPLAY_LEGACY_PANEL 0x0110
17 #define ACPI_VIDEO_DISPLAY_LEGACY_TV 0x0200
19 #if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)