* [PATCH 3/8] pxa: fix offset setting at initialization
@ 2009-11-10 8:12 Jun Nie
2009-11-12 2:17 ` Jun Nie
2009-11-16 9:34 ` Jun Nie
0 siblings, 2 replies; 3+ messages in thread
From: Jun Nie @ 2009-11-10 8:12 UTC (permalink / raw)
To: linux-arm-kernel
From c4f8923a0d532a1f1b5defed639ef818a0d7a270 Mon Sep 17 00:00:00 2001
From: Jun Nie <njun@marvell.com>
Date: Tue, 10 Nov 2009 09:33:49 +0800
Subject: [PATCH] pxa: fix offset setting at initialization
Signed-off-by: Jun Nie <njun@marvell.com>
---
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 50f72e9..55c69a1 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/8] pxa: fix offset setting at initialization
2009-11-10 8:12 [PATCH 3/8] pxa: fix offset setting at initialization Jun Nie
@ 2009-11-12 2:17 ` Jun Nie
2009-11-16 9:34 ` Jun Nie
1 sibling, 0 replies; 3+ messages in thread
From: Jun Nie @ 2009-11-12 2:17 UTC (permalink / raw)
To: linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]
2009/11/10 Jun Nie <niej0001@gmail.com>:
> From c4f8923a0d532a1f1b5defed639ef818a0d7a270 Mon Sep 17 00:00:00 2001
> From: Jun Nie <njun@marvell.com>
> Date: Tue, 10 Nov 2009 09:33:49 +0800
> Subject: [PATCH] pxa: fix offset setting at initialization
>
> Signed-off-by: Jun Nie <njun@marvell.com>
> ---
> 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 50f72e9..55c69a1 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
>
patch attached.
[-- Attachment #2: 0003-pxa-fix-offset-setting-at-initialization.patch --]
[-- Type: text/x-diff, Size: 741 bytes --]
From c4f8923a0d532a1f1b5defed639ef818a0d7a270 Mon Sep 17 00:00:00 2001
From: Jun Nie <njun@marvell.com>
Date: Tue, 10 Nov 2009 09:33:49 +0800
Subject: [PATCH] pxa: fix offset setting at initialization
Signed-off-by: Jun Nie <njun@marvell.com>
---
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 50f72e9..55c69a1 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 3/8] pxa: fix offset setting at initialization
2009-11-10 8:12 [PATCH 3/8] pxa: fix offset setting at initialization Jun Nie
2009-11-12 2:17 ` Jun Nie
@ 2009-11-16 9:34 ` Jun Nie
1 sibling, 0 replies; 3+ messages in thread
From: Jun Nie @ 2009-11-16 9:34 UTC (permalink / raw)
To: linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
From: Jun Nie <njun@marvell.com>
Date: Tue, 10 Nov 2009 09:33:49 +0800
Subject: [PATCH] pxa: fix offset setting at initialization
Signed-off-by: Jun Nie <njun@marvell.com>
---
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
[-- Attachment #2: 0003-pxa-fix-offset-setting-at-initialization.patch --]
[-- Type: text/x-diff, Size: 741 bytes --]
From cbff17dfeb27584110b20efed900add9891cc2fc Mon Sep 17 00:00:00 2001
From: Jun Nie <njun@marvell.com>
Date: Tue, 10 Nov 2009 09:33:49 +0800
Subject: [PATCH] pxa: fix offset setting at initialization
Signed-off-by: Jun Nie <njun@marvell.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-16 9:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 8:12 [PATCH 3/8] pxa: fix offset setting at initialization Jun Nie
2009-11-12 2:17 ` Jun Nie
2009-11-16 9:34 ` Jun Nie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).