commit | 49b70a31c166a6da12f60ec85da608c064555406 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Nov 19 12:28:11 2014 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Nov 20 11:27:09 2014 +1000 |
tree | e406da7901bc3f0396ee19ae87a8005fb08090f2 | |
parent | 9ecdb039b7517dc10b8c3e6dbeb40859178ac28e [diff] |
bochs: fix bochsdrmfb mmap Remove the mapping offset from the bo backing the fbdev framebuffer. Wire up fbdev mmap function to map the backing bo using ttm_fbdev_mmap. With that patch in place mmap(/dev/fb0) works as expected. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>