Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
manager.c File Reference
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/jiffies.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   "MANAGER"
 

Functions

int dss_init_overlay_managers (struct platform_device *pdev)
 
void dss_uninit_overlay_managers (struct platform_device *pdev)
 
int omap_dss_get_num_overlay_managers (void)
 
 EXPORT_SYMBOL (omap_dss_get_num_overlay_managers)
 
struct omap_overlay_manageromap_dss_get_overlay_manager (int num)
 
 EXPORT_SYMBOL (omap_dss_get_overlay_manager)
 
int dss_mgr_simple_check (struct omap_overlay_manager *mgr, const struct omap_overlay_manager_info *info)
 
int dss_mgr_check_timings (struct omap_overlay_manager *mgr, const struct omap_video_timings *timings)
 
int dss_mgr_check (struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info, const struct omap_video_timings *mgr_timings, const struct dss_lcd_mgr_config *lcd_config, struct omap_overlay_info **overlay_infos)
 

Macro Definition Documentation

#define DSS_SUBSYS_NAME   "MANAGER"

Definition at line 23 of file manager.c.

Function Documentation

int dss_init_overlay_managers ( struct platform_device pdev)

Definition at line 69 of file manager.c.

int dss_mgr_check ( struct omap_overlay_manager mgr,
struct omap_overlay_manager_info info,
const struct omap_video_timings mgr_timings,
const struct dss_lcd_mgr_config lcd_config,
struct omap_overlay_info **  overlay_infos 
)

Definition at line 249 of file manager.c.

int dss_mgr_check_timings ( struct omap_overlay_manager mgr,
const struct omap_video_timings timings 
)

Definition at line 208 of file manager.c.

int dss_mgr_simple_check ( struct omap_overlay_manager mgr,
const struct omap_overlay_manager_info info 
)

Definition at line 156 of file manager.c.

void dss_uninit_overlay_managers ( struct platform_device pdev)

Definition at line 127 of file manager.c.

EXPORT_SYMBOL ( omap_dss_get_num_overlay_managers  )
EXPORT_SYMBOL ( omap_dss_get_overlay_manager  )
int omap_dss_get_num_overlay_managers ( void  )

Definition at line 141 of file manager.c.

struct omap_overlay_manager* omap_dss_get_overlay_manager ( int  num)
read

Definition at line 147 of file manager.c.