Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/jiffies.h>
#include <video/omapdss.h>
#include "dss.h"
#include "dss_features.h"
Go to the source code of this file.
Data Structures | |
struct | ovl_priv_data |
struct | mgr_priv_data |
Macros | |
#define | DSS_SUBSYS_NAME "APPLY" |
void dss_mgr_disable | ( | struct omap_overlay_manager * | mgr | ) |
int dss_mgr_enable | ( | struct omap_overlay_manager * | mgr | ) |
void dss_mgr_get_info | ( | struct omap_overlay_manager * | mgr, |
struct omap_overlay_manager_info * | info | ||
) |
int dss_mgr_set_info | ( | struct omap_overlay_manager * | mgr, |
struct omap_overlay_manager_info * | info | ||
) |
void dss_mgr_set_lcd_config | ( | struct omap_overlay_manager * | mgr, |
const struct dss_lcd_mgr_config * | config | ||
) |
int dss_mgr_set_output | ( | struct omap_overlay_manager * | mgr, |
struct omap_dss_output * | output | ||
) |
void dss_mgr_set_timings | ( | struct omap_overlay_manager * | mgr, |
const struct omap_video_timings * | timings | ||
) |
void dss_mgr_start_update | ( | struct omap_overlay_manager * | mgr | ) |
int dss_mgr_unset_output | ( | struct omap_overlay_manager * | mgr | ) |
int dss_mgr_wait_for_go | ( | struct omap_overlay_manager * | mgr | ) |
int dss_mgr_wait_for_go_ovl | ( | struct omap_overlay * | ovl | ) |
int dss_ovl_disable | ( | struct omap_overlay * | ovl | ) |
int dss_ovl_enable | ( | struct omap_overlay * | ovl | ) |
void dss_ovl_get_info | ( | struct omap_overlay * | ovl, |
struct omap_overlay_info * | info | ||
) |
bool dss_ovl_is_enabled | ( | struct omap_overlay * | ovl | ) |
int dss_ovl_set_info | ( | struct omap_overlay * | ovl, |
struct omap_overlay_info * | info | ||
) |
int dss_ovl_set_manager | ( | struct omap_overlay * | ovl, |
struct omap_overlay_manager * | mgr | ||
) |
int dss_ovl_unset_manager | ( | struct omap_overlay * | ovl | ) |
int omap_dss_mgr_apply | ( | struct omap_overlay_manager * | mgr | ) |
struct mgr_priv_data mgr_priv_data_array[MAX_DSS_MANAGERS] |
struct ovl_priv_data ovl_priv_data_array[MAX_DSS_OVERLAYS] |