projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef728f
)
video: tegra: update overlay stride in fb_set_par
author
Erik Gilling
<konkers@android.com>
Fri, 17 Sep 2010 21:44:28 +0000
(14:44 -0700)
committer
Erik Gilling
<konkers@android.com>
Thu, 14 Oct 2010 18:34:44 +0000
(11:34 -0700)
Fixes recovery graphics
Change-Id: I68824dfcd29b40eaa27a8b5ee437e5763288a49e
Signed-off-by: Erik Gilling <konkers@android.com>
drivers/video/tegra/fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/tegra/fb.c
b/drivers/video/tegra/fb.c
index 87ba58b06cd1fcd4e4de805e02f99304100e3db2..746ea532661c32eb59cbd62ad2ec830f7c6dc4b1 100644
(file)
--- a/
drivers/video/tegra/fb.c
+++ b/
drivers/video/tegra/fb.c
@@
-149,6
+149,7
@@
static int tegra_fb_set_par(struct fb_info *info)
return -EINVAL;
}
info->fix.line_length = var->xres * var->bits_per_pixel / 8;
+ tegra_fb->win->stride = info->fix.line_length;
if (var->pixclock) {
struct tegra_dc_mode mode;