[PATCH 3/8] pxa: fix offset setting at initialization
Jun Nie <[email protected]> Mon, 16 Nov 2009 17:34:32 +0800
| Newsgroups | gmane.linux.fbdev.devel,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Jun Nie <[email protected]> Date: Tue, 10 Nov 2009 09:33:49 +0800 Subject: [PATCH] pxa: fix offset setting at initialization Signed-off-by: Jun Nie <[email protected]> --- drivers/video/pxa168fb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/pxa168fb.c b/drivers/video/pxa168fb.c index e728be3..6283c16 100644 --- a/drivers/video/pxa168fb.c +++ b/drivers/video/pxa168fb.c @@ -765,6 +765,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. -- 1.5.4.3 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linux-fbdev-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
0003-pxa-fix-offset-setting-at-initialization.patch
(text/x-diff, 741 B)
From cbff17dfeb27584110b20efed900add9891cc2fc Mon Sep 17 00:00:00 2001 From: Jun Nie <[email protected]> Date: Tue, 10 Nov 2009 09:33:49 +0800 Subject: [PATCH] pxa: fix offset setting at initialization Signed-off-by: Jun Nie <[email protected]> --- drivers/video/pxa168fb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/pxa168fb.c b/drivers/video/pxa168fb.c index e728be3..6283c16 100644 --- a/drivers/video/pxa168fb.c +++ b/drivers/video/pxa168fb.c @@ -765,6 +765,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. -- 1.5.4.3