Searched full:bitblt (Results 1 – 17 of 17) sorted by relevance
/linux/include/video/ |
H A D | s1d13xxxfb.h | 108 #define S1DREG_BBLT_CTL0 0x0100 /* BitBLT Control Register 0 */ 109 #define S1DREG_BBLT_CTL1 0x0101 /* BitBLT Control Register 1 */ 110 #define S1DREG_BBLT_CC_EXP 0x0102 /* BitBLT Code/Color Expansion Register */ 111 #define S1DREG_BBLT_OP 0x0103 /* BitBLT Operation Register */ 112 #define S1DREG_BBLT_SRC_START0 0x0104 /* BitBLT Source Start Address Register 0 */ 113 #define S1DREG_BBLT_SRC_START1 0x0105 /* BitBLT Source Start Address Register 1 */ 114 #define S1DREG_BBLT_SRC_START2 0x0106 /* BitBLT Source Start Address Register 2 */ 115 #define S1DREG_BBLT_DST_START0 0x0108 /* BitBLT Destination Start Address Register 0 */ 116 #define S1DREG_BBLT_DST_START1 0x0109 /* BitBLT Destination Start Address Register 1 */ 117 #define S1DREG_BBLT_DST_START2 0x010A /* BitBLT Destination Start Address Register 2 */ [all …]
|
H A D | sstfb.h | 176 #define BLTSRCBASEADDR 0x02c0 /* BitBLT Source base address */ 177 #define BLTDSTBASEADDR 0x02c4 /* BitBLT Destination base address */ 178 #define BLTXYSTRIDES 0x02c8 /* BitBLT Source and Destination strides */ 179 #define BLTSRCCHROMARANGE 0x02cc /* BitBLT Source Chroma key range */ 180 #define BLTDSTCHROMARANGE 0x02d0 /* BitBLT Destination Chroma key range */ 181 #define BLTCLIPX 0x02d4 /* BitBLT Min/Max X clip values */ 182 #define BLTCLIPY 0x02d8 /* BitBLT Min/Max Y clip values */ 183 #define BLTSRCXY 0x02e0 /* BitBLT Source starting XY coordinates */ 184 #define BLTDSTXY 0x02e4 /* BitBLT Destination starting XY coordinates */ 185 #define BLTSIZE 0x02e8 /* BitBLT width and height */ [all …]
|
/linux/arch/arm/mach-sa1100/ |
H A D | jornada720.c | 137 {0x0100,0x00}, // BitBlt Control Register 0 138 {0x0101,0x00}, // BitBlt Control Register 1 139 {0x0102,0x00}, // BitBlt ROP Code/Color Expansion Register 140 {0x0103,0x00}, // BitBlt Operation Register 141 {0x0104,0x00}, // BitBlt Source Start Address Register 0 142 {0x0105,0x00}, // BitBlt Source Start Address Register 1 143 {0x0106,0x00}, // BitBlt Source Start Address Register 2 144 {0x0108,0x00}, // BitBlt Destination Start Address Register 0 145 {0x0109,0x00}, // BitBlt Destination Start Address Register 1 146 {0x010A,0x00}, // BitBlt Destination Start Address Register 2 [all …]
|
/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d-regs.h | 19 #define BITBLT_START_REG 0x0100 /* BitBLT Start reg */ 20 #define BITBLT_COMMAND_REG 0x0104 /* Command reg for BitBLT */
|
/linux/arch/sh/include/asm/ |
H A D | hd64461.h | 97 #define HD64461_GRCFGR_ACCSTART_BITBLT 0x06 /* Accelerator Start BITBLT */ 111 /* BitBLT Registers */ 123 #define HD64461_BBTMDR HD64461_IO_OFFSET(0x106a) /* BitBLT Mode Register */
|
/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | Kconfig | 11 image scaling, BitBLT & alpha blending operations.
|
/linux/drivers/media/platform/rockchip/rga/ |
H A D | Kconfig | 12 image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
|
/linux/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 157 SiS300SetupCMDFlag(X_INC | Y_INC | BITBLT) in SiS300SubsequentSolidFillRect() 184 /* SiSSetupCMDFlag(BITBLT | SRCVIDEO) */ in SiS310SetupForScreenToScreenCopy() 260 SiS310SetupCMDFlag(BITBLT) in SiS310SubsequentSolidFillRect()
|
H A D | sis_accel.h | 44 #define BITBLT 0x00000000 /* Blit */ macro 136 bits 28:24: Current CPU driven BitBlt buffer stage bit[4:0]
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | rockchip-rga.yaml | 12 BitBLT, alpha blending and image blur/sharpness.
|
/linux/drivers/video/fbdev/ |
H A D | s1d13xxxfb.c | 17 * - support all bitblt operations on all cards 61 * we make sure only one bitblt operation is running 398 functions to handle bitblt acceleration
|
H A D | i740_reg.h | 255 /* BitBLT Registers */
|
H A D | cirrusfb.c | 1615 /* (5434 can't have bit 3 set for bitblt) */ in init_vgachip() 2582 Wait for the BitBLT engine to complete a possible earlier job
|
H A D | sstfb.c | 772 * Screen-to-Screen BitBlt 2D command (for the bmove fb op.) - Voodoo2 only
|
H A D | tdfxfb.c | 885 * Screen-to-Screen BitBlt 2D command (for the bmove fb op.)
|
/linux/drivers/video/fbdev/core/ |
H A D | cfbimgblt.c | 2 * Generic BitBLT function for frame buffer with packed pixels of any depth.
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_reg.h | 213 /* note that if bfcol is specified and you're doing a bitblt, it causes
|