Lines Matching defs:omap_lcd_controller
41 static struct omap_lcd_controller { struct
42 enum omapfb_update_mode update_mode;
43 int ext_mode;
45 unsigned long frame_offset;
46 int screen_width;
47 int xres;
48 int yres;
50 enum omapfb_color_format color_mode;
51 int bpp;
52 void *palette_virt;
53 dma_addr_t palette_phys;
54 int palette_code;
55 int palette_size;
57 unsigned int irq_mask;
58 struct completion last_frame_complete;
59 struct completion palette_load_complete;
60 struct clk *lcd_ck;
61 struct omapfb_device *fbdev;
63 void (*dma_callback)(void *data);
64 void *dma_callback_data;
66 dma_addr_t vram_phys;
67 void *vram_virt;
68 unsigned long vram_size;