X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fvideo%2Fs1d13xxxfb.h;h=f0736cff2ca3f15f2762634726f55a6f27af22e7;hb=46d5a808558181e03a4760d2188cc9879445738a;hp=c3b2a2aa7140afed4251baabb45a1671fe16ccc7;hpb=4e73e0eb633f8a1b5cbf20e7f42c6dbfec1d1ca7;p=mv-sheeva.git diff --git a/include/video/s1d13xxxfb.h b/include/video/s1d13xxxfb.h index c3b2a2aa714..f0736cff2ca 100644 --- a/include/video/s1d13xxxfb.h +++ b/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. */