Tag: 127b0c94cfa6e36c835adf6e27e056ff14818dc3

video: fbdev: vesafb: use arch_phys_wc_add()

Author: Luis R. Rodriguez <mcgrof@suse.com> This driver uses the same area for MTRR as for the ioremap_wc(), if anything it just uses a smaller size in case MTRR reservation fails. ioremap_wc() API is already used to take advantage of architecture write-combining when available. Convert the driver from using the x86 specific MTRR code to the …

Continue reading