commit | f92e93eb5f4d56d73215f089580d53597bacd468 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Mon Jun 22 18:15:58 2009 +0200 |
committer | Dave Airlie <airlied@linux.ie> | Wed Jun 24 16:09:41 2009 +1000 |
tree | 15bbee0da31b0dc4604155e09789385f28c47b64 | |
parent | 4e8a2372f9255a1464ef488ed925455f53fbdaa1 [diff] |
drm/radeon: fix radeon kms framebuffer device smem.start is a physical address which kernel can remap to access video memory of the fb buffer. We now pin the fb buffer into vram by doing so we are loosing vram but fbdev need to be reworked to allow change in framebuffer address. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@linux.ie>