From d5383fcc4c221227b954e028821a697ca7859e0e Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:28:33 -0700 Subject: pm3fb: mtrr support and noaccel option This patch adds usage of MTRR registers and two new options: noaccel and nomtrr. [bunk@kernel.org: make pm3fb_init() static again] Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/pm2fb.c | 40 ++++++++++++++++++++++++++ drivers/video/pm3fb.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 118 insertions(+), 2 deletions(-) diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c index 10c0cc6e93f..af615d99d43 100644 --- a/drivers/video/pm2fb.c +++ b/drivers/video/pm2fb.c @@ -38,6 +38,9 @@ #include #include #include +#ifdef CONFIG_MTRR +#include +#endif #include