[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aec7e5c30912032342h1c5b6128jbc28adccc86e5e38@mail.gmail.com>
Date: Fri, 4 Dec 2009 16:42:58 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc: jayakumar.lkml@...il.com, damm@...nsource.se,
linux-kernel@...r.kernel.org, armbru@...hat.com, jeremy@...p.org
Subject: Re: [PATCH 1/3] fb-defio: If FBINFO_VIRTFB is defined, do not set
VM_IO flag.
On Fri, Dec 4, 2009 at 12:31 AM, Konrad Rzeszutek Wilk
<konrad.wilk@...cle.com> wrote:
> Most users (except sh_mobile_lcdcfb.c) get their framebuffer from
> vmalloc. Setting VM_IO is not necessary as the memory obtained
> from vmalloc is System RAM type and is not susceptible to PCI memory
> constraints.
> ---
> drivers/video/fb_defio.c | 4 +++-
> include/linux/fb.h | 1 +
> 2 files changed, 4 insertions(+), 1 deletions(-)
I just tested this on a Migo-R board which is using sh_mobile_lcdcfb.c
in deferred io mode. No problem.
Tested-by: Magnus Damm <damm@...nsource.se>
/ magnus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists