commit | 7164bb4393cef668d3da281fa1c599a6673ea768 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Dec 03 10:31:56 2009 -0500 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Thu Dec 03 17:30:02 2009 -0800 |
tree | dddab675372695c8b1a080be0df9d0cf62d8e150 | |
parent | ba69ea42f8ba8286cbe0e939bd1ce781b7905b84 [diff] |
fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag. 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. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Acked-by: Jaya Kumar <jayakumar.lkml@gmail.com>