Go to the documentation of this file.
27 #ifndef __RADEON_BLIT_COMMON_H__
29 #define DI_PT_RECTLIST 0x11
30 #define DI_INDEX_SIZE_16_BIT 0x0
31 #define DI_SRC_SEL_AUTO_INDEX 0x2
35 #define FMT_8_8_8_8 0x1a
37 #define COLOR_5_6_5 0x8
38 #define COLOR_8_8_8_8 0x1a
40 #define RECT_UNIT_H 32
41 #define RECT_UNIT_W (RADEON_GPU_PAGE_SIZE / 4 / RECT_UNIT_H)
43 #define __RADEON_BLIT_COMMON_H__