Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pxa168fb: fix offset setting at initialization

Signed-off-by: Jun Nie <njun@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

authored by

Jun Nie and committed by
Eric Miao
a291ea21 049ad833

+1
+1
drivers/video/pxa168fb.c
··· 687 687 } 688 688 689 689 info->fix.smem_start = (unsigned long)fbi->fb_start_dma; 690 + set_graphics_start(info, 0, 0); 690 691 691 692 /* 692 693 * Set video mode according to platform data.