[U-Boot] [PATCH 6/8] video: add dp_enabled variable in vidinfo structure

2 Jul
2012
2 Jul
'12
1:16 p.m.
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 --- include/lcd.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/lcd.h b/include/lcd.h index 6e0a2a3..42070d7 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;
--
1.7.4.1
4692
Age (days ago)
4692
Last active (days ago)
0 comments
1 participants
participants (1)
-
Donghwa Lee