pm2fb: accelerated imageblit
This patch adds accelerated imageblit function. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d5383fcc4c
commit
91b3a6f4cd
@@ -68,11 +68,14 @@
|
||||
#define PM2R_D_Y 0x8028
|
||||
#define PM2R_COUNT 0x8030
|
||||
#define PM2R_RENDER 0x8038
|
||||
#define PM2R_BIT_MASK_PATTERN 0x8068
|
||||
#define PM2R_RASTERIZER_MODE 0x80a0
|
||||
#define PM2R_RECTANGLE_ORIGIN 0x80d0
|
||||
#define PM2R_RECTANGLE_SIZE 0x80d8
|
||||
#define PM2R_PACKED_DATA_LIMITS 0x8150
|
||||
#define PM2R_SCISSOR_MODE 0x8180
|
||||
#define PM2R_SCISSOR_MIN_XY 0x8188
|
||||
#define PM2R_SCISSOR_MAX_XY 0x8190
|
||||
#define PM2R_SCREEN_SIZE 0x8198
|
||||
#define PM2R_AREA_STIPPLE_MODE 0x81a0
|
||||
#define PM2R_WINDOW_ORIGIN 0x81c8
|
||||
@@ -83,7 +86,9 @@
|
||||
#define PM2R_TEXEL_LUT_MODE 0x8678
|
||||
#define PM2R_TEXTURE_COLOR_MODE 0x8680
|
||||
#define PM2R_FOG_MODE 0x8690
|
||||
#define PM2R_TEXEL0 0x8760
|
||||
#define PM2R_COLOR_DDA_MODE 0x87e0
|
||||
#define PM2R_CONSTANT_COLOR 0x87e8
|
||||
#define PM2R_ALPHA_BLEND_MODE 0x8810
|
||||
#define PM2R_DITHER_MODE 0x8818
|
||||
#define PM2R_FB_SOFT_WRITE_MASK 0x8820
|
||||
@@ -169,6 +174,8 @@
|
||||
#define PM2F_RENDER_TRAPEZOID (1L<<6)
|
||||
#define PM2F_RENDER_POINT (2L<<6)
|
||||
#define PM2F_RENDER_RECTANGLE (3L<<6)
|
||||
#define PM2F_RENDER_SYNC_ON_BIT_MASK (1L<<11)
|
||||
#define PM2F_RENDER_TEXTURE_ENABLE (1L<<13)
|
||||
#define PM2F_SYNCHRONIZATION (1L<<10)
|
||||
#define PM2F_PLL_LOCKED 0x10
|
||||
#define PM2F_BEING_RESET (1L<<31)
|
||||
|
||||
Reference in New Issue
Block a user