#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <plat/dma.h>
#include <mach/hardware.h>
#include <mach/lcdc.h>
Go to the source code of this file.
Value:(lcd_dma.addr + \
((
y) * vxres * yscale + (
x) * xscale) *
es)
arch_initcall |
( |
omap_init_lcd_dma |
| ) |
|
void omap_set_lcd_dma_b1 |
( |
unsigned long |
addr, |
|
|
u16 |
fb_xres, |
|
|
u16 |
fb_yres, |
|
|
int |
data_type |
|
) |
| |
void omap_set_lcd_dma_b1_mirror |
( |
int |
mirror | ) |
|
void omap_set_lcd_dma_b1_rotation |
( |
int |
rotate | ) |
|
void omap_set_lcd_dma_b1_scale |
( |
unsigned int |
xscale, |
|
|
unsigned int |
yscale |
|
) |
| |
void omap_set_lcd_dma_b1_vxres |
( |
unsigned long |
vxres | ) |
|
void omap_set_lcd_dma_ext_controller |
( |
int |
external | ) |
|
void omap_set_lcd_dma_single_transfer |
( |
int |
single | ) |
|