uvesafb: Clean up MTRR code
authorAndy Lutomirski <luto@amacapital.net>
Mon, 13 May 2013 23:58:46 +0000 (23:58 +0000)
committerDave Airlie <airlied@redhat.com>
Fri, 31 May 2013 03:37:36 +0000 (13:37 +1000)
commit63e28a7a5ffce59b645ca9cbcc01e1e8be56bd75
tree9f1772e41599f71bda18c71cc78480d7576e1b73
parent07ebea251d08ae851d501f7402359f053d038862
uvesafb: Clean up MTRR code

The old code allowed very strange memory types.  Now it works like
all the other video drivers: ioremap_wc is used unconditionally,
and MTRRs are set if PAT is unavailable (unless MTRR is disabled
by a module parameter).

UC, WB, and WT support is gone.  If there are MTRR conflicts that prevent
addition of a WC MTRR, adding a non-conflicting MTRR is pointless; it's
better to just turn off MTRR support entirely.

As an added bonus, any MTRR added is freed on unload.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Documentation/fb/uvesafb.txt
drivers/video/uvesafb.c
include/video/uvesafb.h