Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321073
b: refs/heads/master
c: c56fb3e
h: refs/heads/master
i:
  321071: 068fe45
v: v3
  • Loading branch information
Archit Taneja committed Jun 29, 2012
1 parent f5d7170 commit afb248e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0d08f89ff27f7a600f21f443b6622132c9eb641
refs/heads/master: c56fb3ef051c6cafca48c0ddcf52a570d6257574
13 changes: 13 additions & 0 deletions trunk/drivers/video/omap2/dss/dss.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ struct reg_field {
u8 low;
};

struct dss_lcd_mgr_config {
enum dss_io_pad_mode io_pad_mode;

bool stallmode;
bool fifohandcheck;

struct dispc_clock_info clock_info;

int video_port_width;

int lcden_sig_polarity;
};

struct seq_file;
struct platform_device;

Expand Down

0 comments on commit afb248e

Please sign in to comment.