From ffc51f1f32c57a99f2a8b02c0a9aa211362ec9b2 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Sat, 15 Jan 2005 16:55:01 +0000 Subject: Setup MTRRs for frame buffer and aperture manually on Savage3D and Savage4-based cards. Automatic setup in drm_initmap doesn't work due to the weird alignment and size of the aperture. --- linux-core/savage_drv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/savage_drv.c') diff --git a/linux-core/savage_drv.c b/linux-core/savage_drv.c index fff5b68a..ff15fb13 100644 --- a/linux-core/savage_drv.c +++ b/linux-core/savage_drv.c @@ -76,6 +76,7 @@ static struct drm_driver driver = { .dev_priv_size = sizeof(drm_savage_buf_priv_t), .preinit = savage_preinit, .postinit = postinit, + .postcleanup = savage_postcleanup, .reclaim_buffers = savage_reclaim_buffers, .get_map_ofs = drm_core_get_map_ofs, .get_reg_ofs = drm_core_get_reg_ofs, -- cgit v1.2.3