projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69b438
)
ACPICA: Update Status field for BGRT table
author
Bob Moore
<robert.moore@intel.com>
Mon, 5 Jun 2017 08:37:43 +0000
(16:37 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 12 Jun 2017 12:58:36 +0000
(14:58 +0200)
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>
include/acpi/actbl3.h
patch
|
blob
|
blame
|
history
diff --git
a/include/acpi/actbl3.h
b/include/acpi/actbl3.h
index 94414b255a38b905438be32dd9626dd5e37ff431..dc6de4e58dd86ece5211b0d4a93dca2f0722a0f9 100644
(file)
--- a/
include/acpi/actbl3.h
+++ b/
include/acpi/actbl3.h
@@
-116,6
+116,11
@@
struct acpi_table_bgrt {
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