Go to the documentation of this file.
11 #ifndef OMAP_VOUTDEF_H
12 #define OMAP_VOUTDEF_H
22 #define YUYV_VRFB_BPP 2
23 #define RGB_VRFB_BPP 1
25 #define MAC_VRFB_CTXS 4
26 #define MAX_VOUT_DEV 2
28 #define MAX_DISPLAYS 10
29 #define MAX_MANAGERS 3
31 #define QQVGA_WIDTH 160
32 #define QQVGA_HEIGHT 120
35 #define VID_MAX_WIDTH 1280
36 #define VID_MAX_HEIGHT 720
39 #define VID_MIN_WIDTH 2
40 #define VID_MIN_HEIGHT 2
43 #define MAX_PIXELS_PER_LINE 2048
45 #define VRFB_TX_TIMEOUT 1000
46 #define VRFB_NUM_BUFS 4
49 #define OMAP_VOUT_MAX_BUF_SIZE (VID_MAX_WIDTH*VID_MAX_HEIGHT*4)
190 static inline int is_rotation_90_or_270(
const struct omap_vout_device *vout)