Go to the documentation of this file.
54 #define PALETTE_SIZE (256 * 4)
55 #define CMD_BUFF_SIZE (1024 * 50)
80 #define NONSTD_TO_XPOS(x) (((x) >> 0) & 0x3ff)
81 #define NONSTD_TO_YPOS(x) (((x) >> 10) & 0x3ff)
82 #define NONSTD_TO_PFOR(x) (((x) >> 20) & 0x7)
151 #ifdef CONFIG_FB_PXA_SMARTPANEL
159 #ifdef CONFIG_FB_PXA_OVERLAY
163 #ifdef CONFIG_CPU_FREQ
172 #define TO_INF(ptr,member) container_of(ptr,struct pxafb_info,member)
177 #define C_DISABLE (0)
179 #define C_DISABLE_CLKCHANGE (2)
180 #define C_ENABLE_CLKCHANGE (3)
181 #define C_REENABLE (4)
182 #define C_DISABLE_PM (5)
183 #define C_ENABLE_PM (6)
184 #define C_STARTUP (7)
186 #define PXA_NAME "PXA"
197 #define MAX_XRES 1024
198 #define MAX_YRES 1024