summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/lcd-x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/lcd-x1000.h')
-rw-r--r--firmware/target/mips/ingenic_x1000/lcd-x1000.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/lcd-x1000.h b/firmware/target/mips/ingenic_x1000/lcd-x1000.h
index 749fac8240..e88a8733ed 100644
--- a/firmware/target/mips/ingenic_x1000/lcd-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/lcd-x1000.h
@@ -105,6 +105,14 @@ extern void lcd_exec_commands(const uint32_t* cmdseq);
105 */ 105 */
106extern void lcd_tgt_enable(bool on); 106extern void lcd_tgt_enable(bool on);
107 107
108/* Enable/disable the LCD controller, but intended for booting the OF.
109 *
110 * This is only used for the Eros Q Native port, as the OF seems to be
111 * unable to initialize the LCD in the kernel boot rather than having
112 * the bootloader do it.
113 */
114extern void lcd_tgt_enable_of(bool on);
115
108/* Enter or exit sleep mode to save power, normally by sending the necessary 116/* Enter or exit sleep mode to save power, normally by sending the necessary
109 * commands with lcd_exec_commands(). 117 * commands with lcd_exec_commands().
110 */ 118 */