Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333567
b: refs/heads/master
c: 2ac80fb
h: refs/heads/master
i:
  333565: a4dd986
  333563: 2d9b924
  333559: a1a601e
  333551: f4c14d6
  333535: 710384a
  333503: c7e0918
  333439: 128a3be
  333311: d65f6f0
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 24, 2012
1 parent 61c01c7 commit c3ac1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6d44610f8321a9aa3bc408026f888872b1390712
refs/heads/master: 2ac80fbea1018404560294797da86d5e72a807f4
2 changes: 2 additions & 0 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,8 @@ static unsigned dsi_get_line_buf_size(struct platform_device *dsidev)
return 1194 * 3; /* 1194x24 bits */
case 6:
return 1365 * 3; /* 1365x24 bits */
case 7:
return 1920 * 3; /* 1920x24 bits */
default:
BUG();
return 0;
Expand Down

0 comments on commit c3ac1f2

Please sign in to comment.