Searched full:bitblt (Results  1 – 21 of 21) sorted by relevance
| /Linux-v5.10/include/video/ | 
| 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 …]
 
 | 
| 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-v5.10/arch/arm/mach-sa1100/ | 
| D | jornada720.c | 137 	{0x0100,0x00},	// BitBlt Control Register 0138 	{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-v5.10/drivers/media/platform/s5p-g2d/ | 
| D | g2d-regs.h | 19 #define BITBLT_START_REG	0x0100	/* BitBLT Start reg */20 #define BITBLT_COMMAND_REG	0x0104	/* Command reg for BitBLT */
 
 | 
| /Linux-v5.10/arch/sh/include/asm/ | 
| 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-v5.10/drivers/gpu/drm/via/ | 
| D | via_dmablit.c | 1 /* via_dmablit.c -- PCI DMA BitBlt support for the VIA Unichrome/Pro585 		DRM_ERROR("Zero size bitblt.\n");  in via_build_sg_info()
 616 		DRM_ERROR("Too large PCI DMA bitblt.\n");  in via_build_sg_info()
 640 		DRM_ERROR("Invalid DRM bitblt alignment.\n");  in via_build_sg_info()
 648 		DRM_ERROR("Invalid DRM bitblt alignment.\n");  in via_build_sg_info()
 
 | 
| D | via_dmablit.h | 1 /* via_dmablit.h -- PCI DMA BitBlt support for the VIA Unichrome/Pro
 | 
| /Linux-v5.10/drivers/video/fbdev/sis/ | 
| D | sis_accel.c | 157 	SiS300SetupCMDFlag(X_INC | Y_INC | BITBLT)  in SiS300SubsequentSolidFillRect()184 		/* SiSSetupCMDFlag(BITBLT | SRCVIDEO) */  in SiS310SetupForScreenToScreenCopy()
 260 	SiS310SetupCMDFlag(BITBLT)  in SiS310SubsequentSolidFillRect()
 
 | 
| D | sis_accel.h | 44 #define BITBLT                  0x00000000  /* Blit */  macro136    bits 28:24: Current CPU driven BitBlt buffer stage bit[4:0]
 
 | 
| /Linux-v5.10/Documentation/devicetree/bindings/media/ | 
| D | rockchip-rga.yaml | 12   BitBLT, alpha blending and image blur/sharpness.
 | 
| /Linux-v5.10/drivers/video/fbdev/ | 
| D | i740_reg.h | 255 /* BitBLT Registers */
 | 
| D | s1d13xxxfb.c | 17  *       - support all bitblt operations on all cards61  * we make sure only one bitblt operation is running
 398  functions to handle bitblt acceleration
 
 | 
| D | tmiofb.c | 124 #define LCR_BBIE		0x012 /* BitBLT Interrupt Enable	*/125 #define LCR_BBISC		0x014 /* BitBLT Interrupt Status and Clear */
 127 #define LCR_BBES		0x018 /* BitBLT Execution Status	*/
 
 | 
| D | cirrusfb.c | 1613 		/* (5434 can't have bit 3 set for bitblt) */  in init_vgachip()2578 	Wait for the BitBLT engine to complete a possible earlier job
 
 | 
| D | sstfb.c | 769  * Screen-to-Screen BitBlt 2D command (for the bmove fb op.) - Voodoo2 only
 | 
| D | tdfxfb.c | 886  * Screen-to-Screen BitBlt 2D command (for the bmove fb op.)
 | 
| /Linux-v5.10/drivers/media/platform/rockchip/rga/ | 
| D | rga-hw.h | 188 		unsigned int bitblt:1;  member
 | 
| D | rga-hw.c | 369 	mode.data.bitblt = RGA_MODE_BITBLT_MODE_SRC_TO_DST;  in rga_cmd_set_mode()
 | 
| /Linux-v5.10/drivers/video/fbdev/core/ | 
| D | cfbimgblt.c | 2  *  Generic BitBLT function for frame buffer with packed pixels of any depth.
 | 
| /Linux-v5.10/drivers/media/platform/ | 
| D | Kconfig | 475 	  image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
 | 
| /Linux-v5.10/drivers/gpu/drm/mgag200/ | 
| D | mgag200_reg.h | 206 /* note that if bfcol is specified and you're doing a bitblt, it causes
 |