mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
9ccfc4aa69
The driver doesn't use mtrr_add() or arch_phys_wc_add() but
since we know the framebuffer is isolated already on an
ioremap() we can take advantage of write combining for
performance where possible.
In this case there are a few motivations for this:
a) Take advantage of PAT when available
b) Help with the goal of eventually using _PAGE_CACHE_UC over
_PAGE_CACHE_UC_MINUS on x86 on ioremap_nocache() (see commit
|
||
---|---|---|
.. | ||
display_gx1.c | ||
display_gx1.h | ||
display_gx.c | ||
geodefb.h | ||
gx1fb_core.c | ||
gxfb_core.c | ||
gxfb.h | ||
Kconfig | ||
lxfb_core.c | ||
lxfb_ops.c | ||
lxfb.h | ||
Makefile | ||
suspend_gx.c | ||
video_cs5530.c | ||
video_cs5530.h | ||
video_gx.c |