Explorar el Código

ACPICA: Update Status field for BGRT table

ACPICA commit dbc6a3d5ff22df730cc81802af0422bb64b19347

Orientation flags added. ACPI 6.2

Link: https://github.com/acpica/acpica/commit/dbc6a3d5
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Bob Moore hace 8 años
padre
commit
da22b8e7b7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      include/acpi/actbl3.h

+ 5 - 0
include/acpi/actbl3.h

@@ -116,6 +116,11 @@ struct acpi_table_bgrt {
 	u32 image_offset_y;
 	u32 image_offset_y;
 };
 };
 
 
+/* Flags for Status field above */
+
+#define ACPI_BGRT_DISPLAYED                 (1)
+#define ACPI_BGRT_ORIENTATION_OFFSET        (3 << 1)
+
 /*******************************************************************************
 /*******************************************************************************
  *
  *
  * DRTM - Dynamic Root of Trust for Measurement table
  * DRTM - Dynamic Root of Trust for Measurement table