The patch titled uvesafb: add info about pmipal, yrap and ypan being available only on x86 has been removed from the -mm tree. Its filename was uvesafb-documentation-uvesafb-add-info-about-pmipal-yrap-and-ypan-being-available-only-on-x86.patch This patch was dropped because it was folded into uvesafb-documentation.patch ------------------------------------------------------ Subject: uvesafb: add info about pmipal, yrap and ypan being available only on x86 From: Michal Januszewski <spock@xxxxxxxxxx> Features that use the Protected Mode Interface are available on x86 only. Document this in the uvesafb description. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/fb/uvesafb.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -puN Documentation/fb/uvesafb.txt~uvesafb-documentation-uvesafb-add-info-about-pmipal-yrap-and-ypan-being-available-only-on-x86 Documentation/fb/uvesafb.txt --- a/Documentation/fb/uvesafb.txt~uvesafb-documentation-uvesafb-add-info-about-pmipal-yrap-and-ypan-being-available-only-on-x86 +++ a/Documentation/fb/uvesafb.txt @@ -59,11 +59,12 @@ Accepted options: ypan Enable display panning using the VESA protected mode interface. The visible screen is just a window of the video memory, console scrolling is done by changing the - start of the window. + start of the window. Available on x86 only. ywrap Same as ypan, but assumes your gfx board can wrap-around the video memory (i.e. starts reading from top if it reaches the end of video memory). Faster than ypan. + Available on x86 only. redraw Scroll by redrawing the affected part of the screen, this is the safe (and slow) default. @@ -75,7 +76,7 @@ vgapal Use the standard VGA registers f pmipal Use the protected mode interface for palette changes. This is the default if the protected mode interface is - available. + available. Available on x86 only. mtrr:n Setup memory type range registers for the framebuffer where n: _ Patches currently in -mm which might be from spock@xxxxxxxxxx are fbdev-export-fb_destroy_modelist.patch connector-change-connectors-max-message-size.patch uvesafb-add-connector-entries.patch uvesafb-the-driver-core.patch uvesafb-documentation.patch uvesafb-documentation-uvesafb-add-info-about-pmipal-yrap-and-ypan-being-available-only-on-x86.patch fbdev-find-mode-with-the-highest-safest-refresh-rate-in-fb_find_mode.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html