Lines Matching defs:exynos_drm_overlay
104 struct exynos_drm_overlay { struct
105 unsigned int fb_x;
106 unsigned int fb_y;
107 unsigned int fb_width;
108 unsigned int fb_height;
109 unsigned int crtc_x;
110 unsigned int crtc_y;
111 unsigned int crtc_width;
112 unsigned int crtc_height;
113 unsigned int mode_width;
114 unsigned int mode_height;
115 unsigned int refresh;
116 unsigned int scan_flag;
117 unsigned int bpp;
118 unsigned int pitch;
119 uint32_t pixel_format;
120 dma_addr_t dma_addr[MAX_FB_BUFFER];
121 void __iomem *vaddr[MAX_FB_BUFFER];
122 int zpos;
124 bool default_win;
125 bool color_key;
126 unsigned int index_color;
127 bool local_path;
128 bool transparency;
129 bool activated;