mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
pxa168fb: fix offset setting at initialization
Signed-off-by: Jun Nie <njun@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
049ad833b1
commit
a291ea217c
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ static int __init pxa168fb_probe(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
info->fix.smem_start = (unsigned long)fbi->fb_start_dma;
|
||||
set_graphics_start(info, 0, 0);
|
||||
|
||||
/*
|
||||
* Set video mode according to platform data.
|
||||
|
|
Loading…
Reference in a new issue