diff options
| author | Donghwa Lee <dh09.lee@samsung.com> | 2012-07-02 01:16:05 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:24 +0200 |
| commit | 5addfcfca73221057054e424910b660eeca4d8f1 (patch) | |
| tree | 89c6d3e65045b86c2969f81e6b49f561dc0c0f64 /include/lcd.h | |
| parent | d2a6982f9b679abd6dafe6336dddc1b0ae6bf73d (diff) | |
| download | olio-uboot-2014.01-5addfcfca73221057054e424910b660eeca4d8f1.tar.xz olio-uboot-2014.01-5addfcfca73221057054e424910b660eeca4d8f1.zip | |
video: add dp_enabled variable in vidinfo structure
To support display port in exynos fb driver, added dp_enabled variable
in vidinfo structure that set in board file.
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/lcd.h')
| -rw-r--r-- | include/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index 6e0a2a391..42070d763 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -240,6 +240,7 @@ typedef struct vidinfo { unsigned int reset_delay; unsigned int interface_mode; unsigned int mipi_enabled; + unsigned int dp_enabled; unsigned int cs_setup; unsigned int wr_setup; unsigned int wr_act; |