lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <889ecf62-0bc6-2ad3-d673-22c8937646a1@jaseg.net>
Date:   Tue, 30 Jul 2019 22:48:20 +0900
From:   Jan Sebastian Götte <linux@...eg.net>
To:     dri-devel@...ts.freedesktop.org
Cc:     Noralf Trønnes <noralf@...nnes.org>,
        David Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel@...ll.ch>, linux-kernel@...r.kernel.org
Subject: [PATCH 3/6] dt-bindings: add good display epaper header

Signed-off-by: Jan Sebastian Götte <linux@...eg.net>
---
 include/dt-bindings/display/gdepaper.h | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 include/dt-bindings/display/gdepaper.h

diff --git a/include/dt-bindings/display/gdepaper.h b/include/dt-bindings/display/gdepaper.h
new file mode 100644
index 000000000000..929b0beda13c
--- /dev/null
+++ b/include/dt-bindings/display/gdepaper.h
@@ -0,0 +1,28 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * This header provides constants for Good Display epaper displays
+ *
+ * Copyright 2019 Jan Sebastian Goette
+ */
+
+enum gdepaper_controller_res {
+	GDEP_CTRL_RES_320X300 = 0,
+	GDEP_CTRL_RES_300X200 = 1,
+	GDEP_CTRL_RES_296X160 = 2,
+	GDEP_CTRL_RES_296X128 = 3,
+};
+
+enum gdepaper_color_type {
+	GDEPAPER_COL_BW = 0,
+	GDEPAPER_COL_BW_RED,
+	GDEPAPER_COL_BW_YELLOW,
+	GDEPAPER_COL_END
+};
+
+enum gdepaper_vghl_lv {
+	GDEP_PWR_VGHL_16V = 0,
+	GDEP_PWR_VGHL_15V = 1,
+	GDEP_PWR_VGHL_14V = 2,
+	GDEP_PWR_VGHL_13V = 3,
+};
+
-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ