gfx: drv: Move stolen vram iounmap() into gtt code
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 20 Mar 2012 14:46:22 +0000 (16:46 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:30:44 +0000 (12:30 +0300)
commit7673a49c8e0d5b524ebf3619dc9fc6ab14c9f7d6
tree987c8922ec8d1148907892440afab86a2d9982cf
parent9e340260ff9f3f4abad157dcf6e231f15c6a2e39
gfx: drv: Move stolen vram iounmap() into gtt code

The stolen memory is ioremap()ed in gtt init. Move the iounmap to the
gtt takedown function instead of doing it from the fbdev compatibility
code.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/drv/psb_fb.c
drivers/staging/mrst/drv/psb_gtt.c