Skip to content

Commit

Permalink
pxa168fb: fix offset setting at initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Nie <njun@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Jun Nie authored and Eric Miao committed Dec 1, 2009
1 parent 049ad83 commit a291ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/pxa168fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a291ea2

Please sign in to comment.