commit | dffc9ceb55695f121adc57dd1fde7304c3afe81e | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Tue Nov 29 22:19:47 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Dec 06 09:55:29 2011 +0000 |
tree | b1457b5299c08ad2a03e9da4f38743f2fbcb7556 | |
parent | 838fa588a29331da012876623c3bc170d7d647c2 [diff] |
gma500: kill virtual mapping support This isn't actually usable - we simply don't have the vmap space on a 32bit system to do this stunt. Instead we will rely on the low level drivers limiting the console resolution as before. The real fix is for someone to write a page table aware version of the framebuffer console blit functions. Good university student project perhaps.. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>