The patch titled fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix has been removed from the -mm tree. Its filename was fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix.patch This patch was dropped because it was folded into fbdev-s1d13xxxfb-add-accelerated-bitblt-functions.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix From: Kristoffer Ericson <kristoffer.ericson@xxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Krzysztof Helt <krzysztof.h1@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/video/s1d13xxxfb.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff -puN include/video/s1d13xxxfb.h~fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix include/video/s1d13xxxfb.h --- a/include/video/s1d13xxxfb.h~fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix +++ a/include/video/s1d13xxxfb.h @@ -136,6 +136,15 @@ #define S1DREG_DELAYOFF 0xFFFE #define S1DREG_DELAYON 0xFFFF +#define BBLT_FIFO_EMPTY 0x00 +#define BBLT_FIFO_NOT_EMPTY 0x40 +#define BBLT_FIFO_NOT_FULL 0x30 +#define BBLT_FIFO_HALF_FULL 0x20 +#define BBLT_FIFO_FULL 0x10 + +#define BBLT_SOLID_FILL 0x0c + + /* Note: all above defines should go in separate header files when implementing other S1D13xxx chip support. */ _ Patches currently in -mm which might be from kristoffer.ericson@xxxxxxxxx are fbdev-s1d13xxxfb-add-accelerated-bitblt-functions.patch fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-fix.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