diff options
| author | Donghwa Lee <[email protected]> | 2012-07-02 01:16:05 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-09-01 14:58:24 +0200 |
| commit | 5addfcfca73221057054e424910b660eeca4d8f1 (patch) | |
| tree | 89c6d3e65045b86c2969f81e6b49f561dc0c0f64 /include | |
| parent | d2a6982f9b679abd6dafe6336dddc1b0ae6bf73d (diff) | |
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 <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -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 6e0a2a39152..42070d76366 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; |
