summaryrefslogtreecommitdiff
path: root/tprintf.h
blob: 488360a6710bfc23a9a826df959c856b3fd277be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef TPRINTF_H
#define TPRINTF_H

#include "built_in.h"
#include "colors.h"

extern void tprintf_init(void);
extern void tprintf(char *msg, ...) __check_format_printf(1, 2);
extern void tprintf_flush(void);
extern void tprintf_cleanup(void);

extern void tputchar_safe(int c);
extern void tputs_safe(const char *str, size_t len);

#define DEFAULT_TTY_SIZE	80

#endif /* TPRINTF_H */
td/>
authorYakir Yang <ykk@rock-chips.com>2016-06-28 12:51:12 +0800
committerThierry Reding <treding@nvidia.com>2016-07-11 14:30:40 +0200
commit211cb82e4c6974d43b5836fcc4aadbd10311152e (patch)
tree88ac4932d76f0e924616d4d3cd7ea63dc7583c74 /Documentation/devicetree
parent739c7de9a141cb9463bd6d68d84b6ace5b2f6cb7 (diff)
dt-bindings: Add support for LG LP079QX1-SP0V panel
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and 32 pins eDP interface. This module supports 1536x2048 mode. Signed-off-by: Yakir Yang <ykk@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')