Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
overlay.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/sysfs.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <video/omapdss.h>
#include "dss.h"
#include "dss_features.h"

Go to the source code of this file.

Macros

#define DSS_SUBSYS_NAME   "OVERLAY"
 

Functions

int omap_dss_get_num_overlays (void)
 
 EXPORT_SYMBOL (omap_dss_get_num_overlays)
 
struct omap_overlayomap_dss_get_overlay (int num)
 
 EXPORT_SYMBOL (omap_dss_get_overlay)
 
void dss_init_overlays (struct platform_device *pdev)
 
void dss_uninit_overlays (struct platform_device *pdev)
 
int dss_ovl_simple_check (struct omap_overlay *ovl, const struct omap_overlay_info *info)
 
int dss_ovl_check (struct omap_overlay *ovl, struct omap_overlay_info *info, const struct omap_video_timings *mgr_timings)
 
bool dss_ovl_use_replication (struct dss_lcd_mgr_config config, enum omap_color_mode mode)
 

Macro Definition Documentation

#define DSS_SUBSYS_NAME   "OVERLAY"

Definition at line 23 of file overlay.c.

Function Documentation

void dss_init_overlays ( struct platform_device pdev)

Definition at line 63 of file overlay.c.

int dss_ovl_check ( struct omap_overlay ovl,
struct omap_overlay_info info,
const struct omap_video_timings mgr_timings 
)

Definition at line 172 of file overlay.c.

int dss_ovl_simple_check ( struct omap_overlay ovl,
const struct omap_overlay_info info 
)

Definition at line 130 of file overlay.c.

bool dss_ovl_use_replication ( struct dss_lcd_mgr_config  config,
enum omap_color_mode  mode 
)

Definition at line 217 of file overlay.c.

void dss_uninit_overlays ( struct platform_device pdev)

Definition at line 116 of file overlay.c.

EXPORT_SYMBOL ( omap_dss_get_num_overlays  )
EXPORT_SYMBOL ( omap_dss_get_overlay  )
int omap_dss_get_num_overlays ( void  )

Definition at line 48 of file overlay.c.

struct omap_overlay* omap_dss_get_overlay ( int  num)
read

Definition at line 54 of file overlay.c.