From: "Yannick Fertré" <yannick.fertre@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 02/10] include: Add new DCS commands in the enum list
Date: Fri, 17 Aug 2018 16:38:02 +0200 [thread overview]
Message-ID: <1534516690-21106-3-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1534516690-21106-1-git-send-email-yannick.fertre@st.com>
Adding new DCS commands which are specified in the
DCS 1.3 spec related to CABC.
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
---
include/mipi_display.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/mipi_display.h b/include/mipi_display.h
index ddcc8ca..19aa65a 100644
--- a/include/mipi_display.h
+++ b/include/mipi_display.h
@@ -115,6 +115,14 @@ enum {
MIPI_DCS_READ_MEMORY_CONTINUE = 0x3E,
MIPI_DCS_SET_TEAR_SCANLINE = 0x44,
MIPI_DCS_GET_SCANLINE = 0x45,
+ MIPI_DCS_SET_DISPLAY_BRIGHTNESS = 0x51, /* MIPI DCS 1.3 */
+ MIPI_DCS_GET_DISPLAY_BRIGHTNESS = 0x52, /* MIPI DCS 1.3 */
+ MIPI_DCS_WRITE_CONTROL_DISPLAY = 0x53, /* MIPI DCS 1.3 */
+ MIPI_DCS_GET_CONTROL_DISPLAY = 0x54, /* MIPI DCS 1.3 */
+ MIPI_DCS_WRITE_POWER_SAVE = 0x55, /* MIPI DCS 1.3 */
+ MIPI_DCS_GET_POWER_SAVE = 0x56, /* MIPI DCS 1.3 */
+ MIPI_DCS_SET_CABC_MIN_BRIGHTNESS = 0x5E, /* MIPI DCS 1.3 */
+ MIPI_DCS_GET_CABC_MIN_BRIGHTNESS = 0x5F, /* MIPI DCS 1.3 */
MIPI_DCS_READ_DDB_START = 0xA1,
MIPI_DCS_READ_DDB_CONTINUE = 0xA8,
};
--
2.7.4
next prev parent reply other threads:[~2018-08-17 14:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-17 14:38 [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 01/10] video: stm32: stm32_ltdc: add bridge to display controller Yannick Fertré
2018-08-20 14:02 ` Simon Glass
2018-08-17 14:38 ` Yannick Fertré [this message]
2018-08-20 14:02 ` [U-Boot] [PATCH v3 02/10] include: Add new DCS commands in the enum list Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface Yannick Fertré
2018-08-21 17:31 ` Simon Glass
2018-08-22 7:59 ` Yannick FERTRE
2018-08-17 14:38 ` [U-Boot] [PATCH v3 04/10] video: add MIPI DSI host controller bridge Yannick Fertré
2018-08-21 17:31 ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 05/10] video: add support of STM32 MIPI DSI controller driver Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 06/10] video: add support of panel OTM8009A Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 07/10] video: add support of panel RM68200 Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746 Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 09/10] arm: dts: stm32: add display for STM32F769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support Yannick Fertré
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534516690-21106-3-git-send-email-yannick.fertre@st.com \
--to=yannick.fertre@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox