Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294294
b: refs/heads/master
c: 084e104
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin authored and Florian Tobias Schandinat committed Mar 19, 2012
1 parent 86a0f3e commit c07576e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 11e184756aad9b609474fa6644266428810da809
refs/heads/master: 084e104bd8e03e1f8e10ae73944de497f4f427b5
4 changes: 4 additions & 0 deletions trunk/drivers/video/da8xx-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,10 @@ static int __devinit fb_probe(struct platform_device *device)

da8xx_fb_var.hsync_len = lcdc_info->hsw;
da8xx_fb_var.vsync_len = lcdc_info->vsw;
da8xx_fb_var.right_margin = lcdc_info->hfp;
da8xx_fb_var.left_margin = lcdc_info->hbp;
da8xx_fb_var.lower_margin = lcdc_info->vfp;
da8xx_fb_var.upper_margin = lcdc_info->vbp;
da8xx_fb_var.pixclock = da8xxfb_pixel_clk_period(par);

/* Initialize fbinfo */
Expand Down

0 comments on commit c07576e

Please sign in to comment.